RE: [PATCH v2] app/testpmd: fix protocol headers display for Rx buffer split

2022-10-27 Thread Wang, YuanX
Hi All, Could you please review and provide suggestions if any. Thanks, Yuan > -Original Message- > From: Wang, YuanX > Sent: Tuesday, October 18, 2022 10:50 PM > To: andrew.rybche...@oktetlabs.ru; Singh, Aman Deep > ; Zhang, Yuying > Cc: dev@dpdk.org; Ding, Xuan ; Tang, Yaqi > ; Wang,

Re: [PATCH v2] app/testpmd: fix protocol headers display for Rx buffer split

2022-11-06 Thread Andrew Rybchenko
On 10/18/22 17:50, 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. Fixes: 52e2e7edcf48 ("app

RE: [PATCH v2] app/testpmd: fix protocol headers display for Rx buffer split

2022-11-06 Thread Wang, YuanX
Hi Andrew, > -Original Message- > From: Andrew Rybchenko > Sent: Sunday, November 6, 2022 5:58 PM > To: Wang, YuanX ; Singh, Aman Deep > ; Zhang, Yuying > Cc: dev@dpdk.org; Ding, Xuan ; Tang, Yaqi > > Subject: Re: [PATCH v2] app/testpmd: fix protocol headers