netdev-linux: Make netdev_set_policing coverage counter consistent with other counters.
authorPravin B Shelar <pshelar@nicira.com>
Mon, 5 Mar 2012 23:42:41 +0000 (15:42 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 5 Mar 2012 23:42:41 +0000 (15:42 -0800)
Most of coverage counters in netdev-linux are counting actual system
calls rather than reads from cached data.
Following patch fixes it by incrementing it after cache check.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>

No differences found