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 8925E2C67 for ; Mon, 7 Mar 2016 09:12:58 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 07 Mar 2016 00:12:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,550,1449561600"; d="scan'208";a="931167332" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 07 Mar 2016 00:12:56 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u278Cs28009026; Mon, 7 Mar 2016 16:12:54 +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 u278CpL3000310; Mon, 7 Mar 2016 16:12:53 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u278Cpdx000306; Mon, 7 Mar 2016 16:12:51 +0800 From: Helin Zhang To: dev@dpdk.org Date: Mon, 7 Mar 2016 16:12:47 +0800 Message-Id: <1457338370-32744-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1453426623-8696-1-git-send-email-helin.zhang@intel.com> References: <1453426623-8696-1-git-send-email-helin.zhang@intel.com> Subject: [dpdk-dev] [PATCH v2 0/3] 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: Mon, 07 Mar 2016 08:12:58 -0000 It adds setting ether type of both single VLAN(inner VLAN) and outer VLAN for i40e. For ixgbe and e1000/igb, it supports setting single VLAN(inner VLAN) only, and can be extended in the future. The patch set was branched off rel_16_04 of repo dpdk-next-net, on below commit. - commit 4ac366ba647909c3b71818f9be9db86ba5e871da nfp: fix non-x86 build v2: - Used RTE_NEXT_ABI to avoid ABI change issue. - Reworked the announcement of ABI change for release 16.07. - Fixed a i40e overflow issue. Helin Zhang (3): ethdev: add vlan type for setting ether type i40e: add VLAN ether type config i40e: fix the overflow issue app/test-pmd/cmdline.c | 29 +++++++++---- app/test-pmd/config.c | 14 +++++-- app/test-pmd/testpmd.h | 3 +- doc/guides/rel_notes/deprecation.rst | 6 +++ doc/guides/rel_notes/release_16_04.rst | 4 ++ drivers/net/e1000/igb_ethdev.c | 26 ++++++++++-- drivers/net/i40e/i40e_ethdev.c | 75 ++++++++++++++++++++++++++++++++-- drivers/net/i40e/i40e_rxtx.c | 4 +- drivers/net/ixgbe/ixgbe_ethdev.c | 25 ++++++++++-- lib/librte_ether/rte_ethdev.c | 12 +++++- lib/librte_ether/rte_ethdev.h | 24 ++++++++++- 11 files changed, 193 insertions(+), 29 deletions(-) -- 2.5.0