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

2017-02-02 Thread Ben Pfaff
On Thu, Feb 02, 2017 at 10:40:31AM -0500, Russell Bryant wrote: > On Thu, Feb 2, 2017 at 10:32 AM, Numan Siddique wrote: > > > On Wed, Feb 1, 2017 at 4:31 AM, Ben Pfaff wrote: > > > > > On Sun, Jan 15, 2017 at 12:36:09PM +0530, Numan Siddique wrote: > > > > ovn-controller by default enables tunn

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

2017-02-02 Thread Russell Bryant
On Thu, Feb 2, 2017 at 10:32 AM, Numan Siddique wrote: > On Wed, Feb 1, 2017 at 4:31 AM, Ben Pfaff wrote: > > > On Sun, Jan 15, 2017 at 12:36:09PM +0530, Numan Siddique wrote: > > > ovn-controller by default enables tunnel encapsulation checksums > > > for geneve tunnels. With this patch user ca

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

2017-02-02 Thread Numan Siddique
On Wed, Feb 1, 2017 at 4:31 AM, Ben Pfaff wrote: > On Sun, Jan 15, 2017 at 12:36:09PM +0530, Numan Siddique wrote: > > ovn-controller by default enables tunnel encapsulation checksums > > for geneve tunnels. With this patch user can set the desired value > > in Open_vSwitch.external_ids:ovn_encap

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

2017-01-31 Thread Ben Pfaff
On Sun, Jan 15, 2017 at 12:36:09PM +0530, Numan Siddique wrote: > ovn-controller by default enables tunnel encapsulation checksums > for geneve tunnels. With this patch user can set the desired value > in Open_vSwitch.external_ids:ovn_encap_csum. > > This option will be useful in cases where enabl

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

2017-01-14 Thread Numan Siddique
ovn-controller by default enables tunnel encapsulation checksums for geneve tunnels. With this patch user can set the desired value in Open_vSwitch.external_ids:ovn_encap_csum. This option will be useful in cases where enabling tunnel encapsulation checksums incur significant performance loss due