On Fri, Sep 29, 2023 at 3:28 PM <[email protected]> wrote: > > From: Rakesh Kudurumalla <[email protected]> > > 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 <[email protected]> > Signed-off-by: Rakesh Kudurumalla <[email protected]> > --- Acked-by: Jerin Jacob <[email protected]>

