> -----Original Message----- > From: Wang, YuanX <yuanx.w...@intel.com> > Sent: Tuesday, October 18, 2022 1:41 AM > To: Singh, Aman Deep <aman.deep.si...@intel.com>; Zhang, Yuying > <yuying.zh...@intel.com> > Cc: andrew.rybche...@oktetlabs.ru; dev@dpdk.org; Ding, Xuan > <xuan.d...@intel.com>; Tang, Yaqi <yaqi.t...@intel.com>; Wang, YuanX > <yuanx.w...@intel.com> > Subject: [PATCH] app/testpmd: fix protocol headers display for Rx buffer split > > 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 <yuanx.w...@intel.com> > ---
Tested-by: Yaqi Tang <yaqi.t...@intel.com>