From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 032FFA0096 for ; Mon, 8 Apr 2019 09:16:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9C7E02C55; Mon, 8 Apr 2019 09:16:57 +0200 (CEST) Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id F0FC25A; Mon, 8 Apr 2019 09:16:52 +0200 (CEST) Received: from lfbn-lil-1-768-100.w81-254.abo.wanadoo.fr ([81.254.99.100] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hDOYr-0004RU-Vm; Mon, 08 Apr 2019 09:19:23 +0200 Received: by droids-corp.org (sSMTP sendmail emulation); Mon, 08 Apr 2019 09:16:49 +0200 Date: Mon, 8 Apr 2019 09:16:49 +0200 From: Olivier Matz To: Ferruh Yigit Cc: dev@dpdk.org, stable@dpdk.org, Chas Williams <3chas3@gmail.com> Message-ID: <20190408071649.2hywjjy557yzor4y@platinum> References: <20190402170947.8134-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190402170947.8134-1-ferruh.yigit@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-stable] [PATCH] mbuf: update Tx VLAN and QinQ mbuf flags documentation X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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: stable@dpdk.org > > Signed-off-by: Ferruh Yigit > --- > Cc: Chas Williams <3chas3@gmail.com> > --- > lib/librte_mbuf/rte_mbuf.h | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) Acked-by: Olivier Matz Thanks