Re: [RFC v3 06/26] examples/ethtool: prefer device name

2022-07-28 Thread David Marchand
On Thu, Jul 28, 2022 at 6:32 PM Bruce Richardson wrote: > > On Thu, Jul 28, 2022 at 05:26:20PM +0200, David Marchand wrote: > > Rely on the generic device name rather than restrict to only supporting > > PCI devices. > > > > Signed-off-by: David Marchand > > --- > > examples/ethtool/lib/rte_etht

Re: [RFC v3 06/26] examples/ethtool: prefer device name

2022-07-28 Thread Bruce Richardson
On Thu, Jul 28, 2022 at 05:26:20PM +0200, David Marchand wrote: > Rely on the generic device name rather than restrict to only supporting > PCI devices. > > Signed-off-by: David Marchand > --- > examples/ethtool/lib/rte_ethtool.c | 17 ++--- > 1 file changed, 2 insertions(+), 15 dele

[RFC v3 06/26] examples/ethtool: prefer device name

2022-07-28 Thread David Marchand
Rely on the generic device name rather than restrict to only supporting PCI devices. Signed-off-by: David Marchand --- examples/ethtool/lib/rte_ethtool.c | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/examples/ethtool/lib/rte_ethtool.c b/examples/ethtool/