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 overlooked a warning when building
without IPv6), I'll submit patches 2 and 3 for net and patch 1 for
net-next (since it's a cleanup).

 Jiri

-- 
Jiri Benc
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[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/vxlan.c | 140 ++--
 1 file changed, 91 insertions(+), 49 deletions(-)

-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 targeted
this patch series for net-next?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html