From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=aeXLulD0vAxo7E5uUpVv0oAEoLl2BjQhh/o5a+svZlY=; b=g9DnW8PWPZ05YmllqiPAl181bLN8nL5gH90HSzyruO+wixhcsmQyYlryU0P1j7GYTN IXPixWYK4TlY/2VGOF2pf+XZ0tbefw5UMl/V/Hi0TwX4l3cyxfFga2fu3BPIHHFX6SyT kF6aOTCoU49BHnR7Vr9hWnawctlMZXMmzR8sYgcLneMIUXzEPc80DX7ik+cra+xe2Y/k rFEAYpcs3gsU+T/7Knm5tAe8fAKnypL9VwywXOzUnWhbqr59ZnD4JW7S47u5VVXt8jV3 Rc6NST7pvOeXg0VpOK/Nne44CZrYEPn0Vw2+ewyz8j1i+OyaVPu2CWDHvCHG+T8CqX5E FwCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=aeXLulD0vAxo7E5uUpVv0oAEoLl2BjQhh/o5a+svZlY=; b=L1Tf4E3o2JZ8mmKUvh9k1SUdkRfLh3BA/bhH8jGFHhlgGPJ0uO5FOwtwVfvVj9oY3u DlPV2P/SApGyhspMJ+Ds+AgHSe0uON+AtR8GnTm0PrKHRpYvoJyyXhluBVixI3rDf8Ux zmrDlxXKd9OOgVLKWE8ZzXNOvOvnQT4vLnd63hS8iIMFFepNpyhK0y684UzyFPIG5/qz HlmVSO4t6zWCT35CXaphUEDAu2MBhcu7ioKdV6QtoDirVVklQqH+sAdKG27tnoVlPP65 1SkqXiq9cPUTDBy3r32xk+7sBZUTR53wh37bdkxNKw0NA/MzfcXdpvADpy9SvsezoMQx bobA== X-Gm-Message-State: AA6/9RkquTBSMWrwpcSvHTca7Hj/NQFNkgvWU8tVJZISStrYDbJxMaEaEWRYTY2Z4opmH/uA X-Received: by 10.25.16.66 with SMTP id f63mr9434013lfi.178.1476367720534; Thu, 13 Oct 2016 07:08:40 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 35sm3881191lfp.5.2016.10.13.07.08.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Oct 2016 07:08:39 -0700 (PDT) From: Thomas Monjalon To: "Awal, Mohammad Abdul" Cc: dev@dpdk.org, "Ananyev, Konstantin" Date: Thu, 13 Oct 2016 16:08:38 +0200 Message-ID: <3271975.ZpuFMfCbCm@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <2601191342CEEE43887BDE71AB9772583F0BBE4D@irsmsx105.ger.corp.intel.com> References: <1470411291-9567-1-git-send-email-mohammad.abdul.awal@intel.com> <2601191342CEEE43887BDE71AB9772583F0BBE4D@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Thu, 13 Oct 2016 14:08:44 -0000 > > 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