]> www.infradead.org Git - users/dwmw2/linux.git/commit
ionic: remove noise from ethtool rxnfc error msg
authorShannon Nelson <shannon.nelson@amd.com>
Tue, 2 May 2023 18:47:40 +0000 (11:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2023 09:53:37 +0000 (11:53 +0200)
commita05e5634c1587f0d18715ce85b0d6776a6084b54
tree9cee6e5334094dbf16f5ea105230715c9bf171a8
parent3cad35b62eaa9f5c67d5434eaedbf7b160cd1d36
ionic: remove noise from ethtool rxnfc error msg

[ Upstream commit 3711d44fac1f80ea69ecb7315fed05b3812a7401 ]

It seems that ethtool is calling into .get_rxnfc more often with
ETHTOOL_GRXCLSRLCNT which ionic doesn't know about.  We don't
need to log a message about it, just return not supported.

Fixes: aa3198819bea6 ("ionic: Add RSS support")
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/pensando/ionic/ionic_ethtool.c