> -----Original Message----- > From: Jerin Jacob <jerinjac...@gmail.com> > Sent: Monday, October 16, 2023 2:39 PM > To: Sunil Kumar Kori <sk...@marvell.com> > Cc: Rakesh Kudurumalla <rkuduruma...@marvell.com>; dev@dpdk.org > 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 <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. > Will update the subject.
> > > > Signed-off-by: Sunil Kumar Kori <sk...@marvell.com> > > Signed-off-by: Rakesh Kudurumalla <rkuduruma...@marvell.com> > > --- > > Acked-by: Jerin Jacob <jer...@marvell.com>