Realtek RTL8125/8126/8127 new driver 2.5/5/10GBE

Are vlan implemented in this driver ? I installed the package from kmod Latest, on Freebsd 14.3

Edit : the card is a 8125 on an Asus Prime B760-Plus D4 Motherboard
Edit(2) : finally, it worked with
ifconfig rge0 -hwvlantag -hwvlancsum

Supposed to be.

Does it work with either -hwvlantag or -hwvlancsum on their own?
 
There a strange thing that I noticed, with IPv6 : I found that the machine with the RTL8125 answer to ping from another machine only after I ran tcpdump on it.
After some tests, I found that the NIC starts answering to neighbour solicitations, only after I run ifconfig rge0 promisc.
Then, even after running ifconfig rge0 -promisc the NIC still works properly.
It happens only with IPv6, IPv4 is fine as far as I can tell. FreeBSD is 14.3.
 
There a strange thing that I noticed, with IPv6 : I found that the machine with the RTL8125 answer to ping from another machine only after I ran tcpdump on it.
After some tests, I found that the NIC starts answering to neighbour solicitations, only after I run ifconfig rge0 promisc.
Then, even after running ifconfig rge0 -promisc the NIC still works properly.
It happens only with IPv6, IPv4 is fine as far as I can tell. FreeBSD is 14.3.

Ya, an issue with the multicast filter. Running tcpdump puts the interface in promiscuous mode working around the bug in the filter setup code.

Thanks. I'll see about getting a system together to test with this weekend and see if I can fix it.
 
Back
Top