Re: [PATCH 2/3] chelsio: NAPI speed improvement

2007-01-18 Thread Jeff Garzik
Stephen Hemminger wrote: Speedup and cleanup the receive processing by eliminating the mmio read and a lock round trip. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED

[PATCH 2/3] chelsio: NAPI speed improvement

2007-01-08 Thread Stephen Hemminger
Speedup and cleanup the receive processing by eliminating the mmio read and a lock round trip. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/chelsio/sge.c | 77 -- 1 file changed, 35 insertions(+), 42 deletions(-) --- netdev-2

[PATCH 2/3] chelsio: NAPI speed improvement

2006-12-15 Thread Stephen Hemminger
Speedup and cleanup the receive processing by eliminating the mmio read and a lock round trip. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/chelsio/sge.c | 82 -- 1 file changed, 37 insertions(+), 45 deletions(-) --- linux-2.