[PATCH v9 3/4] app/testpmd: add rxhdrs commands and parameters

2022-10-09 Thread Yuan Wang
Add command line parameter: --rxhdrs=eth[,ipv4] Set the protocol_hdr of segments to scatter packets on receiving if split feature is engaged. And the queues with BUFFER_SPLIT flag. Add interactive mode command: testpmd>set rxhdrs eth,ipv4,ipv4-udp (protocol sequence should be valid) The protocol

[PATCH v9 3/4] app/testpmd: add rxhdrs commands and parameters

2022-06-13 Thread wenxuanx . wu
From: Wenxuan Wu Add command line parameter: --rxhdrs=mac,[ipv4,udp] Set the protocol_hdr of segments to scatter packets on receiving if split feature is engaged. And the queues with BUFFER_SPLIT flag. Add interactive mode command: testpmd>set rxhdrs mac,ipv4,l3,tcp,udp,sctp (protocol sequence