Re: PREEMPT_RT with e1000

From: Ingo Molnar
Date: Thu Sep 01 2005 - 01:48:51 EST



* Daniel Walker <dwalker@xxxxxxxxxx> wrote:

> It looks like Gigabit Ethernet is still having some problems. This is
> with the e1000 driver. If I remove all the qdisc_restart changes it
> starts to work the warning below goes away, but it has
> smp_processor_id warnings.

hmmm. The thing to watch out for there is dev->xmit_lock_owner - it's a
"spin lock does not preempt" assumption that is open-coded. What the
qdisc_restart changes do is to remove this assumption. Perhaps it would
be enough to just keep the trylock logic, and to mute the
xmit_lock_owner logic.

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/