From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhe Tao Subject: [PATCH 0/4] i40e: add vector PMD support for FVL Date: Mon, 28 Sep 2015 01:05:23 +0800 Message-ID: <1443373527-28948-1-git-send-email-zhe.tao@intel.com> To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 437DC8DA4 for ; Sun, 27 Sep 2015 21:14:02 +0200 (CEST) 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 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 + drivers/net/i40e/Makefile | 1 + drivers/net/i40e/base/i40e_type.h | 13 + drivers/net/i40e/i40e_ethdev.c | 19 +- drivers/net/i40e/i40e_ethdev_vf.c | 27 +- drivers/net/i40e/i40e_rxtx.c | 222 ++++++++++- drivers/net/i40e/i40e_rxtx.h | 32 +- drivers/net/i40e/i40e_rxtx_vec.c | 781 ++++++++++++++++++++++++++++++++++++++ 9 files changed, 1074 insertions(+), 25 deletions(-) create mode 100644 drivers/net/i40e/i40e_rxtx_vec.c -- 1.9.3