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 4EF788197 for ; Sat, 11 Oct 2014 09:50:31 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 11 Oct 2014 00:58:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,697,1406617200"; d="scan'208";a="587168188" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 11 Oct 2014 00:58:00 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sat, 11 Oct 2014 00:57:59 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sat, 11 Oct 2014 00:57:59 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.230]) by shsmsx102.ccr.corp.intel.com ([169.254.2.192]) with mapi id 14.03.0195.001; Sat, 11 Oct 2014 15:57:58 +0800 From: "Zhang, Helin" To: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/3] add i40e RSS support in VF Thread-Index: AQHP06ceDlXXZjneEkK+o5RqIHyee5wqqomQ Date: Sat, 11 Oct 2014 07:57:58 +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: 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: Sat, 11 Oct 2014 07:50:31 -0000 Hi guys Any update or comments on merging this patch? Thanks! Regards, Helin > -----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. I= n > 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