From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 1/1] bnx2x: Fix invalid memory access in rss hash config path. Date: Tue, 24 Jul 2018 16:33:29 -0700 (PDT) Message-ID: <20180724.163329.46678821829078411.davem@davemloft.net> References: <20180724094352.5807-1-sudarsana.kalluru@cavium.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, ariel.elior@cavium.com To: sudarsana.kalluru@cavium.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:40006 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388438AbeGYAmV (ORCPT ); Tue, 24 Jul 2018 20:42:21 -0400 In-Reply-To: <20180724094352.5807-1-sudarsana.kalluru@cavium.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Sudarsana Reddy Kalluru Date: Tue, 24 Jul 2018 02:43:52 -0700 > Rx hash/filter table configuration uses rss_conf_obj to configure filters > in the hardware. This object is initialized only when the interface is > brought up. > This patch adds driver changes to configure rss params only when the device > is in opened state. In port disabled case, the config will be cached in the > driver structure which will be applied in the successive load path. > > Please consider applying it to 'net' branch. > > Signed-off-by: Sudarsana Reddy Kalluru Applied, thank you.