Re: [PATCH] net: ethernet: ti: netcp_core: remove netif_trans_update

2017-02-10 Thread David Miller
From: Ivan Khoronzhuk Date: Thu, 9 Feb 2017 16:17:40 +0200 > No need to update jiffies in txq->trans_start twice and only for tx 0, > it's supposed to be done in netdev_start_xmit() and per tx queue. > > Signed-off-by: Ivan Khoronzhuk > --- > Based on net-next/master Applied, thanks.

[PATCH] net: ethernet: ti: netcp_core: remove netif_trans_update

2017-02-09 Thread Ivan Khoronzhuk
No need to update jiffies in txq->trans_start twice and only for tx 0, it's supposed to be done in netdev_start_xmit() and per tx queue. Signed-off-by: Ivan Khoronzhuk --- Based on net-next/master drivers/net/ethernet/ti/netcp_core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/