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: Fri, 23 Sep 2016 20:37:25 +0200 Message-ID: <1874066.xijTyySqPL@xps13> References: <1470411291-9567-1-git-send-email-mohammad.abdul.awal@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Mohammad Abdul Awal , pablo.de.lara.guarch@intel.com To: dev@dpdk.org Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 630DD68F5 for ; Fri, 23 Sep 2016 20:37:30 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id b130so45099425wmc.0 for ; Fri, 23 Sep 2016 11:37:30 -0700 (PDT) In-Reply-To: <1470411291-9567-1-git-send-email-mohammad.abdul.awal@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" Anyone to review please? 2016-08-05 16:34, Mohammad Abdul Awal: > 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