[ovs-git] Open vSwitch: vswitchd: Always configure a default queue for QoS. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Feb 17 00:33:48 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  2c999774c1758ebdb138bb73e89e8de01f134d26 (commit)
      from  b850dc6dd5e817921daa03d792791c61995de08f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2c999774c1758ebdb138bb73e89e8de01f134d26
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2c999774c1758ebdb138bb73e89e8de01f134d26
Author: Ben Pfaff <blp at nicira.com>
		
vswitchd: Always configure a default queue for QoS.
		
When an interface has QoS configured but no default queue (queue 0), OVS
has until now installed that QoS configuration literally, which causes all
packets destined for this default queue to be dropped.  This behavior is
usually both unexpected and undesirable.

This commit changes behavior so that, when no default queue is configured,
OVS uses a default "empty" configuration for the default queue.  This
behavior should be more acceptable when QoS is slightly misconfigured.

I tested that, without this patch, configuring only queue 1 causes "tc
class show" to show only queue 1 (handle 1:2) for linux-htb and linux-hfsc,
and that with this patch it shows configurations for both queue 0 (handle
1:1) and queue 1.

Bug #5583.
Feature #7413.
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 NEWS                 |    3 +++
 vswitchd/bridge.c    |    7 +++++--
 vswitchd/vswitch.xml |   13 +++++++++++--
 3 files changed, 19 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list