Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp2303885ybg; Sat, 19 Oct 2019 12:20:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqylwlDy9hVfPlbmaSEb7s+aEMSxvl+lISXoWCDXS6h6T+TGrR9hS02tDGKzobPKKqigUNpq X-Received: by 2002:a05:6402:328:: with SMTP id q8mr16029981edw.136.1571512818902; Sat, 19 Oct 2019 12:20:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571512818; cv=none; d=google.com; s=arc-20160816; b=tt5Jhm/MOg7kCZQVNAu1rPaO4Q9+er2ihhMkpQE75/fNdSAY8a4QfqZ1hfNUb5UekY x+KcFJI67EkAYqi7QrgF8XXsSwXdCFpXf5hu1BFbYjO1gRFh/uE7FJPU9xlrbJPAvQFl 9Q7Ee1mTz/k86sE6SQgPLQHq8/6cG/OzxrJK6CdzqDYjBnWc4aVpfEWUzUWZ7x4J+kow FmGs6tc0nccezhhS5qPbk6guLUS8Cjn7/dKxUcleZ85/ylbbG7q7mFsHz3AOmoqRj0OG +9im6qy/+TZBDD7XH1Tqa9IIcP4Eb6sdK1d+OX8033udCZtekM0S62+cDd8Dn4LH92XU VpfQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=l5UZi0vzIC4XLZKBWE4kEJ1h+vorBt5XxYbKRCz9c7o=; b=iToG9IDEx+p1Coz/V8Y5EvUI4vkjprfbvW0cRqEx3PzkyXrF7pVSuhaMDPVGD358tt MELQCbuliQ2dPcpUTAJboSw8X39LRKBlb2kid6ZgLCtWIAzSySOxqtnAGJgduZhTYo52 VlMzshVVQF/fAXZ+PGUtf9nFEzpGjm/JYE7+rdhrxNjtTpLIjS2lBExBQ7fwYu1zd1ga u+pbMAXx3rssribQ0LOkOFbifYZ3bLz4azQbT2ARZz5X8KJ2Sl8115f3v2CDut4cLpF8 2ONI4B91m/awIVSS/CgOupF5Hxkp5wz6JkJwTBsbYmxFRHyr5QOn3T/IXbbcAah6XtCR yu6Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i40si6398862eda.225.2019.10.19.12.19.41; Sat, 19 Oct 2019 12:20:18 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726313AbfJSTSo (ORCPT + 99 others); Sat, 19 Oct 2019 15:18:44 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:42694 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726101AbfJSTSo (ORCPT ); Sat, 19 Oct 2019 15:18:44 -0400 Received: from localhost (unknown [64.79.112.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 5B65314920917; Sat, 19 Oct 2019 12:18:43 -0700 (PDT) Date: Sat, 19 Oct 2019 12:18:42 -0700 (PDT) Message-Id: <20191019.121842.1309061571454342456.davem@davemloft.net> To: mans@mansr.com Cc: peppe.cavallaro@st.com, alexandre.torgue@st.com, joabreu@synopsys.com, wens@csie.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] net: ethernet: dwmac-sun8i: show message only when switching to promisc From: David Miller In-Reply-To: <20191018165658.9752-1-mans@mansr.com> References: <20191018165658.9752-1-mans@mansr.com> X-Mailer: Mew version 6.8 on Emacs 26.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sat, 19 Oct 2019 12:18:43 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Mans Rullgard Date: Fri, 18 Oct 2019 17:56:58 +0100 > Printing the info message every time more than the max number of mac > addresses are requested generates unnecessary log spam. Showing it only > when the hw is not already in promiscous mode is equally informative > without being annoying. > > Signed-off-by: Mans Rullgard > --- > Changed in v2: > - test only RXALL bit Applied, thanks.