From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Graf Subject: Re: [RFC net-next 22/22] openvswitch: Use regular GRE net_device instead of vport Date: Fri, 17 Jul 2015 12:58:53 +0200 Message-ID: <20150717105853.GB18033@pox.localdomain> References: <74f200a9e634a9fefd6de85265f54b8a6697ab72.1436537414.git.tgraf@suug.ch> <20150716085915.GA11294@penelope.isobedori.kobe.vergenet.net> <20150716145246.GC22603@pox.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Simon Horman , Roopa Prabhu , rshearma@brocade.com, ebiederm , Hannes Frederic Sowa , Jesse Gross , David Miller , Daniel Borkmann , tom@herbertland.com, Eric Dumazet , Ji???? P??rko , marcelo.leitner@gmail.com, Stephen Hemminger , Justin Pettit , Patrick McHardy , netdev , "dev@openvswitch.org" To: Pravin Shelar Return-path: Received: from mail-wi0-f174.google.com ([209.85.212.174]:35753 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757752AbbGQK64 (ORCPT ); Fri, 17 Jul 2015 06:58:56 -0400 Received: by wibxm9 with SMTP id xm9so35948096wib.0 for ; Fri, 17 Jul 2015 03:58:55 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 07/16/15 at 02:36pm, Pravin Shelar wrote: > On Thu, Jul 16, 2015 at 7:52 AM, Thomas Graf wrote: > > I'm inclined to change this and use an in-kernel API as well to > > create the net_device just like VXLAN does in patch 21. > > > > Pravin, what do you think? > > About the vxlan APIs we also need to direct netlink interface for > userspace to configure vxlan device. This will allow us to remove > vxlan compat code from ovs vport-netdev.c in future. Do you mean creating the tunnel devices from user space? This would break existing users of the OVS Netlink interface. How do you want to prevent that?