From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wenzhuo Lu Subject: [PATCH v2 0/7] support E-tag offloading and forwarding on Intel X550 NIC Date: Tue, 2 Feb 2016 14:56:58 +0800 Message-ID: <1454396225-11784-1-git-send-email-wenzhuo.lu@intel.com> References: <1454051035-25757-1-git-send-email-wenzhuo.lu@intel.com> To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E0B7F93C0 for ; Tue, 2 Feb 2016 07:57:11 +0100 (CET) Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u126v90e007479 for ; Tue, 2 Feb 2016 14:57:09 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u126v59k011819 for ; Tue, 2 Feb 2016 14:57:07 +0800 Received: (from wenzhuol@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u126v510011815 for dev@dpdk.org; Tue, 2 Feb 2016 14:57:05 +0800 In-Reply-To: <1454051035-25757-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" 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. Wenzhuo Lu (7): ixgbe: select pool by MAC when using double VLAN lib/librte_ether: support l2 tunnel config ixgbe: support l2 tunnel config app/testpmd: add CLIs for l2 tunnel config lib/librte_ether: support new l2 tunnel operation ixgbe: support l2 tunnel operation app/testpmd: add CLIs for E-tag operation app/test-pmd/cmdline.c | 599 +++++++++++++++++++++++++++++++++++ doc/guides/rel_notes/release_2_3.rst | 6 + drivers/net/ixgbe/ixgbe_ethdev.c | 507 +++++++++++++++++++++++++++++ lib/librte_ether/rte_eth_ctrl.h | 9 + lib/librte_ether/rte_ethdev.c | 239 ++++++++++++++ lib/librte_ether/rte_ethdev.h | 288 +++++++++++++++++ 6 files changed, 1648 insertions(+) -- 1.9.3