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

2018-09-27 Thread Thomas Monjalon
Hi, 27/09/2018 10:24, Ophir Munk: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 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 sim

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

2018-09-27 Thread Ophir Munk
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, September 27, 2018 12:48 AM > To: dev@dpdk.org > Cc: gaetan.ri...@6wind.com; Ophir Munk ; > qi.z.zh...@intel.com; ferruh.yi...@intel.com; ktray...@redhat.com > Subject: [PATCH v2 2/4] devargs: sim

[dpdk-dev] [PATCH v2 2/4] devargs: simplify parameters of removal function

2018-09-26 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 --- drivers