[ovs-dev] [PATCH v12 0/2] QOS updates with DSCP support

bschanmu at redhat.com bschanmu at redhat.com
Tue Sep 6 05:23:46 UTC 2016


v11 -> v12:
 - QOS dscp marking on IP packets based on arbitrary
   match criteria for a logical switch.

Babu Shanmugam (2):
  Check and allocate free qdisc queue id for ports with qos parameters
  DSCP marking on packets

 include/ovn/actions.h       |  17 +++-
 ovn/controller/binding.c    | 233 ++++++++++++++++++++++++++++++++++++++++----
 ovn/lib/actions.c           |  42 ++++++++
 ovn/lib/logical-fields.c    |   2 +-
 ovn/northd/ovn-northd.8.xml |  47 +++++++--
 ovn/northd/ovn-northd.c     | 222 ++++++++++++++++++++++++++++++++++-------
 ovn/ovn-nb.ovsschema        |  26 ++++-
 ovn/ovn-nb.xml              |  65 +++++++++++-
 ovn/ovn-sb.xml              |  38 +++++++-
 ovn/utilities/ovn-nbctl.c   |   5 +
 tests/ovn.at                |  60 ++++++++++++
 11 files changed, 682 insertions(+), 75 deletions(-)

-- 
1.9.1




More information about the dev mailing list