]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "veth: Add updating of trans_start"
authorVladimir Oltean <vladimir.oltean@nxp.com>
Sun, 31 Jul 2022 12:41:07 +0000 (15:41 +0300)
committerJakub Kicinski <kuba@kernel.org>
Thu, 4 Aug 2022 02:20:13 +0000 (19:20 -0700)
commita4e785ac09cdddd0fd565c2fc3b4e877cc467c83
treef24b45555389a386c38937edd84257556f630147
parent480799f1a1631e5172a1c970fabcdea60cac14a9
Revert "veth: Add updating of trans_start"

This reverts commit ca626fa5ed4166b134d2545ead4cf00b44f1a553. The veth
driver no longer needs these hacks which are slightly detrimential to
the fast path performance, because the bonding driver is keeping track
of TX times of ARP and NS probes by itself, which it should.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/veth.c