Re: [patch 5/7] netxen: fix race in interrupt / napi

2008-01-14 Thread Dhananjay Phadke
Ok, I will respin the failed patches. Thanks, -Dhananjay On Sat, 12 Jan 2008, Jeff Garzik wrote: > patch conflicted with > > commit 1706287f6eb58726a9a0e5cbbde87f49757615e3 > Author: David S. Miller <[EMAIL PROTECTED]> > Date: Mon Jan 7 20:51:29 2008 -0800 > > [NETXEN]: Fix ->poll() done

Re: [patch 5/7] netxen: fix race in interrupt / napi

2008-01-12 Thread Jeff Garzik
patch conflicted with commit 1706287f6eb58726a9a0e5cbbde87f49757615e3 Author: David S. Miller <[EMAIL PROTECTED]> Date: Mon Jan 7 20:51:29 2008 -0800 [NETXEN]: Fix ->poll() done logic. If work_done >= budget we should always elide the NAPI completion. Signed-off-by: David S.

[patch 5/7] netxen: fix race in interrupt / napi

2007-12-26 Thread dhananjay
This patch simplifies netxen ISR and poll() routine. Interrupts are not unmasked in interrupt routine based on a racy has_work() checks, but left to the napi poll function to enable them. This also fixes crash in netif_rx_action(), when work_done == budget. Signed-off-by: Dhananjay Phadke <[EMAI