Re: [dpdk-dev] [PATCH v6 3/8] ethdev: add generic create/destroy ethdev APIs

2018-03-29 Thread Doherty, Declan
On 29/03/2018 7:13 AM, Shahaf Shuler wrote: Wednesday, March 28, 2018 4:54 PM, Declan Doherty: Subject: [dpdk-dev][PATCH v6 3/8] ethdev: add generic create/destroy ethdev APIs Add new bus generic ethdev create/destroy APIs which are bus independent and provide hooks for bus specific

Re: [dpdk-dev] [PATCH v6 3/8] ethdev: add generic create/destroy ethdev APIs

2018-03-28 Thread Shahaf Shuler
Wednesday, March 28, 2018 4:54 PM, Declan Doherty: > Subject: [dpdk-dev][PATCH v6 3/8] ethdev: add generic create/destroy > ethdev APIs > > Add new bus generic ethdev create/destroy APIs which are bus independent > and provide hooks for bus specific initialisation. > >

[dpdk-dev] [PATCH v6 3/8] ethdev: add generic create/destroy ethdev APIs

2018-03-28 Thread Declan Doherty
Add new bus generic ethdev create/destroy APIs which are bus independent and provide hooks for bus specific initialisation. Signed-off-by: Declan Doherty --- lib/librte_ether/Makefile | 1 + lib/librte_ether/meson.build | 1 + lib/librte_ether/rte_ethdev.c