Home
last modified time | relevance | path

Searched hist:bc3a290b51aaefc6a6af2d6e6d52ed32387c416c (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib.hdiff bc3a290b51aaefc6a6af2d6e6d52ed32387c416c Tue Jul 15 08:48:52 CEST 2008 Eli Cohen <eli@dev.mellanox.co.il> IPoIB: Double default RX/TX ring sizes

Increase IPoIB ring sizes to twice their original sizes (RX: 128->256,
TX: 64->128) to act as a shock absorber for high traffic peaks. With
the current settings, we have seen cases that there are many calls to
netif_stop_queue(), which causes degradation in throughput. Also,
larger receive buffer sizes help IPoIB in CM mode to avoid experiencing
RNR NAK conditions due to insufficient receive buffers at the SRQ.

Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>