From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 27 Sep 2015 10:05:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,598,1437462000"; d="scan'208";a="814213403" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 27 Sep 2015 10:05:33 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t8RH5UDD008748; Mon, 28 Sep 2015 01:05:30 +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 t8RH5RsT028982; Mon, 28 Sep 2015 01:05:29 +0800 Received: (from zhetao@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t8RH5Rth028978; Mon, 28 Sep 2015 01:05:27 +0800 From: Zhe Tao To: dev@dpdk.org Date: Mon, 28 Sep 2015 01:05:23 +0800 Message-Id: <1443373527-28948-1-git-send-email-zhe.tao@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/4] i40e: add vector PMD support for FVL 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: Sun, 27 Sep 2015 19:14:03 -0000 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