[dpdk-dev] [PATCH] mbuf: rename Tx VLAN flags

Thomas Monjalon thomas at monjalon.net
Mon Jan 29 17:12:12 CET 2018


29/01/2018 10:37, Olivier Matz:
> For consistency with the Rx flags, the flags PKT_TX_VLAN_PKT and
> PKT_TX_QINQ_PKT are respectively renamed as PKT_TX_VLAN and
> PKT_TX_QINQ. The old defines are deprecated but will stay for some time
> for compatibility.
> 
> Reported-by: Morten Brørup <mb at smartsharesystems.com>
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
> ---
>  doc/guides/rel_notes/deprecation.rst |  4 ++++
>  lib/librte_mbuf/rte_mbuf.h           | 11 +++++++++--
>  2 files changed, 13 insertions(+), 2 deletions(-)

Applied without the deprecation notice.
The deprecation notice should be separate and wait for 3 acks.
I think we should try to group it with full cleanup of the mbuf
namespace.



More information about the dev mailing list