]> git.droids-corp.org - dpdk.git/commit
app/testpmd: unify name of L2 payload offload
authorHuisong Li <lihuisong@huawei.com>
Wed, 29 Jun 2022 08:34:45 +0000 (16:34 +0800)
committerFerruh Yigit <ferruh.yigit@xilinx.com>
Wed, 29 Jun 2022 19:40:49 +0000 (21:40 +0200)
commitb0f02d9a8256b36963c8aa5f14e426614cea3eb1
treede2b89f84ab1931d0c477f6ace8cba589a6c31de
parent3c23ee6cdddf28641f52f31ced84d3feb867027c
app/testpmd: unify name of L2 payload offload

Currently, the "port config all rss xx" command uses 'ether' name to match
and to set 'RTE_ETH_RSS_L2_PAYLOAD' offload. However, others RSS command,
such as, "port config <port_id> rss-hash-key" and "show port <port_id>
rss-hash key", use 'l2-payload' to represent this offload. So this patch
unifies the name of 'RTE_ETH_RSS_L2_PAYLOAD' offload.

Signed-off-by: Huisong Li <lihuisong@huawei.com>
Acked-by: Ferruh Yigit <ferruh.yigit@xilinx.com>
app/test-pmd/cmdline.c
doc/guides/rel_notes/release_22_07.rst
doc/guides/testpmd_app_ug/testpmd_funcs.rst