From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] qed: Fix reading stale configuration information Date: Thu, 05 Jul 2018 13:27:52 +0900 (KST) Message-ID: <20180705.132752.1237048664682237323.davem@davemloft.net> References: <20180704140646.23495-1-denis.bolotin@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: denis.bolotin@cavium.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:49876 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751158AbeGEE1z (ORCPT ); Thu, 5 Jul 2018 00:27:55 -0400 In-Reply-To: <20180704140646.23495-1-denis.bolotin@cavium.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Denis Bolotin Date: Wed, 4 Jul 2018 17:06:46 +0300 > Configuration information read at driver load can become stale after it is > updated. Mark information as not valid and re-populate when this happens. > > Signed-off-by: Denis Bolotin > Signed-off-by: Ariel Elior Applied.