[PATCH net 1/3] ipip: Properly mark ipip GRO packets as encapsulated.

2016-03-20 Thread Jesse Gross
ipip encapsulated packets can be merged together by GRO but the result does not have the proper GSO type set or even marked as being encapsulated at all. Later retransmission of these packets will likely fail if the device does not support ipip offloads. This is similar to the issue resolved in IPv

Re: [PATCH net 1/3] ipip: Properly mark ipip GRO packets as encapsulated.

2016-03-19 Thread Jesse Gross
On Fri, Mar 18, 2016 at 8:12 PM, David Miller wrote: > > Jesse, can you repost this series with a patch introductory "PATCH > 0/3" email explaining things at a high level about what this series is > doing? > > Thanks. Sure, I just sent a v2 with a cover letter.

Re: [PATCH net 1/3] ipip: Properly mark ipip GRO packets as encapsulated.

2016-03-18 Thread Eric Dumazet
On Thu, 2016-03-17 at 11:25 -0700, Jesse Gross wrote: > ipip encapsulated packets can be merged together by GRO but the result > does not have the proper GSO type set or even marked as being > encapsulated at all. Later retransmission of these packets will likely > fail if the device does not suppo

Re: [PATCH net 1/3] ipip: Properly mark ipip GRO packets as encapsulated.

2016-03-18 Thread David Miller
Jesse, can you repost this series with a patch introductory "PATCH 0/3" email explaining things at a high level about what this series is doing? Thanks.