From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D95157F69 for ; Fri, 10 Oct 2014 05:03:09 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 09 Oct 2014 20:10:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,689,1406617200"; d="scan'208";a="586457472" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 09 Oct 2014 20:10:23 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 9 Oct 2014 20:10:21 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.192]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.172]) with mapi id 14.03.0195.001; Fri, 10 Oct 2014 11:10:19 +0800 From: "Liang, Cunming" To: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/3] add i40e RSS support in VF Thread-Index: AQHP06ceDlXXZjneEkK+o5RqIHyee5woxxwg Date: Fri, 10 Oct 2014 03:10:19 +0000 Message-ID: References: <1411089280-23595-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1411089280-23595-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 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, 10 Oct 2014 03:03:11 -0000 Acked-by: Cunming, Liang > -----Original Message----- > From: Zhang, Helin > Sent: Friday, September 19, 2014 9:15 AM > To: dev@dpdk.org > Cc: Zhang, Helin > Subject: [PATCH v2 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: > * 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. >=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 | 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(-) >=20 > -- > 1.8.1.4