From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=1pTMpOorH4LXisVDsXChy+V+9uhVQ+gNlcIaEeOCwgw=; b=PN0n7YiIgzdEzWTu+Hn+Zg1BVFbf8oa8DRCmTAwLnsS/hNSCj7BW9S5xB97H2O0AMc cZv2dH7j3sdKeolAH9wQUkAtIthofsXJVmyKUQer3a4tRlxQ7Mv06d1DRsNWX4PlOT5j gj6elyDDBkh0ongrV/OMYJFxmY/riLEenq1ukRLXN36IUCt6Edbuvu02k3Wz1zDII8kJ ROiEBPoddxtJ+LTak9vMOz5fJAFwgPalbrUZ1hRk2eEE7VA+aFOVWWyE9lkH8SjcmZp5 depv9ZvyeSQYnkFCZZX7ugVebi5PQBlIfLwhFgpJLdiJaQNgW9sesCGtjE5Tc/zZhrJH hHNA== Date: Tue, 20 Jul 2021 11:45:20 +0300 From: Vladimir Oltean Message-ID: <20210720084520.4t7sfshyzeuw4ba3@skbuf> References: <20210718214434.3938850-1-vladimir.oltean@nxp.com> <20210718214434.3938850-10-vladimir.oltean@nxp.com> <20210720075354.u57sju7bvn5o3ses@soft-dev3-1.localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210720075354.u57sju7bvn5o3ses@soft-dev3-1.localhost> Subject: Re: [Bridge] [PATCH v4 net-next 09/15] net: bridge: switchdev: let drivers inform which bridge ports are offloaded List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Horatiu Vultur Cc: Andrew Lunn , Alexandre Belloni , Vladimir Oltean , Ido Schimmel , Ioana Ciornei , UNGLinuxDriver@microchip.com, Marek Behun , Florian Fainelli , Steen Hegelund , bridge@lists.linux-foundation.org, Nikolay Aleksandrov , Roopa Prabhu , Jakub Kicinski , Vivien Didelot , Grygorii Strashko , Jiri Pirko , Vadym Kochan , DENG Qingfang , Claudiu Manoil , Lars Povlsen , netdev@vger.kernel.org, "David S. Miller" , Taras Chornyi , Tobias Waldekranz Hi Horatiu, On Tue, Jul 20, 2021 at 09:53:54AM +0200, Horatiu Vultur wrote: > Tested-by: Horatiu Vultur # ocelot-switch Thanks for testing. Next time could you please trim the quoted portion to maybe just the commit message? I spent around 30 seconds scrolling down, half expecting there to be an inline comment on a line of code or something.