From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 0/5] support E-tag offloading and forwarding on X550 Date: Fri, 11 Mar 2016 23:27:36 +0100 Message-ID: <1685642.HOvKosX29E@xps13> References: <1454051035-25757-1-git-send-email-wenzhuo.lu@intel.com> <1457658611-1035-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Wenzhuo Lu Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 0C1322BF1 for ; Fri, 11 Mar 2016 23:29:22 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id l68so36816980wml.0 for ; Fri, 11 Mar 2016 14:29:22 -0800 (PST) In-Reply-To: <1457658611-1035-1-git-send-email-wenzhuo.lu@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" 2016-03-11 09:10, Wenzhuo Lu: > This patch set adds the support of E-tag offloading and forwarding > on X550. > The offloading means E-tag can be inserted and stripped by HW. > And E-tag packets can be recognized and forwarded to specific pools > based on GRP and E-CID_base in E-tag. > > E-tag is defined in IEEE802.1br. Please reference > http://www.ieee802.org/1/pages/802.1br.html. Applied, thanks