From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 23E7F20C9D; Mon, 29 Jan 2018 11:13:00 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 29 Jan 2018 11:13:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=BKIZuFTnLMhLCTUhJE7TQCXby8 YrqhB/OysjLNjXupU=; b=lLkOdxF9ETP/KjnKvozQpIrFYJsrYQAmh08oqrXDtk NpODg6cFVCUeVBGI4fXgvuN3cpdfTQW87n4LSg6zXj7Zd0PXwjwr/n/iLnGfPUrt RA3zsEBu5LXImw0J6w3BA3eoS1t9VtPkqRKeSrxZdX1I4Un1WBv9O/KXWug/gIuZ o= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=BKIZuF TnLMhLCTUhJE7TQCXby8YrqhB/OysjLNjXupU=; b=MwjTd0OK7wBn66OIQHgBU8 b2YmZcOy/z/pKujuL1RiQe8NeJlofuFgjbrUa9k7jBJwKk9nONySFrS2LMTq58PA 3jZuvF9YvVQAzP8BfAzhXUE1WTbgRNXAzfK5nY2KNERRmxMjxiiQxmosroXrC1XV FlBWhmIFQ/WItRfFyZc09oe4xsgngtnTYfsZ5NjtnaGgyu8UOPPelZUXLPIWEo/5 o3V/2KLzgV9Khar1H9QsODvY7DrI+/FsNVrF2cQv4/bR2qZe81IgCHPZZtyrB4C/ O3Fjywjn6Kgpqo/W3f5Sc4tnLQq7kWM2N/u3HMuSM00ANu6QvwB44rZY7lfIrgsA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id BECC57E68E; Mon, 29 Jan 2018 11:12:59 -0500 (EST) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, Morten =?ISO-8859-1?Q?Br=F8rup?= Date: Mon, 29 Jan 2018 17:12:12 +0100 Message-ID: <1688049.TrVPFdMCvN@xps> In-Reply-To: <20180129093707.18361-1-olivier.matz@6wind.com> References: <98CBD80474FA8B44BF855DF32C47DC35B41D74@smartserver.smartshare.dk> <20180129093707.18361-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] [PATCH] mbuf: rename Tx VLAN flags X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2018 16:13:00 -0000 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.