Re: [dpdk-dev] [PATCH v3 2/8] devargs: introduce removal function

2017-07-12 Thread Gaƫtan Rivet
On Wed, Jul 12, 2017 at 04:27:34AM -0400, Jan Blunck wrote: > On Tue, Jul 11, 2017 at 7:25 PM, Gaetan Rivet wrote: > > Hotplug support introduces the possibility of removing devices from the > > system. Allocated resources must be freed. > > > > Extend the rte_devargs API to allow freeing allocate

Re: [dpdk-dev] [PATCH v3 2/8] devargs: introduce removal function

2017-07-12 Thread Jan Blunck
On Tue, Jul 11, 2017 at 7:25 PM, Gaetan Rivet wrote: > Hotplug support introduces the possibility of removing devices from the > system. Allocated resources must be freed. > > Extend the rte_devargs API to allow freeing allocated resources. > > This API is experimental and bound to change. It is c

[dpdk-dev] [PATCH v3 2/8] devargs: introduce removal function

2017-07-11 Thread Gaetan Rivet
Hotplug support introduces the possibility of removing devices from the system. Allocated resources must be freed. Extend the rte_devargs API to allow freeing allocated resources. This API is experimental and bound to change. It is currently designed as a symetrical to rte_eal_devargs_add(), but