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=oV7+2Us5MX0jWcHBUmnmyOktFkmTrCCo80oKhp9NNxU=; b=v26y3mWmNFUlQM7cQD4LfRUiHlgjDN5On3xrZ5/WqEU6rqxf+VqDJNQRdpAq1lW/sFxGnNfbCxs2lbuqEyfD6yNeaMeHuwxDuBPNm3KLylT02vSLqeViqst3Q7QKuaMW7jk0wad5329sFhAjaImPLheWHp9QfcFDkUvgY24XDgk= From: Ido Schimmel Date: Wed, 27 Feb 2019 20:18:37 +0000 Message-ID: <20190227201834.GC7022@splinter> References: <20190227194432.725-1-f.fainelli@gmail.com> In-Reply-To: <20190227194432.725-1-f.fainelli@gmail.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: <79D9B29DFDC8E74EB688890A300AC9A3@eurprd05.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Bridge] [PATCH net-next v3 0/8] net: Remove switchdev_ops 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 Wed, Feb 27, 2019 at 11:44:24AM -0800, Florian Fainelli wrote: > Hi all, >=20 > This patch series completes the removal of the switchdev_ops by > converting switchdev_port_attr_set() to use either the blocking > (process) or non-blocking (atomic) notifier since we typically need to > deal with both depending on where in the bridge code we get called from. >=20 > This was tested with the forwarding selftests and DSA hardware. I ran some basic tests and nothing exploded :) Thanks, Florian!