]> 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)
commit9e3dbcd645058911c25b233b5f285b3900289c6e
treef24b45555389a386c38937edd84257556f630147
parent21cd33f5c8819a67f8ab709d0e2229e486a42df8
Revert "veth: Add updating of trans_start"

This reverts commit e3ffb09c3e5fb16325e6f1ca4b6e4042ee29cf20. 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