Re: [PATCH net-next 0/5] net: remove trans_start from struct net_device

2016-05-04 Thread David Miller
From: Florian Westphal Date: Tue, 3 May 2016 16:30:57 +0200 > We currently have two instances for trans_start, once in > net_device and once in netdev_queue. > > This series removes trans_start from net_device. > Updates to dev->trans_start are replaced with updates to netdev queue 0. Series a

[PATCH net-next 0/5] net: remove trans_start from struct net_device

2016-05-03 Thread Florian Westphal
We currently have two instances for trans_start, once in net_device and once in netdev_queue. This series removes trans_start from net_device. Updates to dev->trans_start are replaced with updates to netdev queue 0. This series is compile-tested only. Replacement is done in 3 steps: 1. Replace r