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
> -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
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
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 --
>
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
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
>
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