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 A67598D8A for ; Fri, 16 Oct 2015 17:10:28 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 16 Oct 2015 08:10:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,689,1437462000"; d="scan'208";a="665769636" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga003.jf.intel.com with ESMTP; 16 Oct 2015 08:10:02 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 16 Oct 2015 16:10:02 +0100 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.75]) by irsmsx155.ger.corp.intel.com ([169.254.14.242]) with mapi id 14.03.0248.002; Fri, 16 Oct 2015 16:10:01 +0100 From: "Ananyev, Konstantin" To: "Lu, Wenzhuo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/4] RSS enhancement on Intel x550 NIC Thread-Index: AQHRCBNyTHK8B6LdQEW66JMBf8ihIJ5uOO/Q Date: Fri, 16 Oct 2015 15:10:01 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725836AB09E9@irsmsx105.ger.corp.intel.com> References: <1443426751-4906-1-git-send-email-wenzhuo.lu@intel.com> <1445000741-12799-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1445000741-12799-1-git-send-email-wenzhuo.lu@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/4] RSS enhancement on Intel x550 NIC 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, 16 Oct 2015 15:10:29 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Friday, October 16, 2015 2:06 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/4] RSS enhancement on Intel x550 NIC >=20 > This patch set implements the RSS enhancement on x550. > The enhancement includes, the PF RSS redirection table is enlarged > from 128 entries to 512 entries, the VF doesn't share the same > registers with PF and per VF RSS redirection table is provided. >=20 > V2: > Condense the code. > Add release notes. >=20 > Wenzhuo Lu (4): > ixgbe: 512 entries RSS table on x550 > ixgbe: VF RSS config on x550 > ixgbe: VF RSS reta/hash query and update > doc: release notes update for RSS enhancement >=20 > doc/guides/rel_notes/release_2_2.rst | 5 ++ > drivers/net/ixgbe/ixgbe_ethdev.c | 102 +++++++++++++++++++++++++++++= ++---- > drivers/net/ixgbe/ixgbe_ethdev.h | 10 ++++ > drivers/net/ixgbe/ixgbe_rxtx.c | 43 +++++++++++---- > 4 files changed, 142 insertions(+), 18 deletions(-) >=20 > -- Acked-by: Konstantin Ananyev Great work :) > 1.9.3