Open vSwitch, and
thanks again for all the help.
On 03/23/2015 09:56 PM, Ben Pfaff wrote:
> On Wed, Mar 18, 2015 at 05:13:01PM +0100, Jonathan Vestin wrote:
>> This patch adds support for SFQ, CoDel and FQ_CoDel classless qdiscs to Open
>> vSwitch. It also removes the requirement
are meant
for qdiscs with classes.
Signed-off-by: Jonathan Vestin
---
diff --git a/NEWS b/NEWS
index 9c7ba62..93e05f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
Post-v2.3.0
-
+ - Added support for SFQ, FQ_CoDel and CoDel qdiscs.
- Add bash command-line completion
d/vswitch.xml
index 1bd6522..466e7c0 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -3149,6 +3149,24 @@
information on how this classifier works.
+
+linux-sfq
+
+ Linux "Stochastic Fairness Queueing" classifier.
c del dev tun0 root
tc qdisc add dev tun0 root sfq perturb 20
ovs-vsctl add-br br0
ovs-vsctl add-port br0 tun0
On 03/10/2015 11:04 PM, Ben Pfaff wrote:
> On Tue, Mar 10, 2015 at 10:07:31PM +0100, Jonathan Vestin wrote:
>> Ok, quite some things to do, I will fix the things you mentioned aft
The built-in qdiscs only have
* a class with handle 0:0.
I presume this means that in order for tc_load to be called, the qdisc
*must* have one class, which classless qdiscs cannot have. Please correct me
if I'm wrong.
-Original Message-
From: Ben Pfaff
To: Jonathan Vestin
Cc: dev@
Hello, I finally made my changes to OVS into a patch. I am a beginner in doing
this kind of low-level programming, and it is my first patch to any open source
project, so before submitting a patch, it would be nice with some code review.
This patch adds support for SFQ, CoDel and FQ_CoDel classl