Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
All three conflicts were cases of simple overlapping changes. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -722,11 +722,14 @@ static netdev_tx_t qede_start_xmit(struct sk_buff *skb,
|
||||
txq->tx_db.data.bd_prod =
|
||||
cpu_to_le16(qed_chain_get_prod_idx(&txq->tx_pbl));
|
||||
|
||||
if (!skb->xmit_more || netif_tx_queue_stopped(netdev_txq))
|
||||
if (!skb->xmit_more || netif_xmit_stopped(netdev_txq))
|
||||
qede_update_tx_producer(txq);
|
||||
|
||||
if (unlikely(qed_chain_get_elem_left(&txq->tx_pbl)
|
||||
< (MAX_SKB_FRAGS + 1))) {
|
||||
if (skb->xmit_more)
|
||||
qede_update_tx_producer(txq);
|
||||
|
||||
netif_tx_stop_queue(netdev_txq);
|
||||
txq->stopped_cnt++;
|
||||
DP_VERBOSE(edev, NETIF_MSG_TX_QUEUED,
|
||||
|
Reference in New Issue
Block a user