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

2018-10-03 Thread Ferruh Yigit
On 10/3/2018 2:36 PM, Gagandeep Singh wrote: > This patch introduces the enetc PMD with basic > initialisation functions includes probe, teardown, > hardware initialisation > > Signed-off-by: Gagandeep Singh <...> > @@ -135,6 +135,7 @@ endif > _LDLIBS-$(CONFIG_RTE_LIBRTE_E1000_PMD) += -lr

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

2018-10-03 Thread Gagandeep Singh
This patch introduces the enetc PMD with basic initialisation functions includes probe, teardown, hardware initialisation Signed-off-by: Gagandeep Singh --- MAINTAINERS | 6 + config/common_base | 5 + config/common_linuxapp