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

2022-10-06 Thread Andrew Rybchenko
On 10/6/22 02:18, Yuan Wang wrote: Add command line parameter: --rxhdrs=eth[,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 eth,ipv4,udp (protocol seq

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

2022-10-05 Thread Yuan Wang
Add command line parameter: --rxhdrs=eth[,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 eth,ipv4,udp (protocol sequence should be valid) The protocol