Re: [PATCH v11 05/12] app/graph: support ethdev command line interfaces

2023-10-23 Thread Nithin Dabilpuram
Acked-By: Nithin Dabilpuram On Fri, Oct 20, 2023 at 3:47 AM wrote: > > From: Sunil Kumar Kori > > Adds ethdev module to configure ethernet devices. > > Following commands are exposed: > - ethdev rxq txq > - ethdev mtu > - ethdev promiscuous > - ethdev show > - ethdev stats > - e

[PATCH v11 05/12] app/graph: support ethdev command line interfaces

2023-10-19 Thread skori
From: Sunil Kumar Kori Adds ethdev module to configure ethernet devices. Following commands are exposed: - ethdev rxq txq - ethdev mtu - ethdev promiscuous - ethdev show - ethdev stats - ethdev ip4 addr add netmask - ethdev ip6 addr add netmask - help ethdev Signed-off-b