On Mon, Oct 16, 2023 at 06:50:47PM +0530, Jerin Jacob wrote:
> On Fri, Sep 29, 2023 at 3:29 PM <sk...@marvell.com> wrote:
> >
> > From: Sunil Kumar Kori <sk...@marvell.com>
> >
> > It adds ethdev module to configure ethernet devices.
> >
> > Following commands are exposed:
> >  - ethdev <ethdev_name> rxq <n_queues> txq <n_queues> <mempool_name>
> >  - ethdev <ethdev_name> mtu <mtu_sz>
> >  - ethdev <ethdev_name> promiscuous <on/off>
> >  - ethdev <ethdev_name> show
> >  - ethdev <ethdev_name> stats
> >  - ethdev <ethdev_name> ip4 addr add <ip> netmask <mask>
> >  - ethdev <ethdev_name> ip6 addr add <ip> netmask <mask>
> >  - help ethdev
> >
> > Signed-off-by: Sunil Kumar Kori <sk...@marvell.com>
> > Signed-off-by: Rakesh Kudurumalla <rkuduruma...@marvell.com>
> > ---
> 
> Acked-by: Jerin Jacob <jer...@marvell.com>

Just FYI - if patchset [1] is merged, you could potentially save a lot of
code additions in this library by autogenerating the boilerplate for the
commandline. Maybe you could take a look and see if it could work for your
usecase here with commandline. If any cmdline features are missing with it,
it could be good to add them.

/Bruce

[1] http://patches.dpdk.org/project/dpdk/list/?series=29852

Reply via email to