From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH v5 0/2] i40e setting ether type of VLANs Date: Sat, 12 Mar 2016 00:50:56 +0800 Message-ID: <1457715058-2990-1-git-send-email-helin.zhang@intel.com> References: <1457686179-20435-1-git-send-email-helin.zhang@intel.com> To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id ED00D2BEA for ; Fri, 11 Mar 2016 17:51:05 +0100 (CET) In-Reply-To: <1457686179-20435-1-git-send-email-helin.zhang@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" 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 5721e6447b5c20208a32c919a509e89d78c3e68d Author: Robin Jarry Date: Thu Mar 3 15:27:40 2016 +0100 mlx4: ensure number of RX queues is a power of 2 v5: - Removed the versioning mechanism, as ABI broken is already there allowed. v4: - Updated the doc of testpmd guide. v3: - Used versioning mechanism to avoid ABI issue. - Re-organized the patch set. 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 (2): ethdev: add vlan type for setting ether type i40e: fix the overflow issue app/test-pmd/cmdline.c | 30 +++++++---- app/test-pmd/config.c | 9 ++-- app/test-pmd/testpmd.h | 3 +- doc/guides/rel_notes/release_16_04.rst | 5 ++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 +--- drivers/net/e1000/igb_ethdev.c | 27 +++++++--- drivers/net/i40e/i40e_ethdev.c | 79 +++++++++++++++++++++++++++-- drivers/net/i40e/i40e_rxtx.c | 4 +- drivers/net/ixgbe/ixgbe_ethdev.c | 25 +++++++-- lib/librte_ether/rte_ethdev.c | 7 +-- lib/librte_ether/rte_ethdev.h | 21 ++++++-- lib/librte_ether/rte_ether_version.map | 7 +++ 12 files changed, 181 insertions(+), 47 deletions(-) -- 2.5.0