From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by dpdk.org (Postfix) with ESMTP id 7DA0A5955 for ; Wed, 20 Aug 2014 09:04:25 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 20 Aug 2014 00:07:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,900,1400050800"; d="scan'208";a="470651301" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by azsmga001.ch.intel.com with ESMTP; 20 Aug 2014 00:07:52 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 20 Aug 2014 00:07:37 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 20 Aug 2014 00:07:37 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.17]) by shsmsx102.ccr.corp.intel.com ([169.254.2.246]) with mapi id 14.03.0195.001; Wed, 20 Aug 2014 15:07:07 +0800 From: "Zhang, Helin" To: "dev@dpdk.org" Thread-Topic: [PATCH 0/3] add i40e RSS support in VF Thread-Index: AQHPojJWDGu8oqWs2EWiMHUcyPbiJJvZRifA Date: Wed, 20 Aug 2014 07:07:07 +0000 Message-ID: References: <1405651521-14545-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1405651521-14545-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 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: Wed, 20 Aug 2014 07:04:27 -0000 > -----Original Message----- > From: Zhang, Helin > Sent: Friday, July 18, 2014 10:45 AM > To: dev@dpdk.org > Cc: Zhang, Helin > Subject: [PATCH 0/3] add i40e RSS support in VF >=20 > As RSS in i40e VF is supported by hardware, these patches enable it in i4= 0e > PMD, and also enable its testing in testpmd. >=20 > Helin Zhang (3): > i40evf: add RSS support in VF > app/testpmd: enable RSS support for i40e > ethdev: improvements for some macro definition in head file >=20 > app/test-pmd/testpmd.c | 13 ++- > 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 | 208 > +++++++++++++++++++++++++++++++++++ > 5 files changed, 284 insertions(+), 28 deletions(-) >=20 > -- > 1.8.1.4 Hi guys Any comments for these patches? Any next steps planned for merging these patches? Regards, Helin