- 09 Aug, 2016 13 commits
-
-
e.g., Netty NIO uses # cores * 2 threads. Change-Id: I59b125aaae50fb067214d067a06a98d258726a26
Yuta HIGUCHI authored -
Moving ONOS dependency to be on release version 1.10. Cleaned up a few pom.xml files from redundant plugin configuration. Change-Id: I9cc31731dc26dd97292911f9a64795f2865e386d
Thomas Vachuska authored -
- Protocol Buffers: 3.0.0 - gRPC: 1.0.0-pre2 Change-Id: Ic80d3f660d4a0aa37a99d4e6d4dc45e0b70b073b
Yuta HIGUCHI authored -
Change-Id: I6e261186abf9ed87a3c55e50d123e423f652aa41 (cherry picked from commit 622700fd)
Carmelo Cascone authored -
- Breaking out UiLink to subclasses for device links, host links, region links, region-device links, - (soon, also peer links). - Augmenting UiLinkId to include regions as endpoints. - Introduced UiSynthLink to encapsulate synthetic links bound to regions. - Model Cache now computes synthetic links from the underlying link data. - Added endPointA/B() and type() methods to UiLink. - Updated topo2CurrentRegion response to include synth-links for the region. Change-Id: Ifa62a15fbe0a58b134d92278b201fa7a72cbfa83
Simon Hunt authored -
Change-Id: I2b4fec44f623cc6df90c45c1cabc8c40601bf4b6 (cherry picked from commit 1a5491ec)
Srinivas Bandi authored
-
- 08 Aug, 2016 25 commits
-
-
- It was creating 2 theads everytime a Device connected. Now uses thread pool shared across Devices, where threads will die out on idle. Should resolve ONOS-3579 Change-Id: I490b2ef677853677fbd151af27f6ac2be563774c
Yuta HIGUCHI authored -
This commit adds various unit tests of LISP addresses in a way to check object equality and construction. This commit also makes minor changes to existing LISP address classes to allow the test cases to pass all unit tests. Change-Id: Ice9f9634bdd243baaf1eed1539ea8d5808dda01d
Jian Li authored -
1. Fixed a Bug in KafkaProducer. Without this fix the App will not send data in GPB format. 2. Added two new services - KafkaProducerService and KafkaConfigService. 3. Fixed a TODO in the register API to return Kafka server information. 4. Removed the use of LeadershipService and ClusterService, since we are not ready for clustering yet. Change-Id: If20ef5238bb4629af0c6769129494eb44abf1d3c
Shravan Ambati authored -
The provider is capable of polling the environment using the device driver behaviour (LinkDiscovery) Change-Id: Ia09f866299d38c4de9b13201c9cf63b03909164a
Michele Santuari authored -
This control message is a special type of map request message, therefore, it can be merged with LispMapRequest class. Change-Id: I9549a18277411947cf4d485f62f92d8259575c94
Jian Li authored -
Even if we don't have devices, the sockets/channels must be closed. This is particularly harmful when onos is restarted to form a cluster and the openflow channels are left open. On the next activation it will try to open ports that were already open and it fails Change-Id: I768b9db0b71ffba2805fabf631adcb2039af89e4
Thiago Santos authored -
- Add a command to get all configuration from FJ OLT. e.g. volt-all <netconf: target> Change-Id: I70b4cf8851ce1911569ca62e59ec40df48913d88
Akihiro Yamanouchi authored
- 05 Aug, 2016 2 commits
-
-
… checkAndUpdateDevice() - Getting device description only if controller is currently Master for device Change-Id: I870b2f19fd5e09e198e2c73bcabf9869504f2c94
Konstantinos Kanonakis authored