From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/fm10k: fix RSS hash config Date: Fri, 22 Jul 2016 11:53:38 +0200 Message-ID: <3964599.lXVSuRcC22@xps13> References: <1469089470-5764-1-git-send-email-xiao.w.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jing.d.chen@intel.com, xueqin.lin@intel.com To: Xiao Wang Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id C2E5847D1 for ; Fri, 22 Jul 2016 11:53:39 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id q128so7515082wma.1 for ; Fri, 22 Jul 2016 02:53:39 -0700 (PDT) In-Reply-To: <1469089470-5764-1-git-send-email-xiao.w.wang@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" 2016-07-21 16:24, Xiao Wang: > Sometimes app just wants to update the RSS hash function and no RSS key > update is needed, but fm10k pmd will return EINVAL for this case. > > If the rss_key is NULL, we don't need to check the rss_key_len. > > Fixes: 57033cdf8fdc ("fm10k: add PF RSS") > > Reported-by: Xueqin Lin > Signed-off-by: Xiao Wang Applied, thanks