awesometic / realtek-r8125-dkms

A DKMS package for easy use of Realtek r8125 driver, which supports 2.5 GbE.
GNU General Public License v2.0
360 stars 68 forks source link

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

Open CC13594759 opened 7 months ago

CC13594759 commented 7 months ago

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

awesometic commented 6 months ago

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.