From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 55F8E68FB for ; Mon, 20 Oct 2014 10:37:28 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 20 Oct 2014 01:45:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,754,1406617200"; d="scan'208";a="617102596" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by fmsmga002.fm.intel.com with ESMTP; 20 Oct 2014 01:45:33 -0700 Received: from pgsmsx107.gar.corp.intel.com (10.221.44.105) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 20 Oct 2014 16:43:57 +0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by PGSMSX107.gar.corp.intel.com (10.221.44.105) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 20 Oct 2014 16:43:57 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.156]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.174]) with mapi id 14.03.0195.001; Mon, 20 Oct 2014 16:43:50 +0800 From: "Liang, Cunming" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/3] add i40e RSS support in VF Thread-Index: AQHP7BHpKXQHXCKbVEiOpjA/rkOwoZw4q5+A Date: Mon, 20 Oct 2014 08:43:49 +0000 Message-ID: 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: zh-CN, 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 08:37:28 -0000 Acked-by: Cunming Liang > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Helin Zhang > Sent: Monday, October 20, 2014 10:58 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/3] add i40e RSS support in VF >=20 > As hardware supports RSS in VF, the patches add that support > in driver. In 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