From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id BFA278E7F for ; Fri, 22 Jan 2016 02:37:13 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 21 Jan 2016 17:37:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,328,1449561600"; d="scan'208";a="886652631" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 21 Jan 2016 17:37:12 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u0M1b8Jt028961; Fri, 22 Jan 2016 09:37:08 +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 u0M1b5AZ008730; Fri, 22 Jan 2016 09:37:07 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u0M1b5XA008726; Fri, 22 Jan 2016 09:37:05 +0800 From: Helin Zhang To: dev@dpdk.org Date: Fri, 22 Jan 2016 09:37:01 +0800 Message-Id: <1453426623-8696-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/2] i40e setting ether type of VLANs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 01:37:14 -0000 It adds setting ether type of single VLAN(inner VLAN) and outer VLAN for i40e. For ixgbe and e1000/igb, as the external API changed, it supports setting single VLAN(inner VLAN) only. Helin Zhang (2): ethdev: add vlan type for setting ether type i40e: add VLAN ether type config app/test-pmd/cmdline.c | 29 ++++++++++++------ app/test-pmd/config.c | 8 ++--- app/test-pmd/testpmd.h | 3 +- doc/guides/rel_notes/deprecation.rst | 4 +++ doc/guides/rel_notes/release_2_3.rst | 6 ++++ drivers/net/e1000/igb_ethdev.c | 20 +++++++++---- drivers/net/i40e/i40e_ethdev.c | 57 +++++++++++++++++++++++++++++++++--- drivers/net/ixgbe/ixgbe_ethdev.c | 18 +++++++++--- lib/librte_ether/rte_ethdev.c | 5 ++-- lib/librte_ether/rte_ethdev.h | 19 ++++++++++-- 10 files changed, 138 insertions(+), 31 deletions(-) -- 2.5.0