From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ido Schimmel Subject: Re: [PATCH net-next v4 12/12] net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID Date: Wed, 6 Feb 2019 19:10:09 +0000 Message-ID: <20190206191001.GB14340@splinter> References: <20190206174546.23597-1-f.fainelli@gmail.com> <20190206174546.23597-13-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190206174546.23597-13-f.fainelli@gmail.com> Content-Language: en-US Content-ID: <45077B349C70DE4D981148D775C01A65@eurprd05.prod.outlook.com> Sender: netdev-owner@vger.kernel.org To: Florian Fainelli Cc: "netdev@vger.kernel.org" , "David S. Miller" , open list , "open list:MELLANOX MLX5 core VPI driver" , "open list:NETRONOME ETHERNET DRIVERS" , "open list:STAGING SUBSYSTEM" , "moderated list:ETHERNET BRIDGE" List-Id: linux-rdma@vger.kernel.org On Wed, Feb 06, 2019 at 09:45:46AM -0800, Florian Fainelli wrote: > Now that we have a dedicated NDO for getting a port's parent ID, get rid > of SWITCHDEV_ATTR_ID_PORT_PARENT_ID and convert all callers to use the > NDO exclusively. This is a preliminary change to getting rid of > switchdev_ops eventually. >=20 > Signed-off-by: Florian Fainelli Reviewed-by: Ido Schimmel