Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/mellanox/mlx4
Eric Dumazet c297344435 net/mlx4_en: use __netdev_tx_sent_queue()
doorbell only depends on xmit_more and netif_tx_queue_stopped()

Using __netdev_tx_sent_queue() avoids messing with BQL stop flag,
and is more generic.

This patch increases performance on GSO workload by keeping
doorbells to the minimum required.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Tariq Toukan <tariqt@mellanox.com>
Reviewed-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-11-03 15:40:01 -07:00
..
2018-06-12 16:19:22 -07:00
2017-08-16 11:01:57 -07:00
2017-12-28 12:24:05 -05:00
2018-05-23 15:48:58 -04:00