[dpdk-dev] [PATCH v2] mbuf: extend meaning of QinQ stripped bit

David Marchand david.marchand at redhat.com
Thu Oct 8 15:13:13 CEST 2020


On Tue, Oct 6, 2020 at 9:23 AM Olivier Matz <olivier.matz at 6wind.com> wrote:
>
> From: Somnath Kotur <somnath.kotur at broadcom.com>
>
> Clarify the documentation of QinQ flags, and extend the meaning of the
> flag: if PKT_RX_QINQ_STRIPPED is set and PKT_RX_VLAN_STRIPPED is unset,
> only the outer VLAN is removed from packet data, but both tci are saved
> in mbuf->vlan_tci (inner) and mbuf->vlan_tci_outer (outer).
>
> Signed-off-by: Somnath Kotur <somnath.kotur at broadcom.com>
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>

Is it only a documentation fix and the drivers are already
implementing this behavior?
CC driver maintainers for double check.


Thanks.

-- 
David Marchand



More information about the dev mailing list