[PATCH V5 0/7] app/testpmd: fix RSS and flow type

lihuisong (C) lihuisong at huawei.com
Fri Jun 24 10:55:17 CEST 2022


Hi Ferruh,

This patchset has been sent. However, a merge conflict is displayed on 
the CI.
In fact, I'm do it based on the latest mainline, and there are nothing 
conflict.

Can you help me re-trigger the build?

Thanks,
huisong

在 2022/6/24 15:23, Huisong Li 写道:
> This patchset fix RSS related code and remove duplicated flow type to
> string table.
>
> ---
> v5:
>   - resolve a warning in testpmd_funcs.rst file
>
> v4:
>   - delete 'rss_offload_table[]' and use 'rss_type_table[]'
>   - add an 'char_num_per_line' parameter to control RSS types display.
>   - add 2/7, 3/7 and 6/7 patch.
>
> v3:
>   - add 'rss_offload_table[]' to display supported RSS offload.
>   - add patch 3/4 and 4/4.
>
> v2:
>   - resovle compilation failure when disable i40e and ixgbe.
>
> Ferruh Yigit (2):
>    app/testpmd: compact RSS types output in some commands
>    app/testpmd: remove duplicated flow type to string table
>
> Huisong Li (5):
>    app/testpmd: fix supported RSS offload display
>    app/testpmd: unify the name of L2 payload offload
>    app/testpmd: refactor config all RSS command
>    app/testpmd: unify RSS types display
>    app/testpmd: reorder elements in RSS type table array
>
>   app/test-pmd/cmdline.c                      | 127 +++-------
>   app/test-pmd/config.c                       | 263 +++++++++++++-------
>   app/test-pmd/testpmd.h                      |   8 +
>   doc/guides/testpmd_app_ug/testpmd_funcs.rst |  11 +-
>   drivers/net/i40e/i40e_testpmd.c             |  41 +--
>   5 files changed, 228 insertions(+), 222 deletions(-)
>


More information about the dev mailing list