Re: [dpdk-dev] [PATCH] mbuf: update Tx VLAN and QinQ mbuf flags documentation

2019-04-19 Thread Thomas Monjalon
08/04/2019 09:16, Olivier Matz: > 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

Re: [dpdk-dev] [PATCH] mbuf: update Tx VLAN and QinQ mbuf flags documentation

2019-04-08 Thread Olivier Matz
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

[dpdk-dev] [PATCH] mbuf: update Tx VLAN and QinQ mbuf flags documentation

2019-04-02 Thread Ferruh Yigit
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 d