mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
ionic: remove noise from ethtool rxnfc error msg
[ Upstream commit3711d44fac] 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:aa3198819b("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f5a9a74086
commit
ea6d88e6dc
@@ -691,7 +691,7 @@ static int ionic_get_rxnfc(struct net_device *netdev,
|
|||||||
info->data = lif->nxqs;
|
info->data = lif->nxqs;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
netdev_err(netdev, "Command parameter %d is not supported\n",
|
netdev_dbg(netdev, "Command parameter %d is not supported\n",
|
||||||
info->cmd);
|
info->cmd);
|
||||||
err = -EOPNOTSUPP;
|
err = -EOPNOTSUPP;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user