Re: [PATCH 10/12] forcedeth: tx max work

2007-01-23 Thread Jeff Garzik
Ayaz Abdulla wrote: This patch adds a limit to how much tx work can be done in each iteration of tx processing. If the max limit is reached, remaining tx completions will be handled by timer interrupt. Signed-Off-By: Ayaz Abdulla <[EMAIL PROTECTED]> applied 10-12 - To unsubscribe from this

Re: [PATCH 10/12] forcedeth: tx max work

2007-01-23 Thread Jeff Garzik
Jeff Garzik wrote: Please resend patches 11 & 12 too. Whereever I stop applying patches, in a patch series, the remaining patches are dropped. Received patches 11 & 12. Maybe my email system was just slow. If so, sorry for the noise. Jeff - To unsubscribe from this list: send th

Re: [PATCH 10/12] forcedeth: tx max work

2007-01-23 Thread Jeff Garzik
Ayaz Abdulla wrote: This patch adds a limit to how much tx work can be done in each iteration of tx processing. If the max limit is reached, remaining tx completions will be handled by timer interrupt. Signed-Off-By: Ayaz Abdulla <[EMAIL PROTECTED]> Thanks, will apply soon. Please resend pa

[PATCH 10/12] forcedeth: tx max work

2007-01-23 Thread Ayaz Abdulla
This patch adds a limit to how much tx work can be done in each iteration of tx processing. If the max limit is reached, remaining tx completions will be handled by timer interrupt. Signed-Off-By: Ayaz Abdulla <[EMAIL PROTECTED]> --- orig/drivers/net/forcedeth.c2007-01-19 11:13:59.

Re: [PATCH 10/12] forcedeth: tx max work

2007-01-22 Thread Jeff Garzik
Ayaz Abdulla wrote: This patch adds a limit to how much tx work can be done in each iteration of tx processing. If the max limit is reached, remaining tx completions will be handled by timer interrupt. Signed-Off-By: Ayaz Abdulla <[EMAIL PROTECTED]> you attached the entire driver, rather tha

Re: [PATCH 10/12] forcedeth: tx max work

2007-01-19 Thread Ayaz Abdulla
Jeff Garzik wrote: Ayaz Abdulla wrote: > This patch adds a limit to how much tx work can be done in each > iteration of tx processing. > > Signed-Off-By: Ayaz Abdulla <[EMAIL PROTECTED]> What about the "tail end" of the work, when the limit is reached? Remember that delaying the completion

Re: [PATCH 10/12] forcedeth: tx max work

2007-01-18 Thread Jeff Garzik
Ayaz Abdulla wrote: This patch adds a limit to how much tx work can be done in each iteration of tx processing. Signed-Off-By: Ayaz Abdulla <[EMAIL PROTECTED]> What about the "tail end" of the work, when the limit is reached? Remember that delaying the completion of TX's too long increases l

[PATCH 10/12] forcedeth: tx max work

2007-01-09 Thread Ayaz Abdulla
This patch adds a limit to how much tx work can be done in each iteration of tx processing. Signed-Off-By: Ayaz Abdulla <[EMAIL PROTECTED]> --- orig/drivers/net/forcedeth.c2007-01-08 20:34:35.0 -0500 +++ new/drivers/net/forcedeth.c 2007-01-08 20:35:22.0 -0500 @@ -1859,14