On 2023-04-18 13:23:12 [+1000], Rod Webster wrote: > Hi guys, Hi, > A number of PC's in use by our members have recently been experiencing > excessive Real Time network latency since the 5.10 kernel and above. Are you using the Preempt-RT patches? > We are excited to see this seems to have been mostly resolved with the > 6.3 kernel compiled from patched kernel.org source. This would suggest you do not. > But we are also experiencing excessive Real time network latency on > some NIC hardware, mostly with Realtek NIC's in this list. > > https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software > Many modern industrial PC's are using Realtek NIC drivers that cannot > be changed out so this is a problem for us. > > It's our understanding that the R8169 kernel driver module should > provide support for this hardware. It does indeed do this but real > time network latency is unacceptable. Debian offers a R8168-dkms > driver. I understand it is being deprecated in favor of the R8169 > kernel module driver. > > Installing the R8168-dkms driver on the 6.3 kernel improves RT network > latency/jitter by 400% over the R8169 driver. > > We are users not kernel developers. How can we escalate this issue so > acceptable RT performance is restored? First we need to figure out if you are using PREEMPT_RT patchset and if the problem is related to that. Depending on that we can try to analyse it further. If you do not use them and you started to experience the problem starting v5.10 and only with that NIC it might be related to some optimisations that this NIC is doing and the driver might have enabled in v5.10 for instance. This might be batching of RX packets which can be configured with ethtool (look for "coalesce"). > end > -Regards > -Rod Webster Sebastian