Re: [PATCH V2] net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq

2019-01-27 Thread Andrew Lunn
On Sun, Jan 27, 2019 at 11:53:08PM +0800, Yang Wei wrote: > dev_consume_skb_irq() should be called in i596_interrupt() when > xmit done. It makes drop profiles more friendly. > > Signed-off-by: Yang Wei > --- Hi Yang It is normal to include here, under the ---, what has changed since the previou

[PATCH V2] net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq

2019-01-27 Thread Yang Wei
dev_consume_skb_irq() should be called in i596_interrupt() when xmit done. It makes drop profiles more friendly. Signed-off-by: Yang Wei --- drivers/net/ethernet/i825xx/82596.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/i825xx/82596.c b/drivers/net/