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=nefKtGd1lTx7FGEQHTFoenGmZJG4TN1iB7Skq9dqYME=; b=jyS5wJAof7icuGGSK2AJFfh0g8mRP6Xsf+9/wAK7pZ9Ymh/TgLozxw+RfQhUxCKS1GUWZlp94iwRYZ3lM21o4xKSXOuL4t7eKDPONAqhda7T2af+RACrVCg9Wm8ncH+QrzzcG1VRmNybHdh5PrhTor8o++crVAzr6CP+A1BhsTE= From: Ido Schimmel Date: Wed, 27 Feb 2019 12:30:32 +0000 Message-ID: <20190227123030.GC13567@splinter> References: <20190227011427.16487-1-f.fainelli@gmail.com> <20190227011427.16487-5-f.fainelli@gmail.com> In-Reply-To: <20190227011427.16487-5-f.fainelli@gmail.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Bridge] [PATCH net-next v2 4/8] mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_ATTR_SET 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 Tue, Feb 26, 2019 at 05:14:23PM -0800, Florian Fainelli wrote: > Following patches will change the way we communicate setting a port's > attribute and use a notifier to perform those tasks. >=20 > Prepare mlxsw to support receiving notifier events targeting > SWITCHDEV_PORT_ATTR_SET and utilize the switchdev_handle_port_attr_set() > to handle stacking of devices. >=20 > Signed-off-by: Florian Fainelli Reviewed-by: Ido Schimmel