From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 2/5] mbuf: use the reserved 16 bits for double vlan Date: Tue, 26 May 2015 07:55:15 -0700 Message-ID: <20150526075515.1bc42ae1@urahara> References: <1430793143-3610-1-git-send-email-helin.zhang@intel.com> <1432629400-25303-1-git-send-email-helin.zhang@intel.com> <1432629400-25303-3-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) by dpdk.org (Postfix) with ESMTP id 88BC3567E for ; Tue, 26 May 2015 16:55:13 +0200 (CEST) Received: by pdfh10 with SMTP id h10so92502970pdf.3 for ; Tue, 26 May 2015 07:55:12 -0700 (PDT) In-Reply-To: <1432629400-25303-3-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, 26 May 2015 16:36:37 +0800 Helin Zhang wrote: > Use the reserved 16 bits in rte_mbuf structure for the outer vlan, > also add QinQ offloading flags for both RX and TX sides. > > Signed-off-by: Helin Zhang Yet another change that is much needed, but breaks ABI compatibility.