Re: [PATCH v11 04/12] app/graph: support mempool command line interfaces

2023-10-23 Thread Nithin Dabilpuram
Acked-By: Nithin Dabilpuram On Thu, Oct 19, 2023 at 11:00 PM wrote: > > From: Rakesh Kudurumalla > > Adds mempool module which will be creating mempools. > > Following commands are exposed: > - mempool size buffers \ > cache numa > - help mempool > > User will add this command in

[PATCH v11 04/12] app/graph: support mempool command line interfaces

2023-10-19 Thread skori
From: Rakesh Kudurumalla Adds mempool module which will be creating mempools. Following commands are exposed: - mempool size buffers \ cache numa - help mempool User will add this command in .cli file according to its need. Signed-off-by: Sunil Kumar Kori Signed-off-by: Rakesh