From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3D25E612C for ; Mon, 31 Jul 2023 07:33:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 001D6C433C7; Mon, 31 Jul 2023 07:33:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690788785; bh=ZwKZS0bLTyf8mihvJXFDGn7ylNI9iRCV2TKg/Z6yhBo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KshohDWOy8x6NeVf+J0o2gYUY2KTWH51sQsBsaMOGiZGxk/H8AGKJOVECpOo8U8Op vzdZJzD9DDSaA/NjU3Z38TlY0J6MaTcXPVWFwLiPZVTh9frdRURiI4wPtK+w/nYzLT mrqKgtHxNk5PHOOl3k7zH8X3halVF3G+2bEdWn49yk9BLraw4Et2wGERf4vdueWuin pp7K9/L8miD5uhC8z1CqfyCnJUiOr2ikQjsCjK60S0kKQlm9liDQi8Bl+CvBWdRAAY 6B2k2z5ZkHL/RsCNfVtcjtfrNC3kkLsVCfNZybg1ryOBoPecnjhp/viRhQFDrC4qUY fSBPpKIE/eckA== Date: Mon, 31 Jul 2023 09:33:01 +0200 From: Simon Horman To: Florian Fainelli Cc: netdev@vger.kernel.org, Doug Berger , Broadcom internal kernel review list , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , open list Subject: Re: [PATCH net-next] net: bcmgenet: Remove TX ring full logging Message-ID: References: <20230728183945.760531-1-florian.fainelli@broadcom.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230728183945.760531-1-florian.fainelli@broadcom.com> On Fri, Jul 28, 2023 at 11:39:45AM -0700, Florian Fainelli wrote: > There is no need to spam the kernel log with such an indication, remove > this message. > > Signed-off-by: Florian Fainelli Reviewed-by: Simon Horman