netdev-linux: Cache error code from mtu ioctl.
authorPravin B Shelar <pshelar@nicira.com>
Fri, 9 Mar 2012 20:57:48 +0000 (12:57 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 9 Mar 2012 20:57:48 +0000 (12:57 -0800)
commit90a6637d5e7f5f83e3370e05b3716a24fc093fc7
treeef71dcb20ea2138590652ae5045645a989ca4d70
parent4f925bd39b21c9d189af2cbfce8cc6287419d538
netdev-linux: Cache error code from mtu ioctl.

netdev linux devices uses mtu ioctl to get and set MTU for a device.
By caching error code from ioctl we can reduce number of ioctl calls
for device which is unregistered from system.
netdev notification is used to update mtu which saves get-mtu-ioctl.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
lib/netdev-linux.c
lib/netdev.c
lib/rtnetlink-link.c
lib/rtnetlink-link.h