Re: [PATCH net-next 5/5] net: remove dev->trans_start

2016-05-03 Thread Florian Westphal
kbuild test robot wrote: > [auto build test ERROR on net-next/master] > > url: > https://github.com/0day-ci/linux/commits/Florian-Westphal/net-remove-trans_start-from-struct-net_device/20160503-234813 > config: s390-default_defconfig (attached as .config) > compiler: s390x-linux-gnu-gcc (Debi

Re: [PATCH net-next 5/5] net: remove dev->trans_start

2016-05-03 Thread kbuild test robot
Hi, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Florian-Westphal/net-remove-trans_start-from-struct-net_device/20160503-234813 config: s390-default_defconfig (attached as .config) compiler: s390x-linux-gnu-gcc (Debian 5.3.1-8) 5.3.1 20160205 reprod

[PATCH net-next 5/5] net: remove dev->trans_start

2016-05-03 Thread Florian Westphal
previous patches removed all direct accesses to dev->trans_start, so change the netif_trans_update helper to update trans_start of netdev queue 0 instead and then remove trans_start from struct net_device. AFAICS a lot of the netif_trans_update() invocations are now useless because they occur in n