Re: [dpdk-dev] [PATCH v3] app/testpmd: add parsing for QINQ VLAN headers

2020-04-24 Thread Ferruh Yigit
On 4/23/2020 10:05 AM, Raslan Darawsheh wrote: > When having QINQ VLAN headers in the packet, parse_ethernet > is cabable of parsing only the first vlan. > > add parsing for QINQ VLAN headers in the packet. > > Fixes: 51f694dd40f5 ("app/testpmd: rework checksum forward engine") > Cc: sta...@dpdk.

[dpdk-dev] [PATCH v3] app/testpmd: add parsing for QINQ VLAN headers

2020-04-23 Thread Raslan Darawsheh
When having QINQ VLAN headers in the packet, parse_ethernet is cabable of parsing only the first vlan. add parsing for QINQ VLAN headers in the packet. Fixes: 51f694dd40f5 ("app/testpmd: rework checksum forward engine") Cc: sta...@dpdk.org Signed-off-by: Raslan Darawsheh Acked-by: Ori Kam Acke