From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/bnxt: donot set hash type unnecessarily Date: Mon, 30 Oct 2017 17:32:11 -0700 Message-ID: References: <20171027023024.42707-1-ajit.khaparde@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Ajit Khaparde , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 503D31B27C for ; Tue, 31 Oct 2017 01:32:13 +0100 (CET) In-Reply-To: <20171027023024.42707-1-ajit.khaparde@broadcom.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/26/2017 7:30 PM, Ajit Khaparde wrote: > We are wrongly "OR-ing" the vnic->hash_type instead of assigning > the new hash type thereby wrongly configuring hash settings. > Fixing it. > > Fixes: fcc0aa1edc10 ("net/bnxt: add RSS hash configuration") > > Signed-off-by: Ajit Khaparde Applied to dpdk-next-net/master, thanks.