From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhe Tao Subject: [PATCH 0/4 v3] i40e: add vector PMD support for FVL Date: Fri, 30 Oct 2015 21:01:51 +0800 Message-ID: <1446210115-13927-1-git-send-email-zhe.tao@intel.com> References: <1446202336-8723-1-git-send-email-zhe.tao@intel.com> To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2D1ED8E84 for ; Fri, 30 Oct 2015 14:02:04 +0100 (CET) In-Reply-To: <1446202336-8723-1-git-send-email-zhe.tao@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 add the vector PMD support for FVL. FVL vPMD works like the way ixgbe does All the functionality is tested PATCH v1: add the vector PMD support for FVL PATCH v2: remove the extra code out of share code change the prefetch position for splitter packets support update the release note PATCH v3: make the new patch set Zhe Tao (4): add vector PMD RX for FVL add vector PMD TX for FVL add vector PMD scatter RX for FVL add RX and TX selection function for FVL config/common_bsdapp | 2 + config/common_linuxapp | 2 + doc/guides/rel_notes/release_2_2.rst | 4 + drivers/net/i40e/Makefile | 1 + drivers/net/i40e/i40e_ethdev.c | 20 +- drivers/net/i40e/i40e_ethdev.h | 6 + drivers/net/i40e/i40e_ethdev_vf.c | 28 +- drivers/net/i40e/i40e_rxtx.c | 227 +++++++++- drivers/net/i40e/i40e_rxtx.h | 40 +- drivers/net/i40e/i40e_rxtx_vec.c | 781 +++++++++++++++++++++++++++++++++++ 10 files changed, 1086 insertions(+), 25 deletions(-) create mode 100644 drivers/net/i40e/i40e_rxtx_vec.c -- 1.9.3