From 01e028c19f2899fe46a8afb022d6071da92672d9 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Fri, 9 Nov 2012 00:07:56 -0800 Subject: [PATCH] Add Mininet-HiFi comment --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2a7f8a..f8168ea 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,13 @@ Mininet includes: Mininet 2.0.0 is a major upgrade and provides a number of enhancements and new features, including: -* Link bandwidth limits using `tc` (`TCIntf` and `TCLink` classes) +* "Mininet-HiFi" functionality: -* CPU isolation and bandwidth limits (`CPULimitedHost` class) + * Link bandwidth limits using `tc` (`TCIntf` and `TCLink` classes) -* Support for the Open vSwitch 1.4+ (including Ubuntu OVS packages) + * CPU isolation and bandwidth limits (`CPULimitedHost` class) + +* Support for Open vSwitch 1.4+ (including Ubuntu OVS packages) * Debian packaging (and `apt-get install mininet` in Ubuntu 12.10)