app/testpmd: fix GRO command description
In testpmd, GRO is supported by csum forwarding engine, but the cmdline
message shows GRO is supported by io forwarding engine. This patch is
to fix this issue.
Fixes: b40f8d782b
("app/testpmd: enable TCP/IPv4 GRO")
Signed-off-by: Jiayu Hu <jiayu.hu@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
5644d5b94e
commit
845efa4889
@ -424,8 +424,8 @@ static void cmd_help_long_parsed(void *parsed_result,
|
||||
" Display the status of TCP Segmentation Offload.\n\n"
|
||||
|
||||
"gro (on|off) (port_id)"
|
||||
" Enable or disable Generic Receive Offload in io"
|
||||
" forward engine.\n\n"
|
||||
" Enable or disable Generic Receive Offload in"
|
||||
" csum forwarding engine.\n\n"
|
||||
|
||||
"gro set (max_flow_num) (max_item_num_per_flow) (port_id)\n"
|
||||
" Set max flow number and max packet number per-flow"
|
||||
|
Loading…
Reference in New Issue
Block a user