netdev-linux: Fix stats for ovs internal device.
authorPravin B Shelar <pshelar@nicira.com>
Wed, 29 Feb 2012 22:09:05 +0000 (14:09 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Wed, 29 Feb 2012 22:09:05 +0000 (14:09 -0800)
commitbba1e6f3ac53ecb810f07b26fb312ee503f5e121
tree3bbdfe3155aebb82ec4137b19b046ee746e88017
parent8bddb894d90d84b642b9fd4fa83abf2af0074fba
netdev-linux: Fix stats for ovs internal device.

There is no need to retrieve linux system stats for internal devices
as all relevant stats for virtual device like internal device are
already reported by OVS over vport-stats. As a result it also fixes
error stats for internal-devices as they are not counted twice.

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