提交 423cfa7e 编写于 作者: A Ariel Elior 提交者: David S. Miller

bnx2x: fix swap of rx-ticks and tx-ticks parameters in interrupt coalescing flow

Signed-off-by: NAriel Elior <ariele@broadcom.com>
Signed-off-by: NEilon Greenstein <eilong@broadcom.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 75c0fd93
...@@ -4208,7 +4208,7 @@ void bnx2x_update_coalesce(struct bnx2x *bp) ...@@ -4208,7 +4208,7 @@ void bnx2x_update_coalesce(struct bnx2x *bp)
for_each_eth_queue(bp, i) for_each_eth_queue(bp, i)
bnx2x_update_coalesce_sb(bp, bp->fp[i].fw_sb_id, bnx2x_update_coalesce_sb(bp, bp->fp[i].fw_sb_id,
bp->rx_ticks, bp->tx_ticks); bp->tx_ticks, bp->rx_ticks);
} }
static void bnx2x_init_sp_ring(struct bnx2x *bp) static void bnx2x_init_sp_ring(struct bnx2x *bp)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册