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

2022-11-07 Thread Tang, Yaqi
> -Original Message- > From: Wang, YuanX > Sent: Monday, November 7, 2022 4:45 PM > To: andrew.rybche...@oktetlabs.ru; Singh, Aman Deep > ; Zhang, Yuying > Cc: Ding, Xuan ; Tang, Yaqi ; > dev@dpdk.org; Wang, YuanX > Subject: [PATCH v3] app/testpmd: fix protocol header display for Rx bu

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

2022-11-07 Thread Andrew Rybchenko
On 11/7/22 11:45, 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 adjusting the order of condition judgments. This patch also uses RTE_PTYPE_

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

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