From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mbuf: rename Tx VLAN flags Date: Mon, 29 Jan 2018 17:12:12 +0100 Message-ID: <1688049.TrVPFdMCvN@xps> References: <98CBD80474FA8B44BF855DF32C47DC35B41D74@smartserver.smartshare.dk> <20180129093707.18361-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Morten =?ISO-8859-1?Q?Br=F8rup?= To: Olivier Matz Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 883851B336 for ; Mon, 29 Jan 2018 17:13:00 +0100 (CET) In-Reply-To: <20180129093707.18361-1-olivier.matz@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. >=20 > Reported-by: Morten Br=F8rup > Signed-off-by: Olivier Matz > --- > 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.