Re: [PATCH] app/testpmd: dump TCI when asking for VLAN insertion

2024-03-20 Thread Ferruh Yigit
On 3/18/2024 8:02 AM, David Marchand wrote: > I got some report for users that VLAN insertion was not working as the > only thing they could see in verbose mode was a 0x0800 ethertype even > though the RTE_MBUF_F_TX_VLAN flag was shown. > > Dump the VLAN TCI from mbuf metadata when VLAN insertion

[PATCH] app/testpmd: dump TCI when asking for VLAN insertion

2024-03-18 Thread David Marchand
I got some report for users that VLAN insertion was not working as the only thing they could see in verbose mode was a 0x0800 ethertype even though the RTE_MBUF_F_TX_VLAN flag was shown. Dump the VLAN TCI from mbuf metadata when VLAN insertion is requested. This should enhance the situation. Befo