From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/testpmd: fix RSS-hash-key size Date: Thu, 13 Oct 2016 16:08:38 +0200 Message-ID: <3271975.ZpuFMfCbCm@xps13> References: <1470411291-9567-1-git-send-email-mohammad.abdul.awal@intel.com> <2601191342CEEE43887BDE71AB9772583F0BBE4D@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Ananyev, Konstantin" To: "Awal, Mohammad Abdul" Return-path: Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) by dpdk.org (Postfix) with ESMTP id 33CE46943 for ; Thu, 13 Oct 2016 16:08:44 +0200 (CEST) Received: by mail-lf0-f41.google.com with SMTP id l131so99826637lfl.2 for ; Thu, 13 Oct 2016 07:08:44 -0700 (PDT) In-Reply-To: <2601191342CEEE43887BDE71AB9772583F0BBE4D@irsmsx105.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > RSS hash-key-size is retrieved from device configuration instead of > > using a fixed size of 40 bytes. > > > > Fixes: f79959ea1504 ("app/testpmd: allow to configure RSS hash key") > > > > Signed-off-by: Mohammad Abdul Awal > > Acked-by: Konstantin Ananyev Applied, thanks