- 20 Jun, 2016 8 commits
-
-
Change-Id: I22142b1723a88a89e91d1557b87a36e7c8767909 (cherry picked from commit 1d821231)
Simon Hunt authored -
Change-Id: I4fd9cf1fb799d8c6adbeb36c86fb1c1499b674e4 (cherry picked from commit ea3c223d)
Simon Hunt authored -
Change-Id: I8dce2d5feebcf65143b1c0b4eee8b298a68995e0 (cherry picked from commit c0e282be)
Simon Hunt authored -
Change-Id: I6c31d244eb1bad5c87d89b10a5df750043cf12a0 (cherry picked from commit b43f88c4)
Simon Hunt authored -
Change-Id: I4c3cec28b30de8026df4298f65ebf6ad92faf68f (cherry picked from commit 11f662f6)
Simon Hunt authored
-
- 18 Jun, 2016 4 commits
-
-
DeviceManager had to reverse-engineer PortDescription in order to mark port off-line, etc. which required domain specific knowledge. (e.g., OpticalPortOperatorr#descriptionOf) required work for ONOS-4691 Change-Id: I954f5f2db2cb7db938f498ead4c8e3f84212a53f
Yuta HIGUCHI authored -
Madan suggested that this might help vs. the pipelined startup we were doing before, so let's try it. We will unpack/install all nodes before we start up, so that we can start the whole cluster at about the same instant. Note that this is probably closer to what we'd see in hardware. The disadvantage is that we don't get a "clean" environment with each invocation of start(). Change-Id: I0a45984f50e1ef25a7d8a836e46978fdbdff0bd0
Bob Lantz authored
-
- 17 Jun, 2016 15 commits
-
-
We were using eth0 by default before, but this doesn't work if your default interface isn't eth0. Fixes port forwarding on Ubuntu 16.04. Change-Id: I55baed7fd8952a9f6cab364e20e31a0632ddda6d
Bob Lantz authored -
Made changes as per the comments on patch set 2. Made changes as per comments on patch set 3. Made further changes and event subscription works absolutely fine now. Change-Id: Icd20195f6c0e045d14beb73584069d486ab9290c
Sanjana Agarwal authored -
Change-Id: I385c00d4654e746133f0d9757511e3a8821fad7a (cherry picked from commit 45a1e9ac)
Mahesh Raju-Huawei authored
- 16 Jun, 2016 13 commits
-
-
Applications can be comprised of multiple components and may want to have each component register its own pre-deactivate hook. Change-Id: I64f1e5fe95bd50e7b7549685c7da7b1b193087f2
Jonathan Hart authored -
Over 1500x faster. This is for ONOS-4698 Before this patch Benchmark Mode Cnt Score Error Units VlanSetSerialize.deserialize_compact_vlans avgt 200 1681.625 ± 8.937 us/op VlanSetSerialize.serialize_compact_vlans avgt 200 1.532 ± 0.017 us/op After this patch Benchmark Mode Cnt Score Error Units VlanSetSerialize.deserialize_compact_vlans avgt 200 1.070 ± 0.012 us/op VlanSetSerialize.serialize_compact_vlans avgt 200 1.613 ± 0.014 us/op Change-Id: I2f00f7fbf25ee36555751e0bcff95d06b701f8c8
Sho SHIMIZU authored -
Otherwise the system gets put in a state where the app can't be installed, activated or uninstalled due to discrepency between ONOS store state and disk. Change-Id: Ifbedeb34adf900304c096bff9b2d849932586dde
Jonathan Hart authored -
This is one of fixes for ONOS-4684 Change-Id: I5192df366d16b8aad5f8987abbf539897ca0e51c
Sho SHIMIZU authored
-