On Tue, May 23, 2017 at 3:37 PM, Eric Garver <e...@erig.me> wrote: > Since 9b4437a5b870 ("geneve: Unify LWT and netdev handling.") fill_info > does not return UDP_ZERO_CSUM6_RX when using COLLECT_METADATA. This is > because it uses ip_tunnel_info_af() with the device level info, which is > not valid for COLLECT_METADATA. > > Fix by checking for the presence of the actual sockets. > > Fixes: 9b4437a5b870 ("geneve: Unify LWT and netdev handling.") > Signed-off-by: Eric Garver <e...@erig.me> Thanks for the patch.
Acked-by: Pravin B Shelar <pshe...@ovn.org> I noticed that the MTU and encal_len calculation in geneve_configure() also needs to be fixed for collect metadata case. Can you send patch to fix it?