From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netronome-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=1clrz93YICumgnFLXBRE1bqurwnpYnatEWZiKqd/KFU=; b=qG5kxvZfjxt9Hy3zw57qPaHEVpKrIrG7LX3JvNc9Y5/+Ct4FoA72aep2bMTDSlIeHi O2tnv5FsGo1om8u93GW1R5p4+9mKjzlP9Z4ZVK2VgIcIpyA1lz/J4SgP/XQrcTgGygcV JYkF4bmimqYc3sjtngxVOmQfGLUBe/DUSExYYQzmTdDY0d3kOYUCDK2hGhSCxHC+rLR5 /rbwtpSTh5BoNEhUxtUdE/6EDzA9j4YgEgIvwGfeePyPY8VtJt9WOx6oiY9HH0zIzlcS 0siMBRYH3nCJ1BvGoLWd79m81yMVBMf1ygYqBPfC+ZUDEnqWLn1gz6yXulBCNk82FJPq p/xQ== Date: Mon, 4 Feb 2019 19:51:26 -0800 From: Jakub Kicinski Message-ID: <20190204195126.7749ebaa@cakuba.netronome.com> In-Reply-To: <20190204233633.20421-10-f.fainelli@gmail.com> References: <20190204233633.20421-1-f.fainelli@gmail.com> <20190204233633.20421-10-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH 09/12] netdevsim: Implement ndo_get_port_parent_id() List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Florian Fainelli Cc: Andrew Lunn , Alexandre Belloni , John Hurley , "open list:NETRONOME ETHERNET DRIVERS" , Eric Dumazet , Ioana Ciornei , Tyler Hicks , Ivan Vecera , David Ahern , Ioana Radulescu , "open list:MELLANOX MLX5 core VPI driver" , "moderated list:ETHERNET BRIDGE" , Amritha Nambiar , Saeed Mahameed , Dirk van der Merwe , Alexey Kuznetsov , Vivien Didelot , Alexander Duyck , "open list:STAGING SUBSYSTEM" , Daniel Borkmann , Nikolay Aleksandrov , Simon Horman , Roopa Prabhu , Satanand Burla , Ido Schimmel , Jiri Pirko , Kirill Tkhai , Edwin Peer , Michael Chan , Christian Brauner , Felix Manlunas , Leon Romanovsky , Nic Viljoen , Hideaki YOSHIFUJI , Greg Kroah-Hartman , Dmitry Torokhov , open list , Microchip Linux Driver Support , netdev@vger.kernel.org, Joe Perches , Derek Chickles , "David S. Miller" On Mon, 4 Feb 2019 15:36:30 -0800, Florian Fainelli wrote: > netdevsim only supports SWITCHDEV_ATTR_ID_PORT_PARENT_ID, which makes it a > great candidate to be converted to use the ndo_get_port_parent_id() NDO > instead of implementing switchdev_port_attr_get(). > > Signed-off-by: Florian Fainelli Acked-by: Jakub Kicinski