commit | c6ddfb9a963f0cac0f7365acfc87f3f3b33a3b69 | [log] [tgz] |
---|---|---|
author | Madalin Bucur <madalin.bucur@nxp.com> | Thu Jan 17 11:42:27 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 17 22:00:00 2019 -0800 |
tree | 513d6f217f6e3575d6695ecf5c134f7decdc4eb3 | |
parent | 28c1382fa28f2e2d9d0d6f25ae879b5af2ecbd03 [diff] |
dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_start As txq_trans_update() only updates trans_start when the lock is held, trans_start does not get updated if NETIF_F_LLTX is declared. Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>