SFC-213 SFC statistics dont always work 41/68841/6
authorebrjohn <[email protected]>
Tue, 27 Feb 2018 15:18:41 +0000 (09:18 -0600)
committerBrady Johnson <[email protected]>
Mon, 5 Mar 2018 18:30:19 +0000 (12:30 -0600)
commitc68ba5882544c89c052d6e020f99317aa3daaf1e
tree8810ed0199185e660f9ae320b309c909fe4ca64d
parentf672e66587971240bf1645bf11e7c45f24d93bea
SFC-213 SFC statistics dont always work

- The OpenFlow NodeId is not available on
  the SFF, so the statistics cant work.
- There's a race condition between when SFC
  creates the OVS bridge for an SFF and when
  we try to get the bridge DPID.

Change-Id: I05b2d0da61f8147ffea0a995b3efef38cbf05b31
Signed-off-by: Brady Johnson <[email protected]>
sfc-ovs/src/main/java/org/opendaylight/sfc/ovs/listener/SfcOvsNodeDataListener.java
sfc-ovs/src/main/java/org/opendaylight/sfc/ovs/listener/SfcOvsSffEntryDataListener.java
sfc-ovs/src/main/java/org/opendaylight/sfc/ovs/provider/SfcOvsUtil.java
sfc-ovs/src/test/java/org/opendaylight/sfc/ovs/provider/SfcOvsUtilTest.java
sfc-ovs/src/test/java/org/opendaylight/sfc/sfc_ovs/provider/SfcOvsUtilTest.java