commit | d3a0b215dd31959000d23916fe286c3002152160 | [log] [tgz] |
---|---|---|
author | dingdamu <dingdamu@gmail.com> | Tue May 16 11:18:27 2017 +0200 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Fri May 19 02:01:23 2017 +0000 |
tree | 60adf39f5f3fa954e044975b3d6d81a9491e7e92 | |
parent | 0da1a9cb81156397ba8da15247fc93f7b12f6e49 [diff] |
Fix latency constraint 1. Consider that the type "Duration" in the String is composed by characters and numbers, it's not easy to convert it to double for comparison, I modified the latency's annotation to cfg.latency().toNanos(). 2. Exclude two EdgeLinks for the calculation of the whole path's latency 3. The unit of latency in ONOS is not the same, so I set all the latency units to nanoseconds. 4. Add the latency constraint option for ConnectivityIntentCommand. Change-Id: Iddf5634880e43ed563db9978659db5eb9ee6c7f8
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.