From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 56E70B347 for ; Fri, 19 Sep 2014 03:08:59 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 18 Sep 2014 18:08:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,550,1406617200"; d="scan'208";a="605139601" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 18 Sep 2014 18:14:45 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id s8J1Ehq3024712; Fri, 19 Sep 2014 09:14:43 +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 s8J1Efp1023630; Fri, 19 Sep 2014 09:14:43 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id s8J1Ee2Q023626; Fri, 19 Sep 2014 09:14:40 +0800 From: Helin Zhang To: dev@dpdk.org Date: Fri, 19 Sep 2014 09:14:37 +0800 Message-Id: <1411089280-23595-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH v2 0/3] add i40e RSS support in VF 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: Fri, 19 Sep 2014 01:08:59 -0000 As hardware supports RSS in VF, the patches add that support in driver. In addition, minor improvements are added for defining macro with constant. v2 changes: * Remove support of updating/querying redirection table, as it will be implemented in another patches later. * Remove changes in testpmd, as it is not needed at all for supporting RSS in VF. Helin Zhang (3): ethdev: improvement for constant usage i40e: extern two functions and relevant macros i40evf: support of RSS in VF lib/librte_ether/rte_ethdev.h | 47 ++++++------ lib/librte_pmd_i40e/i40e_ethdev.c | 4 +- lib/librte_pmd_i40e/i40e_ethdev.h | 40 +++++++++- lib/librte_pmd_i40e/i40e_ethdev_vf.c | 142 +++++++++++++++++++++++++++++++++++ 4 files changed, 207 insertions(+), 26 deletions(-) -- 1.8.1.4