Re: [ovs-dev] [PATCH] ovn: Fix QoS marking without match

2016-11-02 Thread Ben Pfaff
On Wed, Nov 02, 2016 at 08:38:29PM +0530, Babu Shanmugam wrote: > When a Logical_Switch's qos_rule does not have a match set, the rule should > apply for all the logical ports in that switch. > > Signed-off-by: Babu Shanmugam I don't think this is really a bug fix, since the documentation for th

[ovs-dev] [PATCH] ovn: Fix QoS marking without match

2016-11-02 Thread Babu Shanmugam
When a Logical_Switch's qos_rule does not have a match set, the rule should apply for all the logical ports in that switch. Signed-off-by: Babu Shanmugam --- ovn/northd/ovn-northd.c | 8 +++- tests/ovn.at| 4 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ovn