[dpdk-dev] [PATCH v2] app/testpmd: supported offload capabilities query

Wu, Jingjing jingjing.wu at intel.com
Tue Dec 20 06:50:03 CET 2016



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Qiming Yang
> Sent: Tuesday, December 6, 2016 3:08 PM
> To: dev at dpdk.org
> Cc: Yang, Qiming <qiming.yang at intel.com>
> Subject: [dpdk-dev] [PATCH v2] app/testpmd: supported offload capabilities
> query
> 
> Add two new commands "show port capa <port>" and "show port capa all"to
> diaplay what offload capabilities supported in ports. It will not only display all
> the capabilities of the port, but also the enabling condition for each capability
> in the running time.
> 
> Signed-off-by: Qiming Yang <qiming.yang at intel.com>
> ---
> v2 changes:
> * fixed the output style as Ferruh's patch show and add some
>   descriptions in testpmd_funcs.rst for new functions.
> ---
> ---
>  app/test-pmd/cmdline.c                      |  15 ++-
>  app/test-pmd/config.c                       | 172 ++++++++++++++++++++++++++++
>  app/test-pmd/testpmd.h                      |   1 +
>  doc/guides/testpmd_app_ug/testpmd_funcs.rst |  12 +-
>  4 files changed, 191 insertions(+), 9 deletions(-)
> 

Please add this new command for the print when "help display"  in cmd_help_long_parsed.

Thanks
Jingjing


More information about the dev mailing list