mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
hinic3: use netif_subqueue_sent api
Improve consistency of code by using only netif_subqueue variant apis Signed-off-by: Gur Stavi <gur.stavi@huawei.com> Link: https://patch.msgid.link/5fd897b75729cf078385aacd9ed40091314ea63d.1749038081.git.gur.stavi@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
2bc64b89c4
commit
eb89bc3744
|
|
@ -542,8 +542,7 @@ static netdev_tx_t hinic3_send_one_skb(struct sk_buff *skb,
|
|||
goto err_drop_pkt;
|
||||
}
|
||||
|
||||
netdev_tx_sent_queue(netdev_get_tx_queue(netdev, txq->sq->q_id),
|
||||
skb->len);
|
||||
netif_subqueue_sent(netdev, txq->sq->q_id, skb->len);
|
||||
netif_subqueue_maybe_stop(netdev, tx_q->sq->q_id,
|
||||
hinic3_wq_free_wqebbs(&tx_q->sq->wq),
|
||||
tx_q->tx_stop_thrs,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user