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

2018-04-26 Thread Ferruh Yigit
On 4/26/2018 11:40 AM, Declan Doherty wrote: > Add new bus generic ethdev create/destroy APIs which are bus independent > and provide hooks for bus specific initialisation. > > Signed-off-by: Declan Doherty <...> > +/** > + * @warning > + * @b EXPERIMENTAL: this API may change without prior not

[dpdk-dev] [PATCH v8 3/9] ethdev: add generic create/destroy ethdev APIs

2018-04-26 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/rte_ethdev.c | 93 + lib/librte_ether/rte_ethdev_driver.h| 57 +