awesometic / realtek-r8125-dkms

A DKMS package for easy use of Realtek r8125 driver, which supports 2.5 GbE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

开机一直报 r8125 0001:11:00.0 eth1: rss get rxnfc

CC13594759 opened this issue · comments

commented

内核版本 6.1.84
r8125网卡
2分钟一次 报r8125 0001:11:00.0 eth1: rss get rxnfc日志
能否关闭此日志输出
rxnfc

Sorry, I don't have that message on my system.

It seems like you enabled ENABLE_RSS_SUPPORT flag when you compile it, and the log message is from here: https://github.com/awesometic/realtek-r8125-dkms/blob/master/src/r8125_rss.c#L94

So maybe you can ignore this message by commenting out the relevant lines in the code.