Re: [dpdk-dev] [PATCH v3 07/10] devargs: make devargs list private

2018-04-22 Thread Thomas Monjalon
21/03/2018 00:20, Gaetan Rivet: > Initially, rte_devargs was meant to be populated once and sometimes > accessed, then never emptied. > > With the new hotplug functionality having better standing, new usage > appeared with repeated addition of devices and their subsequent removal. > > Exposing de

[dpdk-dev] [PATCH v3 07/10] devargs: make devargs list private

2018-03-20 Thread Gaetan Rivet
Initially, rte_devargs was meant to be populated once and sometimes accessed, then never emptied. With the new hotplug functionality having better standing, new usage appeared with repeated addition of devices and their subsequent removal. Exposing devargs_list pushed bus drivers and libraries to