Re: [ovs-dev] [PATCH v3 3/3] DSCP marking on packets egressing VIF interface

2016-06-24 Thread Babu Shanmugam
On Friday 24 June 2016 09:52 AM, Ben Pfaff wrote: On Mon, Jun 13, 2016 at 02:00:21PM +0530, bscha...@redhat.com wrote: ovn-northd sets 'ip.dscp' to the DSCP value Signed-off-by: Babu Shanmugam The documentation says: Value should be in the range of 0 to 64. in a couple of places.

Re: [ovs-dev] [PATCH v3 3/3] DSCP marking on packets egressing VIF interface

2016-06-23 Thread Ben Pfaff
On Mon, Jun 13, 2016 at 02:00:21PM +0530, bscha...@redhat.com wrote: > ovn-northd sets 'ip.dscp' to the DSCP value > > Signed-off-by: Babu Shanmugam The documentation says: Value should be in the range of 0 to 64. in a couple of places. I think that 64 is not a valid value so, usually,

[ovs-dev] [PATCH v3 3/3] DSCP marking on packets egressing VIF interface

2016-06-13 Thread bschanmu
ovn-northd sets 'ip.dscp' to the DSCP value Signed-off-by: Babu Shanmugam --- ovn/controller/lflow.c | 2 +- ovn/northd/ovn-northd.c | 4 ovn/ovn-nb.xml | 5 + ovn/ovn-sb.xml | 5 + 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ovn/controller/lflo