Re: [dpdk-dev] [PATCH v4 1/4] net/enetc: add ENETC PMD with basic operations

2018-10-01 Thread Ferruh Yigit
On 9/28/2018 8:45 AM, Gagandeep Singh wrote: > This patch introduces the enetc PMD with basic > initialisation functions includes probe, teardown, > hardware initialisation > > Signed-off-by: Gagandeep Singh <...> > +struct enetc_eth_mac_info { > + uint8_t addr[ETH_ADDR_LEN]; > + uint8_

[dpdk-dev] [PATCH v4 1/4] net/enetc: add ENETC PMD with basic operations

2018-09-28 Thread Gagandeep Singh
This patch introduces the enetc PMD with basic initialisation functions includes probe, teardown, hardware initialisation Signed-off-by: Gagandeep Singh --- config/common_base | 5 + config/common_linuxapp | 5 + drivers/net/Makefile