[PATCH] skge: transmit complete via IRQ not NAPI
The transmit side code has a number of ring problems that caused some of the Bugzilla reports. Rather than trying to fix the details, it is safer to rewrite the code that handles transmit completion and freeing. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
committed by
Jeff Garzik
parent
9db96479b4
commit
7c442fa17e
@ -2388,6 +2388,7 @@ struct skge_ring {
|
||||
struct skge_hw {
|
||||
void __iomem *regs;
|
||||
struct pci_dev *pdev;
|
||||
spinlock_t hw_lock;
|
||||
u32 intr_mask;
|
||||
struct net_device *dev[2];
|
||||
|
||||
|
Reference in New Issue
Block a user