mirror of https://gitee.com/openkylin/linux.git
bnxt_en: Adjust default RX coalescing ticks to 10 us.
For a little better performance on faster machines and faster link speeds. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
abd43a1352
commit
0c2ff8d796
|
@ -9416,7 +9416,7 @@ static void bnxt_init_dflt_coal(struct bnxt *bp)
|
|||
* 1 coal_buf x bufs_per_record = 1 completion record.
|
||||
*/
|
||||
coal = &bp->rx_coal;
|
||||
coal->coal_ticks = 14;
|
||||
coal->coal_ticks = 10;
|
||||
coal->coal_bufs = 30;
|
||||
coal->coal_ticks_irq = 1;
|
||||
coal->coal_bufs_irq = 2;
|
||||
|
|
Loading…
Reference in New Issue