[ovs-dev] [PATCH v3 0/3] QOS updates with DSCP support

bschanmu at redhat.com bschanmu at redhat.com
Mon Jun 13 08:30:18 UTC 2016


v2 -> v3 changes:
    - Added a new qos type 'linux-noop'
    - Set queues on all physical interfaces used for tunnelling
    - Some minor styling fixes

Following are done through this series
1. Changed the old approach of policing the packets. It is now shaped
   with queues. Changed the Logical_Port options for NB db
2. Support for DSCP marking through options field in Logical_Port table


Babu Shanmugam (3):
  New qos type linux-noop
  Check and allocate free qdisc queue id for ports with qos parameters
  DSCP marking on packets egressing VIF interface

 lib/netdev-linux.c       |  49 ++++++++++++-
 ovn/controller/binding.c | 187 +++++++++++++++++++++++++++++++++++++++++++----
 ovn/controller/lflow.c   |   2 +-
 ovn/lib/actions.c        |  29 ++++++++
 ovn/lib/actions.h        |   3 +
 ovn/northd/ovn-northd.c  | 136 ++++++++++++++++++++++++++++++++--
 ovn/ovn-nb.xml           |  13 +++-
 ovn/ovn-sb.xml           |  36 ++++++++-
 vswitchd/vswitch.xml     |   8 ++
 9 files changed, 431 insertions(+), 32 deletions(-)

-- 
2.5.0




More information about the dev mailing list