On Fri, Sep 29, 2023 at 3:28 PM <sk...@marvell.com> wrote: > > From: Rakesh Kudurumalla <rkuduruma...@marvell.com> > > It adds mempool module which will be creating mempools. > > Following commands are exposed: > - mempool <mempool_name> size <mbuf_size> buffers <number_of_buffers> \ > cache <cache_size> numa <numa_id> > - help mempool > > User will add this command in .cli file according to its need.
Subject can be changed to: support mempool Similar theme for other patches too. > > Signed-off-by: Sunil Kumar Kori <sk...@marvell.com> > Signed-off-by: Rakesh Kudurumalla <rkuduruma...@marvell.com> > --- Acked-by: Jerin Jacob <jer...@marvell.com>