ofproto: Do not update stats on fake bond interface.
authorPravin B Shelar <pshelar@nicira.com>
Fri, 12 Sep 2014 23:00:50 +0000 (16:00 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 15 Sep 2014 17:08:56 +0000 (10:08 -0700)
commit2f9dd77fcd172e2870d737ede67970836db3eb14
treedf5227604ee37538b9fc2330d208bc61b79c338e
parent00e01dd48c6eb88dafc8e8bb318baa5ad0b536d7
ofproto: Do not update stats on fake bond interface.

There are couple of reasons to remove this support:
*   This is used in very old OVS use-case. It is much better
    to read stats directly from OVS.
*   Forthcoming commit will remove support for setting stats
    for vport. The stats update depends on stats-set.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
12 files changed:
NEWS
lib/netdev-bsd.c
lib/netdev-dpdk.c
lib/netdev-dummy.c
lib/netdev-linux.c
lib/netdev-provider.h
lib/netdev-vport.c
lib/netdev.c
lib/netdev.h
ofproto/bond.c
ofproto/bond.h
vswitchd/bridge.c