From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=Mellanox.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=IHnjX7Zu9JhmFCi1CiJcp4wiH8pXYYXHBrJn9ioQEzU=; b=iLxtpj78X8PxqlZALF6Ry/WAG4BH8FSR883I/vlxqMfOB0DcgzPr8/FCgoNlhgXQFRsqFQ6cQ4k83E05EqfiqkEUG6TUMDrui5fot4XJLmG4lRokPxq5FhRQJoUoFaYvpE3ad/VFMpkLq/8FOzk3gKjYc79BYXNCBcwD36+/VXQ= From: Ido Schimmel Date: Tue, 12 Feb 2019 12:19:51 +0000 Message-ID: <20190212121949.GA13138@splinter> References: <20190211191001.8623-1-f.fainelli@gmail.com> <20190211191001.8623-2-f.fainelli@gmail.com> In-Reply-To: <20190211191001.8623-2-f.fainelli@gmail.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: <14994EC13F27AD4B937AB755CEE199C3@eurprd05.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Bridge] [PATCH net-next v4 1/9] Documentation: networking: switchdev: Update port parent ID section List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Florian Fainelli Cc: "open list:STAGING SUBSYSTEM" , "andrew@lunn.ch" , "netdev@vger.kernel.org" , "moderated list:ETHERNET BRIDGE" , open list , "vivien.didelot@gmail.com" , Jiri Pirko , "David S. Miller" On Mon, Feb 11, 2019 at 11:09:53AM -0800, Florian Fainelli wrote: > Update the section about switchdev drivers having to implement a > switchdev_port_attr_get() function to return > SWITCHDEV_ATTR_ID_PORT_PARENT_ID since that is no longer valid after > commit bccb30254a4a ("net: Get rid of > SWITCHDEV_ATTR_ID_PORT_PARENT_ID"). >=20 > Fixes: bccb30254a4a ("net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID") > Acked-by: Jiri Pirko > Signed-off-by: Florian Fainelli Reviewed-by: Ido Schimmel