commit | 0a9031d8aefb4ca1b76a3513dc4d1417c74848a3 | [log] [tgz] |
---|---|---|
author | Konstantinos Kanonakis <kanonakisk@gmail.com> | Thu Sep 22 11:35:11 2016 -0500 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Fri Dec 02 01:55:37 2016 +0000 |
tree | 34aa5f95b1eb41a4a13db571e68d29388e302021 | |
parent | e7b5f187c6c48dbad4dbe2e54c2441d49f425154 [diff] |
Introducing BandwidthProfileConfigBehaviour to manage policers/markers - Creating BandwidthProfile Class to represent generic policers/markers - BandwidthProfile can be Single/Two Rate, Two/Three Color depending on parameters - Including fromMeter() method to convert a Meter into a BandwidthProfile - Adding unit tests for BandwidthProfile class - Creating BandwidthProfileAction class to represent a color (green/yellow/red) action - BandwidthProfileAction allows remarking one of: DSCP class, IP precedence, Drop precedence - Adding unit tests for BandwidthProfileAction class - Creating DscpClass and IPPrecedence Enums and unit tests in org.onlab.packet - Adding kBps/MBps/GBps methods in org.onlab.util.Bandwidth class Change-Id: I54156329a527ebd9165d8f55e03e0782925caa2b
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.