[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070220.Bq5.44322700@egw.corp.redhat.com>
Date: Mon, 19 Feb 2007 19:57:05 -0500
From: "Chris Snook" <csnook@...hat.com>
To: jeff@...zik.org, jacliburn@...lsouth.net, csnook@...hat.com,
john.ronciak@...el.com, jesse.brandeburg@...el.com,
auke-jan.h.kok@...el.com
Cc: netdev@...r.kernel.org
Subject: [PATCH 0/3] remove irq_sem cruft from e1000 and derivatives
Hey folks --
While digging through the atl1 source, I was troubled by the code using
irq_sem. I did some digging and found the same code in e1000 and ixgb. I'm
not entirely sure what it was originally intended to do, but it doesn't seem
to be doing anything useful now, except possibly locking interrupts off if
NAPI is flipped on and off enough times to cause an integer overflow.
The following patches completely remove irq_sem from each of the drivers.
This has been tested successfully on atl1 and e1000. If someone would like
to send me ixgb hardware I'd be glad to test that, otherwise you'll have to
test it yourself. :)
-- Chris
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists