* Daniel Walker <[email protected]> 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|