Re: [ovs-dev] [PATCH] ovn-controller: Provide the option to set Encap.options:csum

2017-01-17 Thread Numan Siddique
On Mon, Jan 16, 2017 at 11:46 PM, Russell Bryant wrote: > > > On Mon, Jan 16, 2017 at 12:01 PM, Ben Pfaff wrote: > >> On Mon, Jan 16, 2017 at 09:28:28AM -0500, Russell Bryant wrote: >> > On Sat, Jan 14, 2017 at 11:29 AM, Ben Pfaff wrote: >> > >> > >

Re: [ovs-dev] [PATCH] ovn-controller: Provide the option to set Encap.options:csum

2017-01-16 Thread Russell Bryant
On Mon, Jan 16, 2017 at 12:01 PM, Ben Pfaff wrote: > On Mon, Jan 16, 2017 at 09:28:28AM -0500, Russell Bryant wrote: > > On Sat, Jan 14, 2017 at 11:29 AM, Ben Pfaff wrote: > > > > > On Sat, Jan 14, 2017 at 07:37:53PM +0530, Numan Siddique wrote: > > > > On Sat, Jan

Re: [ovs-dev] [PATCH] ovn-controller: Provide the option to set Encap.options:csum

2017-01-16 Thread Ben Pfaff
On Mon, Jan 16, 2017 at 09:28:28AM -0500, Russell Bryant wrote: > On Sat, Jan 14, 2017 at 11:29 AM, Ben Pfaff wrote: > > > On Sat, Jan 14, 2017 at 07:37:53PM +0530, Numan Siddique wrote: > > > On Sat, Jan 14, 2017 at 3:18 AM, Ben Pfaff wrote: > > > > > > > On Tue,

Re: [ovs-dev] [PATCH] ovn-controller: Provide the option to set Encap.options:csum

2017-01-14 Thread Ben Pfaff
On Sat, Jan 14, 2017 at 07:37:53PM +0530, Numan Siddique wrote: > On Sat, Jan 14, 2017 at 3:18 AM, Ben Pfaff wrote: > > > On Tue, Jan 10, 2017 at 11:34:42AM +0530, Numan Siddique wrote: > > > ovn-controller by default enables UDP checksums for geneve > > > tunnels. With this patch

Re: [ovs-dev] [PATCH] ovn-controller: Provide the option to set Encap.options:csum

2017-01-14 Thread Numan Siddique
On Sat, Jan 14, 2017 at 3:18 AM, Ben Pfaff wrote: > On Tue, Jan 10, 2017 at 11:34:42AM +0530, Numan Siddique wrote: > > ovn-controller by default enables UDP checksums for geneve > > tunnels. With this patch user can set the desired value in > >

Re: [ovs-dev] [PATCH] ovn-controller: Provide the option to set Encap.options:csum

2017-01-13 Thread Ben Pfaff
On Tue, Jan 10, 2017 at 11:34:42AM +0530, Numan Siddique wrote: > ovn-controller by default enables UDP checksums for geneve > tunnels. With this patch user can set the desired value in > Open_vSwitch.external_ids:ovn_encap_csum. > > Signed-off-by: Numan Siddique I don't

[ovs-dev] [PATCH] ovn-controller: Provide the option to set Encap.options:csum

2017-01-09 Thread Numan Siddique
ovn-controller by default enables UDP checksums for geneve tunnels. With this patch user can set the desired value in Open_vSwitch.external_ids:ovn_encap_csum. Signed-off-by: Numan Siddique --- ovn/controller/chassis.c| 12 ++--