Re: [ovs-dev] [PATCH] gre: strip gre-tso offload flags

2018-01-26 Thread Ben Pfaff
Thanks wenxu and Greg. I backported as far as branch-2.6. On Fri, Jan 26, 2018 at 05:20:14PM +0800, wenxu wrote: > > > I also it should backport to branch-2.6~2.8 > > > > > > > At 2018-01-26 08:16:54, "Gregory Rose" wrote: > >On 1/25/2018 10:22 AM, Ben Pfaff wrote:

Re: [ovs-dev] [PATCH] gre: strip gre-tso offload flags

2018-01-26 Thread wenxu
I also it should backport to branch-2.6~2.8 At 2018-01-26 08:16:54, "Gregory Rose" wrote: >On 1/25/2018 10:22 AM, Ben Pfaff wrote: >> On Thu, Jan 25, 2018 at 10:16:23AM -0800, Gregory Rose wrote: >>> On 12/28/2017 8:45 PM, we...@ucloud.cn wrote: From: wenxu

Re: [ovs-dev] [PATCH] gre: strip gre-tso offload flags

2018-01-25 Thread Gregory Rose
On 1/25/2018 10:22 AM, Ben Pfaff wrote: On Thu, Jan 25, 2018 at 10:16:23AM -0800, Gregory Rose wrote: On 12/28/2017 8:45 PM, we...@ucloud.cn wrote: From: wenxu if the gro enable, ipgre receive a gre-tso package. After pop the gre-tunnel the encapsulation and GSO_ENCAP flags

Re: [ovs-dev] [PATCH] gre: strip gre-tso offload flags

2018-01-25 Thread Ben Pfaff
On Thu, Jan 25, 2018 at 10:16:23AM -0800, Gregory Rose wrote: > On 12/28/2017 8:45 PM, we...@ucloud.cn wrote: > >From: wenxu > > > >if the gro enable, ipgre receive a gre-tso package. After pop > >the gre-tunnel the encapsulation and GSO_ENCAP flags should be > >striped. or the

Re: [ovs-dev] [PATCH] gre: strip gre-tso offload flags

2018-01-25 Thread Gregory Rose
On 12/28/2017 8:45 PM, we...@ucloud.cn wrote: From: wenxu if the gro enable, ipgre receive a gre-tso package. After pop the gre-tunnel the encapsulation and GSO_ENCAP flags should be striped. or the packet encap again and will be dropped in ovs_iptunnel_handle_offloads

Re: [ovs-dev] [PATCH] gre: strip gre-tso offload flags

2018-01-07 Thread wenxu
At 2018-01-06 02:23:52, "Gregory Rose" wrote: >On 12/28/2017 8:45 PM, we...@ucloud.cn wrote: >> From: wenxu >> >> if the gro enable, ipgre receive a gre-tso package. After pop >> the gre-tunnel the encapsulation and GSO_ENCAP flags should be >> striped. or

Re: [ovs-dev] [PATCH] gre: strip gre-tso offload flags

2018-01-05 Thread Gregory Rose
On 12/28/2017 8:45 PM, we...@ucloud.cn wrote: From: wenxu if the gro enable, ipgre receive a gre-tso package. After pop the gre-tunnel the encapsulation and GSO_ENCAP flags should be striped. or the packet encap again and will be dropped in ovs_iptunnel_handle_offloads

[ovs-dev] [PATCH] gre: strip gre-tso offload flags

2017-12-28 Thread wenxu
From: wenxu if the gro enable, ipgre receive a gre-tso package. After pop the gre-tunnel the encapsulation and GSO_ENCAP flags should be striped. or the packet encap again and will be dropped in ovs_iptunnel_handle_offloads Signed-off-by: wenxu ---

[ovs-dev] [PATCH] gre: strip gre-tso offload flags

2017-12-27 Thread wenxu
From: wenxu if the gro enable, ipgre receive a gre-tso package. After pop the gre-tunnel the encapsulation and GSO_ENCAP flags should be striped. or the packet encap again and will be dropped in ovs_iptunnel_handle_offloads Signed-off-by: wenxu ---