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

2022-10-24 Thread Tang, Yaqi
> -Original Message- > From: Wang, YuanX > Sent: Tuesday, October 18, 2022 1:41 AM > To: Singh, Aman Deep ; Zhang, Yuying > > Cc: andrew.rybche...@oktetlabs.ru; dev@dpdk.org; Ding, Xuan > ; Tang, Yaqi ; Wang, YuanX > > Subject: [PATCH] app/testpmd: fix prot

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

2022-10-17 Thread Yuan Wang
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. Signed-off-by: Yuan Wang --- app/test-pmd/config.c | 24 +