From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 9CCAE685D for ; Mon, 20 Oct 2014 08:46:27 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 19 Oct 2014 23:50:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,752,1406617200"; d="scan'208";a="621686238" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by orsmga002.jf.intel.com with ESMTP; 19 Oct 2014 23:53:38 -0700 Received: from pgsmsx106.gar.corp.intel.com (10.221.44.98) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 20 Oct 2014 14:50:14 +0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by pgsmsx106.gar.corp.intel.com (10.221.44.98) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 20 Oct 2014 14:50:14 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.202]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.44]) with mapi id 14.03.0195.001; Mon, 20 Oct 2014 14:50:10 +0800 From: "Liu, Jijiang" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [PATCH v3 0/3] add i40e RSS support in VF Thread-Index: AQHP7BHIjBPfiyk590CsxV74S+B75Zw4i1Qw Date: Mon, 20 Oct 2014 06:50:10 +0000 Message-ID: <1ED644BD7E0A5F4091CF203DAFB8E4CC01D7FFB7@SHSMSX101.ccr.corp.intel.com> References: <1411089280-23595-1-git-send-email-helin.zhang@intel.com> <1413773898-24137-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1413773898-24137-1-git-send-email-helin.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 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: Mon, 20 Oct 2014 06:46:28 -0000 Acked-by: Jijiang Liu > -----Original Message----- > From: Zhang, Helin > Sent: Monday, October 20, 2014 10:58 AM > To: dev@dpdk.org > Cc: Cao, Waterman; Zhang, Helin > Subject: [PATCH v3 0/3] add i40e RSS support in VF >=20 > As hardware supports RSS in VF, the patches add that support in driver. I= n > addition, minor improvements are added for defining macro with constant. >=20 > v2 changes: > * Removed support of updating/querying redirection table, as it > will be implemented in another patches later. > * Removed changes in testpmd, as it is not needed at all for > supporting RSS in VF. >=20 > v3 changes: > * Removed macros in i40e_ethdev.c, as they have already been > moved to i40e_ethdev.h. >=20 >=20 > Helin Zhang (3): > ethdev: improvement for constant usage > i40e: extern two functions and relevant macros > i40evf: support of RSS in VF >=20 > lib/librte_ether/rte_ethdev.h | 47 ++++++------ > lib/librte_pmd_i40e/i40e_ethdev.c | 34 +-------- > lib/librte_pmd_i40e/i40e_ethdev.h | 40 +++++++++- > lib/librte_pmd_i40e/i40e_ethdev_vf.c | 142 > +++++++++++++++++++++++++++++++++++ > 4 files changed, 207 insertions(+), 56 deletions(-) >=20 > -- > 1.8.1.4