On Mon, May 2, 2016 at 4:18 PM, Tom Herbert wrote:
> On Mon, May 2, 2016 at 3:54 PM, Alexander Duyck
> wrote:
>> On Mon, May 2, 2016 at 2:21 PM, Jarno Rajahalme wrote:
>>>
On Apr 29, 2016, at 8:46 PM, Alexander Duyck
wrote:
On Fri, Apr 29, 2016 at 3:28 PM, Jarno Rajahalme
On Mon, May 2, 2016 at 3:54 PM, Alexander Duyck
wrote:
> On Mon, May 2, 2016 at 2:21 PM, Jarno Rajahalme wrote:
>>
>>> On Apr 29, 2016, at 8:46 PM, Alexander Duyck
>>> wrote:
>>>
>>> On Fri, Apr 29, 2016 at 3:28 PM, Jarno Rajahalme wrote:
UDP tunnel segmentation code relies on the inner o
On Mon, May 2, 2016 at 2:21 PM, Jarno Rajahalme wrote:
>
>> On Apr 29, 2016, at 8:46 PM, Alexander Duyck
>> wrote:
>>
>> On Fri, Apr 29, 2016 at 3:28 PM, Jarno Rajahalme wrote:
>>> UDP tunnel segmentation code relies on the inner offsets being set for
>>> an UDP tunnel GSO packet. The inner *_
> On Apr 29, 2016, at 8:46 PM, Alexander Duyck
> wrote:
>
> On Fri, Apr 29, 2016 at 3:28 PM, Jarno Rajahalme wrote:
>> UDP tunnel segmentation code relies on the inner offsets being set for
>> an UDP tunnel GSO packet. The inner *_complete() functions will set
>> the inner offsets only if the
> On Apr 29, 2016, at 6:42 PM, Tom Herbert wrote:
>
> On Fri, Apr 29, 2016 at 3:28 PM, Jarno Rajahalme wrote:
>> UDP tunnel segmentation code relies on the inner offsets being set for
>> an UDP tunnel GSO packet. The inner *_complete() functions will set
>> the inner offsets only if the encaps
On Fri, Apr 29, 2016 at 3:28 PM, Jarno Rajahalme wrote:
> UDP tunnel segmentation code relies on the inner offsets being set for
> an UDP tunnel GSO packet. The inner *_complete() functions will set
> the inner offsets only if the encapsulation is set before calling
> them, but udp_gro_complete()
On Fri, Apr 29, 2016 at 3:28 PM, Jarno Rajahalme wrote:
> UDP tunnel segmentation code relies on the inner offsets being set for
> an UDP tunnel GSO packet. The inner *_complete() functions will set
> the inner offsets only if the encapsulation is set before calling
> them, but udp_gro_complete()
UDP tunnel segmentation code relies on the inner offsets being set for
an UDP tunnel GSO packet. The inner *_complete() functions will set
the inner offsets only if the encapsulation is set before calling
them, but udp_gro_complete() set it only after the inner *_complete()
functions were done.
A