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)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 May 2023 08:08:02 +0000 (09:08 +0100)
commit3711d44fac1f80ea69ecb7315fed05b3812a7401
treec7b43092a58735c2ca2709b0c4b3400625f33630
parent2dce08ab7a32b15ee75be6a31084f78e41d2936a
ionic: remove noise from ethtool rxnfc error msg

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>
drivers/net/ethernet/pensando/ionic/ionic_ethtool.c