Re: [dpdk-dev] [PATCH v1 07/13] ethdev: add device matching field name

2018-08-31 Thread Andrew Rybchenko
On 08/30/2018 04:41 PM, Gaetan Rivet wrote: The eth device class can now parse a field name, matching the eth_dev name with one passed as "class=eth,name=xx" Signed-off-by: Gaetan Rivet Acked-by: Andrew Rybchenko

[dpdk-dev] [PATCH v1 07/13] ethdev: add device matching field name

2018-08-30 Thread Gaetan Rivet
The eth device class can now parse a field name, matching the eth_dev name with one passed as "class=eth,name=xx" Signed-off-by: Gaetan Rivet --- lib/librte_ethdev/rte_class_eth.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/librte_ethdev/rte_class_eth.c b/lib/librte_e