Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
An ipvlan bug fix in 'net' conflicted with the abstraction away of the IPV6 specific support in 'net-next'. Similarly, a bug fix for mlx5 in 'net' conflicted with the flow action conversion in 'net-next'. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1898,7 +1898,7 @@ static inline void cas_tx_ringN(struct cas *cp, int ring, int limit)
|
||||
cp->net_stats[ring].tx_packets++;
|
||||
cp->net_stats[ring].tx_bytes += skb->len;
|
||||
spin_unlock(&cp->stat_lock[ring]);
|
||||
dev_kfree_skb_irq(skb);
|
||||
dev_consume_skb_irq(skb);
|
||||
}
|
||||
cp->tx_old[ring] = entry;
|
||||
|
||||
|
@@ -781,7 +781,7 @@ static void bigmac_tx(struct bigmac *bp)
|
||||
|
||||
DTX(("skb(%p) ", skb));
|
||||
bp->tx_skbs[elem] = NULL;
|
||||
dev_kfree_skb_irq(skb);
|
||||
dev_consume_skb_irq(skb);
|
||||
|
||||
elem = NEXT_TX(elem);
|
||||
}
|
||||
|
@@ -1962,7 +1962,7 @@ static void happy_meal_tx(struct happy_meal *hp)
|
||||
this = &txbase[elem];
|
||||
}
|
||||
|
||||
dev_kfree_skb_irq(skb);
|
||||
dev_consume_skb_irq(skb);
|
||||
dev->stats.tx_packets++;
|
||||
}
|
||||
hp->tx_old = elem;
|
||||
|
Reference in New Issue
Block a user