Re: [dpdk-dev] [PATCH v5 2/5] devargs: simplify parameters of removal function

2018-10-04 Thread Gaƫtan Rivet
On Thu, Oct 04, 2018 at 01:10:43AM +0200, Thomas Monjalon wrote: > The function rte_devargs_remove(), which is intended to be internal, > can take a devargs structure as argument. > The matching is still using string comparison of bus name and > device name. > It is simpler and may allow a differen

[dpdk-dev] [PATCH v5 2/5] devargs: simplify parameters of removal function

2018-10-03 Thread Thomas Monjalon
The function rte_devargs_remove(), which is intended to be internal, can take a devargs structure as argument. The matching is still using string comparison of bus name and device name. It is simpler and may allow a different devargs matching in future. Signed-off-by: Thomas Monjalon Reviewed-by: