From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/7] support i40e QinQ stripping and insertion Date: Tue, 07 Jul 2015 16:43:55 +0200 Message-ID: <6039952.UrD72MYjSg@xps13> References: <1433214967-22247-1-git-send-email-helin.zhang@intel.com> <1434006240-7271-1-git-send-email-helin.zhang@intel.com> <9BB6961774997848B5B42BEC655768F8C51AC5@SHSMSX104.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Zhang, Helin" Return-path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id ED2E2106B for ; Tue, 7 Jul 2015 16:45:05 +0200 (CEST) Received: by wiwl6 with SMTP id l6so317016172wiw.0 for ; Tue, 07 Jul 2015 07:45:05 -0700 (PDT) In-Reply-To: <9BB6961774997848B5B42BEC655768F8C51AC5@SHSMSX104.ccr.corp.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" > > As i40e hardware can be reconfigured to support QinQ stripping and insertion, > > this patch set is to enable that together with using the reserved 16 bits in > > 'struct rte_mbuf' for the second vlan tag. Corresponding command is added > > in testpmd for testing. > > Note that no need to rework vPMD, as nothings used in it changed. > > > > v2 changes: > > * Added more commit logs of which commit it fix for. > > * Fixed a typo. > > * Kept the original RX/TX offload flags as they were, added new > > flags after with new bit masks, for ABI compatibility. > > * Supported double vlan stripping/insertion in examples/ipv4_multicast. > > > > v3 changes: > > * update documentation (Testpmd Application User Guide). > > > > Helin Zhang (7): > > ixgbe: remove a discarded source line > > mbuf: use the reserved 16 bits for double vlan > > i40e: support double vlan stripping and insertion > > i40evf: add supported offload capability flags > > app/testpmd: add test cases for qinq stripping and insertion > > examples/ipv4_multicast: support double vlan stripping and insertion > > doc: update testpmd command > > Acked-by: Jingjing Wu Applied, thanks