Re: [ovs-dev] [PATCH] Correctly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP field.

2013-04-18 Thread Ben Pfaff
Thanks, I applied this to master. On Thu, Apr 18, 2013 at 07:26:35PM +0900, Hiroshi Miyata wrote: > Hi Ben, > > I confirmed it works well! > > Thanks so much! > > ...hiroshi miyata > > (13/04/17 9:04), miyahiro.d...@gmail.com wrote: > > Hi Ben, > > > > Thanks, I will try the patch! > > I will

Re: [ovs-dev] [PATCH] Correctly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP field.

2013-04-18 Thread Hiroshi Miyata
Hi Ben, I confirmed it works well! Thanks so much! ...hiroshi miyata (13/04/17 9:04), miyahiro.d...@gmail.com wrote: > Hi Ben, > > Thanks, I will try the patch! > I will sent you the result shortly. > > Best Regards, > > ...hiroshi miyata > > (13/04/16 6:02), Ben Pfaff wrote: >> NXM puts the DS

Re: [ovs-dev] [PATCH] Correctly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP field.

2013-04-16 Thread miyahiro.d...@gmail.com
Hi Ben, Thanks, I will try the patch! I will sent you the result shortly. Best Regards, ...hiroshi miyata (13/04/16 6:02), Ben Pfaff wrote: > NXM puts the DSCP value in bits 2-7 of NXM_OF_IP_TOS. > OXM puts the DSCP value in bits 0-6 of OXM_OF_IP_DSCP. > > Before this commit, Open vSwitch incor