]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
bnxt_en: Adjust default RX coalescing ticks to 10 us.
authorMichael Chan <michael.chan@broadcom.com>
Thu, 20 Dec 2018 08:38:53 +0000 (03:38 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Dec 2018 16:26:16 +0000 (08:26 -0800)
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>
drivers/net/ethernet/broadcom/bnxt/bnxt.c

index 6872db9ac301189a62af3a7585cede2c742c463a..3aa80da973d7720afba7c5076e8a4e69e38d3b75 100644 (file)
@@ -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;