On Sun, 2007-16-09 at 12:31 -0700, David Miller wrote: > From: jamal <[EMAIL PROTECTED]> > Date: Sun, 16 Sep 2007 12:14:34 -0400
> > So - what side effects do people see in doing this? If none, i will > > clean it up and submit. > > I tried this 4 years ago, it doesn't work. :-) > ;-> [good reasons removed here] > I don't think we want to do it anyways, whatever performance > we gain from it is offset by the badness of disabling interrupts > during this reasonably length stretch of code. > > The -rt folks as a result would notice this too and spank us :-) indeed. Ok, maybe i am thinking too hard with that patch, so help me out:-> When i looked at that code path as it is today: i felt the softirq could be interupted on the same CPU it is running on while it already grabbed that tx lock (if the trylock succeeds) and that the hardirq code when attempting to grab the lock would result in a deadlock. Did i misread that? When i experimented with tg3 and e1000 i did not see any such problems with the non irq version of the lock. cheers, jamal - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html