mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytes
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>
This commit is contained in:
parent
29ba877e7c
commit
21dcfad640
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user