> -----Original Message----- > From: Jerin Jacob <[email protected]> > Sent: Monday, October 16, 2023 2:39 PM > To: Sunil Kumar Kori <[email protected]> > Cc: Rakesh Kudurumalla <[email protected]>; [email protected] > Subject: [EXT] Re: [PATCH v8 04/12] app/graph: add mempool command line > interfaces > > External Email > > ---------------------------------------------------------------------- > 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. > Will update the subject.
> > > > Signed-off-by: Sunil Kumar Kori <[email protected]> > > Signed-off-by: Rakesh Kudurumalla <[email protected]> > > --- > > Acked-by: Jerin Jacob <[email protected]>

