Re: [dpdk-dev] [PATCH v2 00/18] devargs cleanup

2017-10-18 Thread Gaƫtan Rivet
On Tue, Oct 17, 2017 at 02:18:02PM -0400, Aaron Conole wrote: > Gaetan Rivet writes: > > > The use of rte_devargs is inconsistent in the light of new functionalities > > such as device hotplug. > > > > Most of its API is still experimental and needs stabilization. > > Older functions were depreca

Re: [dpdk-dev] [PATCH v2 00/18] devargs cleanup

2017-10-17 Thread Aaron Conole
Gaetan Rivet writes: > The use of rte_devargs is inconsistent in the light of new functionalities > such as device hotplug. > > Most of its API is still experimental and needs stabilization. > Older functions were deprecated and need to be rewritten or removed. > The rte_devtype is meant to disap

[dpdk-dev] [PATCH v2 00/18] devargs cleanup

2017-10-12 Thread Gaetan Rivet
The use of rte_devargs is inconsistent in the light of new functionalities such as device hotplug. Most of its API is still experimental and needs stabilization. Older functions were deprecated and need to be rewritten or removed. The rte_devtype is meant to disappear. v2: Big rework. * Ena