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
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
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
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.
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
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
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
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