Skip to content

Commit

Permalink
cxgb3 - Update rx coalescing length
Browse files Browse the repository at this point in the history
Reduce Rx coalescing length to 12288
Large bursts from the adapter to the host create back pressure
on the chip. Reducing the burst size avoids the issue.

Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Divy Le Ray authored and David S. Miller committed Oct 10, 2007
1 parent c8303d1 commit 52b810d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/cxgb3/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ enum {
PROTO_SRAM_LINES = 128, /* size of TP sram */
};

#define MAX_RX_COALESCING_LEN 16224U
#define MAX_RX_COALESCING_LEN 12288U

enum {
PAUSE_RX = 1 << 0,
Expand Down

0 comments on commit 52b810d

Please sign in to comment.