Re: [ovs-dev] [patch v11 2/2] DSCP marking on packets egressing VIF interface

2016-09-02 Thread Babu Shanmugam
Thank you for reviewing, Mickey. I completely agree with your proposal. Do you think it will be better to have this patch for now till we work on the code for your proposal? On Friday 02 September 2016 11:17 AM, Mickey Spiegel wrote: On Wed, Aug 31, 2016 at 12:11 AM,

Re: [ovs-dev] [patch v11 2/2] DSCP marking on packets egressing VIF interface

2016-09-01 Thread Mickey Spiegel
On Wed, Aug 31, 2016 at 12:11 AM, wrote: > ovn-northd sets 'ip.dscp' to the DSCP value > If we were to go with DSCP based on port as the initial functionality, your changes look good. A couple of nits below, and the first patch (which I have not looked at) needs a rebase

[ovs-dev] [patch v11 2/2] DSCP marking on packets egressing VIF interface

2016-08-31 Thread bschanmu
ovn-northd sets 'ip.dscp' to the DSCP value Signed-off-by: Babu Shanmugam --- ovn/lib/logical-fields.c| 2 +- ovn/northd/ovn-northd.8.xml | 30 +++ ovn/northd/ovn-northd.c | 69 ++ ovn/ovn-nb.xml