Skip to content

Commit 05abe4d

Browse files
CCX-Stingraydavem330
authored andcommitted
bnxt_en: Increase RING_IDLE minimum threshold to 50
This keeps the RING_IDLE flag set in hardware for higher coalesce settings by default and improved latency. Signed-off-by: Andy Gospodarek <gospo@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 4cebbac commit 05abe4d

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/broadcom/bnxt

1 file changed

+1
-1
lines changed

drivers/net/ethernet/broadcom/bnxt/bnxt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7702,7 +7702,7 @@ static void bnxt_init_dflt_coal(struct bnxt *bp)
77027702
coal->coal_bufs = 30;
77037703
coal->coal_ticks_irq = 1;
77047704
coal->coal_bufs_irq = 2;
7705-
coal->idle_thresh = 25;
7705+
coal->idle_thresh = 50;
77067706
coal->bufs_per_record = 2;
77077707
coal->budget = 64; /* NAPI budget */
77087708

0 commit comments

Comments
 (0)