From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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-dev] [PATCH] mbuf: update Tx VLAN and QinQ mbuf flags documentation 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, 08 Apr 2019 07:16:53 -0000 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 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 416B0A0096 for ; Mon, 8 Apr 2019 09:16:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D61872BC9; Mon, 8 Apr 2019 09:16:53 +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="UTF-8" Content-Disposition: inline In-Reply-To: <20190402170947.8134-1-ferruh.yigit@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH] mbuf: update Tx VLAN and QinQ mbuf flags documentation 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190408071649.BK7l5T8fJ2J5Y1lnelLIs1b_QN3-ocGS9T9K7ixJFSw@z> 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