Re: [RTnet-users] r7168 using the rt_r8169.ko driver
Brought to you by:
bet-frogger,
kiszka
From: Stéphane A. <san...@fr...> - 2013-10-07 15:40:59
|
This version is known to work with an RTL8168 (kernel 2.6.34) and solves some issues. It unlocks the 8168 internal chip delay to process interrupts (unwanted behaviour in real-time process). It is not dedicated to work with a shared interrupt. I may have locked it to 100 Mbps - FDX. (to check). I let Hidde compare this one to it's version. Regards, Steph On 07/10/2013 17:28, Jan Kiszka wrote: > On 2013-10-07 16:34, Stéphane ANCELOT wrote: >> Hi, >> >> Try this one. > Please no rtdm_irq_disable/enable for synchronization. This breaks > subtly once the affected line is shared with other (real-time) devices. > It's also often quite slow. > > Didn't check all details, so could you list what you did differently > (compared to Hidde's version)? > > Thanks, > Jan > |