Re: [ovs-dev] [PATCH] datapath-windows: Fixed tcp flags byte order in conntrack

2016-09-09 Thread Guru Shetty
rg > > Subject: Re: [ovs-dev] [PATCH] datapath-windows: Fixed tcp flags byte > order > > in conntrack > > > > On 8 September 2016 at 12:34, Guru Shetty wrote: > > > On 29 August 2016 at 12:11, Paul Boca > > wrote: > > > > > >> In user mod

Re: [ovs-dev] [PATCH] datapath-windows: Fixed tcp flags byte order in conntrack

2016-09-09 Thread Alin Serdean
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Joe Stringer > Sent: Friday, September 9, 2016 12:37 AM > To: Guru Shetty > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] datapath-windows: Fixed tcp flags byte order > i

Re: [ovs-dev] [PATCH] datapath-windows: Fixed tcp flags byte order in conntrack

2016-09-08 Thread Joe Stringer
On 8 September 2016 at 12:34, Guru Shetty wrote: > On 29 August 2016 at 12:11, Paul Boca wrote: > >> In user mode the flags are interpreted as little endian. >> This fix makes the kernel mode compatible with user mode. >> >> Signed-off-by: Paul-Daniel Boca >> > Applied, thank you. Does this nee

Re: [ovs-dev] [PATCH] datapath-windows: Fixed tcp flags byte order in conntrack

2016-09-08 Thread Guru Shetty
On 29 August 2016 at 12:11, Paul Boca wrote: > In user mode the flags are interpreted as little endian. > This fix makes the kernel mode compatible with user mode. > > Signed-off-by: Paul-Daniel Boca > Applied, thank you. > --- > datapath-windows/ovsext/Conntrack-tcp.c | 14 -- >

Re: [ovs-dev] [PATCH] datapath-windows: Fixed tcp flags byte order in conntrack

2016-09-01 Thread Sairam Venugopal
Acked-by: Sairam Venugopal On 8/29/16, 12:11 PM, "Paul Boca" wrote: >In user mode the flags are interpreted as little endian. >This fix makes the kernel mode compatible with user mode. > >Signed-off-by: Paul-Daniel Boca >--- > datapath-windows/ovsext/Conntrack-tcp.c | 14 -- > 1 fi

Re: [ovs-dev] [PATCH] datapath-windows: Fixed tcp flags byte order in conntrack

2016-09-01 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Paul Boca > Sent: Monday, August 29, 2016 10:11 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH] datapath-windows: Fixed tcp flags byte order in >

[ovs-dev] [PATCH] datapath-windows: Fixed tcp flags byte order in conntrack

2016-08-29 Thread Paul Boca
In user mode the flags are interpreted as little endian. This fix makes the kernel mode compatible with user mode. Signed-off-by: Paul-Daniel Boca --- datapath-windows/ovsext/Conntrack-tcp.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/datapath-windows/ovsex