kernel: r8168: ignore the rss rxnfc log

This log is noisy and useless, just ignore it.

Signed-off-by: Lvc Revincx <revincx@outlook.com>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Lvc Revincx 2024-09-17 14:16:42 +08:00 committed by Tianling Shen
parent 66e62c0d06
commit 1ed559c77c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -0,0 +1,26 @@
From cd20cf48c0ec2a01fd9f512e25218a6ac8131794 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= <noltari@gmail.com>
Date: Sat, 17 Aug 2024 22:07:23 +0200
Subject: [PATCH] r8168_rss: silence rxnfc log
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This log is noisy and useless, just ignore it.
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
---
src/r8168_rss.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/src/r8168_rss.c
+++ b/src/r8168_rss.c
@@ -80,7 +80,7 @@ int rtl8168_get_rxnfc(struct net_device
struct rtl8168_private *tp = netdev_priv(dev);
int ret = -EOPNOTSUPP;
- netif_info(tp, drv, tp->dev, "rss get rxnfc\n");
+ netif_dbg(tp, drv, tp->dev, "rss get rxnfc\n");
if (!(dev->features & NETIF_F_RXHASH))
return ret;