[dpdk-dev] [PATCH v1 6/6] app/testpmd: add mempool flags parameter

Ferruh Yigit ferruh.yigit at intel.com
Mon Mar 11 17:46:53 CET 2019


On 3/1/2019 8:09 AM, Xiaolong Ye wrote:
> When create rte_mempool, flags can be parsed from command line.
> Now, it is possible for testpmd to create a af_xdp friendly
> mempool (which enable zero copy).
> 
> Signed-off-by: Qi Zhang <qi.z.zhang at intel.com>
> Signed-off-by: Xiaolong Ye <xiaolong.ye at intel.com>
> ---
>  app/test-pmd/parameters.c | 12 ++++++++++++
>  app/test-pmd/testpmd.c    | 17 ++++++++++-------
>  app/test-pmd/testpmd.h    |  1 +

Can you please document new added command line option in
doc/guides/testpmd_app_ug/run_app.rst ?



More information about the dev mailing list