On Tue, Apr 02, 2019 at 06:09:46PM +0100, Ferruh Yigit wrote:
> Currently PKT_TX_VLAN and PKT_TX_QINQ mbuf flags are documented as
> they are to say packet contains VLAN or QINQ information.
>
> Updating the definition as they are requests from application to
> driver to insert VLAN or double VLAN tags into packet.
>
> Fixes: dc6c911c9993 ("mbuf: use reserved space for double vlan")
> Fixes: af75078fece3 ("first public release")
> Cc: [email protected]
>
> Signed-off-by: Ferruh Yigit <[email protected]>
> ---
> Cc: Chas Williams <[email protected]>
> ---
> lib/librte_mbuf/rte_mbuf.h | 10 +++++++---
> 1 file changed, 7 insertions(+), 3 deletions(-)
Acked-by: Olivier Matz <[email protected]>
Thanks