Re: [PATCH 1/1] myri10ge: Remove nonsensical limit in the tx done routine

2007-07-16 Thread Jeff Garzik
Brice Goglin wrote: Remove nonsensical limit in the tx done routine. Specifically, the loop will always terminate after processing = 1 rings worth of frames, as the mcp index is not refetched, so the removed conditional could never be true. Signed-off-by: Brice Goglin [EMAIL PROTECTED] ---

[PATCH 1/1] myri10ge: Remove nonsensical limit in the tx done routine

2007-07-13 Thread Brice Goglin
Remove nonsensical limit in the tx done routine. Specifically, the loop will always terminate after processing = 1 rings worth of frames, as the mcp index is not refetched, so the removed conditional could never be true. Signed-off-by: Brice Goglin [EMAIL PROTECTED] ---