diff options
author | Eric Dumazet <edumazet@google.com> | 2018-10-31 16:39:14 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-11-03 23:40:01 +0100 |
commit | c29734443511aa3c53844e1941805fc761aa80ba (patch) | |
tree | 73330b5959a58e476ed613f2fe8e31fad7c28f5a /drivers/hsi | |
parent | net: do not abort bulk send on BQL status (diff) | |
download | linux-c29734443511aa3c53844e1941805fc761aa80ba.tar.xz linux-c29734443511aa3c53844e1941805fc761aa80ba.zip |
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>
Diffstat (limited to 'drivers/hsi')
0 files changed, 0 insertions, 0 deletions