Re: [ovs-dev] [PATCH] netdev-linux: Support for SFQ, FQ_CoDel and CoDel qdiscs.

2015-03-24 Thread Jonathan Vestin
Thank you! I have looked at the changes and I'm very thankful for your comments. Thank you for pointing out nl_msg_put_u32 and nl_attr_get_u32, I somehow missed it. I also forgot to check for trailing whitespace, sorry about that. I hope that I again will have the opportunity to work on Open vS

Re: [ovs-dev] [PATCH] netdev-linux: Support for SFQ, FQ_CoDel and CoDel qdiscs.

2015-03-23 Thread Ben Pfaff
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 for a QoS to have at least one Queue > (as this makes no sense when using classless qdiscs). I have also not

[ovs-dev] [PATCH] netdev-linux: Support for SFQ, FQ_CoDel and CoDel qdiscs.

2015-03-18 Thread Jonathan Vestin
This patch adds support for SFQ, CoDel and FQ_CoDel classless qdiscs to Open vSwitch. It also removes the requirement for a QoS to have at least one Queue (as this makes no sense when using classless qdiscs). I have also not implemented class_{get,set,delete,get_stats,dump_stats} because they ar