Skip to content

Commit

Permalink
cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytes
Browse files Browse the repository at this point in the history
This allows a significant latency drop for packets of sizes between 128 and 192
bytes

Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Hariprasad Shenai authored and David S. Miller committed Apr 14, 2015
1 parent 29ba877 commit 21dcfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/chelsio/cxgb4/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
* Max Tx descriptor space we allow for an Ethernet packet to be inlined
* into a WR.
*/
#define MAX_IMM_TX_PKT_LEN 128
#define MAX_IMM_TX_PKT_LEN 256

/*
* Max size of a WR sent through a control Tx queue.
Expand Down

0 comments on commit 21dcfad

Please sign in to comment.