Re: [PATCH net-next 0/3] vxlan: IPv6 fill_metadata_dst support

2015-12-03 Thread Jiri Benc
On Wed, 2 Dec 2015 15:02:22 -0800, Pravin Shelar wrote: > We need the ndo_fill_metadata_dst IPv6 support in net branch, since > OVS IPv6 tunnel support is there already. Is there reason you targeted > this patch series for net-next? I guess you're right. I need to resubmit anyway (seems I overlo

Re: [PATCH net-next 0/3] vxlan: IPv6 fill_metadata_dst support

2015-12-02 Thread Pravin Shelar
On Wed, Dec 2, 2015 at 10:12 AM, Jiri Benc wrote: > This adds IPv6 support to ndo_fill_metadata_dst in vxlan together with > restructuring to avoid duplicate code. > We need the ndo_fill_metadata_dst IPv6 support in net branch, since OVS IPv6 tunnel support is there already. Is there reason you

[PATCH net-next 0/3] vxlan: IPv6 fill_metadata_dst support

2015-12-02 Thread Jiri Benc
This adds IPv6 support to ndo_fill_metadata_dst in vxlan together with restructuring to avoid duplicate code. Jiri Benc (3): vxlan: consolidate output route calculation vxlan: move IPv6 outpute route calculation to a function vxlan: support ndo_fill_metadata_dst also for IPv6 drivers/net/v