Re: [dpdk-dev] [PATCH v2 2/3] net/enetc: add ENETC PMD with basic operations

2018-09-21 Thread Ferruh Yigit
On 9/13/2018 10:42 AM, Gagandeep Singh wrote: > This patch introduces the enetc PMD with basic > initialisation functions includes probe, teardown, > hardware initialisation > > Signed-off-by: Gagandeep Singh <...> > @@ -0,0 +1,24 @@ > +# SPDX-License-Identifier: BSD-3-Clause > +# Copyright 2018

[dpdk-dev] [PATCH v2 2/3] net/enetc: add ENETC PMD with basic operations

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