From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH 0/2] i40e setting ether type of VLANs Date: Fri, 22 Jan 2016 09:37:01 +0800 Message-ID: <1453426623-8696-1-git-send-email-helin.zhang@intel.com> To: dev@dpdk.org 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) 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" 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