net: neighbour table ABI problem
authorStephen Hemminger <shemminger@vyatta.com>
Tue, 3 Jun 2008 23:03:15 +0000 (16:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jun 2008 23:03:15 +0000 (16:03 -0700)
commitb9f5f52cca3e94f1e7509f366aa250ebbe1ed0b5
tree539f26976e4f44f24d230357de75772ae5a4df3b
parent57c511d8d47caeeae375cb8106662c0bd6a7e7e0
net: neighbour table ABI problem

The neighbor table time of last use information is returned in the
incorrect unit. Kernel to user space ABI's need to use USER_HZ (or
milliseconds), otherwise the application has to try and discover the
real system HZ value which is problematic.  Linux has standardized on
keeping USER_HZ consistent (100hz) even when kernel is running
internally at some other value.

This change is small, but it breaks the ABI for older version of
iproute2 utilities.  But these utilities are already broken since they
are looking at the psched_hz values which are completely different. So
let's just go ahead and fix both kernel and user space. Older
utilities will just print wrong values.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c