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)
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>

No differences found