On Fri, Feb 20, 2015 at 2:15 PM, Pravin Shelar <pshe...@nicira.com> wrote:
> On Fri, Feb 20, 2015 at 10:50 AM, Jesse Gross <je...@nicira.com> wrote:
>> This series backports much of the UDP tunnel infrastructure, ultimately
>> in support of syncing Geneve with upstream and providing outer UDP
>> checksum support.
>>
>> During the backporting process, I realized that there are several
>> other lurking bugs that were fixed through a more complete UDP
>> tunnel layer. The ones that I am aware of are:
>>  * VXLAN TSO fails in some cases because the OVS handle_offload()
>>    function is used with the upstream GSO handler.
>>  * Hardware VXLAN offload was disabled on kernels that is otherwise
>>    supported on since version checks were incremented by the GBP changes.
>>  * LISP attempts to use hardware offload with NICs that only support
>>    VXLAN
>>  * LISP accesses unset inner headers when getting the source port for
>>    egress info.
>>
>> v3: Patches 1-5 were pushed to master and have been removed from this
>>     series.
>>
> I just noticed series does not compile on 3.10 and 3.18 kernel.

At least some of the problems are related to iptunnel_xmit(), so I'm
going to take your suggestion and simplify that now.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to