From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 42AC52B8C for ; Tue, 27 Sep 2016 19:03:31 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 27 Sep 2016 10:03:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,405,1470726000"; d="scan'208";a="13807126" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga005.fm.intel.com with ESMTP; 27 Sep 2016 10:03:29 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Sep 2016 18:03:28 +0100 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.196]) by irsmsx112.ger.corp.intel.com ([169.254.1.170]) with mapi id 14.03.0248.002; Tue, 27 Sep 2016 18:03:28 +0100 From: "Ananyev, Konstantin" To: "Awal, Mohammad Abdul" , "dev@dpdk.org" CC: "Awal, Mohammad Abdul" Thread-Topic: [dpdk-dev] [PATCH v2] app/testpmd: fix RSS-hash-key size Thread-Index: AQHR7y8+TRuzseY8vkC+NgoEZQOyKKCN434g Date: Tue, 27 Sep 2016 17:03:27 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772583F0BBE4D@irsmsx105.ger.corp.intel.com> References: <1470411291-9567-1-git-send-email-mohammad.abdul.awal@intel.com> In-Reply-To: <1470411291-9567-1-git-send-email-mohammad.abdul.awal@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.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: fix RSS-hash-key size 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: Tue, 27 Sep 2016 17:03:31 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mohammad Abdul Awal > Sent: Friday, August 5, 2016 4:35 PM > To: dev@dpdk.org > Cc: Awal, Mohammad Abdul > Subject: [dpdk-dev] [PATCH v2] app/testpmd: fix RSS-hash-key size >=20 > RSS hash-key-size is retrieved from device configuration instead of > using a fixed size of 40 bytes. >=20 > Fixes: f79959ea1504 ("app/testpmd: allow to configure RSS hash key") >=20 > Signed-off-by: Mohammad Abdul Awal > --- Acked-by: Konstantin Ananyev