Thread (9 messages) flat view 9 messages, 4 authors, 2020-12-16

Re: [PATCH] net: korina: remove busy skb free

From: Vincent Stehlé <hidden>
Date: 2020-12-14 21:21:07
Also in: lkml

On Mon, Dec 14, 2020 at 11:03:12AM +0100, Julian Wiedmann wrote:
On 13.12.20 18:20, Vincent Stehlé wrote:
...
quoted
@@ -216,7 +216,6 @@ static int korina_send_packet(struct sk_buff *skb, struct net_device *dev)
 			netif_stop_queue(dev);
 		else {
 			dev->stats.tx_dropped++;
-			dev_kfree_skb_any(skb);
 			spin_unlock_irqrestore(&lp->lock, flags);
 
 			return NETDEV_TX_BUSY;
As this skb is returned to the stack (and not dropped), the tx_dropped
statistics increment looks bogus too.
Hi Julian,

Thanks for the review.
I will respin the patch to remove the statistics increment as well.

Best regards,
Vincent.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help