History log of /dpdk/app/graph/mempool.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 0f32dac4 07-Mar-2024 Sunil Kumar Kori <skori@marvell.com>

app/graph: generate cmdline boilerplate

Use the dpdk-cmdline-gen script to autogenerate all the boilerplate
structs and defines for the commandline part of the application.

Signed-off-by: Sunil Kum

app/graph: generate cmdline boilerplate

Use the dpdk-cmdline-gen script to autogenerate all the boilerplate
structs and defines for the commandline part of the application.

Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Nithin Dabilpuram <ndabilpuram@marvell.com>

show more ...


# 2d7b3ccc 19-Oct-2023 Rakesh Kudurumalla <rkudurumalla@marvell.com>

app/graph: add mempool command

Adds mempool module which will be creating mempools.

Following commands are exposed:
- mempool <mempool_name> size <mbuf_size> buffers <number_of_buffers> \
cache <

app/graph: add mempool command

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.

Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
Signed-off-by: Rakesh Kudurumalla <rkudurumalla@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Nithin Dabilpuram <ndabilpuram@marvell.com>

show more ...