Re: [PATCH v4] app/testpmd: fix protocol header display for Rx buffer split

2022-11-09 Thread Andrew Rybchenko
On 11/9/22 04:37, Yuan Wang wrote: The "show config rxhdrs" cmd displays the configured protocol headers that are used for protocol-based buffer split. However, it shows inner-ipv6 as inner-ipv4. This patch fixes that by redefining rx_pkt_hdr_protos to hold the full ptypes, and the show and set

RE: [PATCH v4] app/testpmd: fix protocol header display for Rx buffer split

2022-11-09 Thread Wang, YuanX
Hi Andrew, > -Original Message- > From: Andrew Rybchenko > Sent: Thursday, November 10, 2022 2:56 PM > To: Wang, YuanX ; Singh, Aman Deep > ; Zhang, Yuying > Cc: Ding, Xuan ; Tang, Yaqi ; > dev@dpdk.org > Subject: Re: [PATCH v4] app/testpmd: fix protocol header