[PATCH] iseries_veth: Set dev->trans_start so watchdog timer works right
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 12 May 2005 07:53:18 +0000 (17:53 +1000)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 15 May 2005 22:08:05 +0000 (18:08 -0400)
commiteb235aef724568ae15af831968000cf9a3974b26
treead6f5b503c26a81a734a436ceb2db9a933d8c9c2
parentf27eff1ffd65236b8e421188f76ad1b0b94e06eb
[PATCH] iseries_veth: Set dev->trans_start so watchdog timer works right

Hi Andrew, Jeff,

The iseries_veth driver doesn't set dev->trans_start in it's TX path. This
will cause the net device watchdog timer to fire earlier than we want it to,
which causes the driver to needlessly reset its connections to other LPARs.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
drivers/net/iseries_veth.c