From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=zba7ivloW/GmHx9EVsC3PwYK2hWj1LO+rp/YmCsR4vw=; b=hYVqEEnCOvi66n624n6Bjs0jk8 +XYjr6Sn1yEbi/Wn3v5nbe8KLCfXUzu/oLf2JE1ZAhGLDr/L4mSL5BdgOUucYEwwoCB3upLz/vzK4 Krhrq5b74Y7mG81yq1sWrhkqOW+1IMuN5irm1YrKsb47MB86ToE5S41LBJ+M340mLIPs=; Date: Mon, 26 Jul 2021 16:08:10 +0200 From: Andrew Lunn Message-ID: References: <20210721162403.1988814-1-vladimir.oltean@nxp.com> <20210721162403.1988814-6-vladimir.oltean@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Bridge] [PATCH v6 net-next 5/7] 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: Naresh Kamboju Cc: Alexandre Belloni , Vladimir Oltean , Ido Schimmel , Ioana Ciornei , Horatiu Vultur , Marek Behun , Florian Fainelli , Steen Hegelund , bridge@lists.linux-foundation.org, Linux-Next Mailing List , Nikolay Aleksandrov , Roopa Prabhu , Jakub Kicinski , Vivien Didelot , Grygorii Strashko , Jiri Pirko , Stephen Rothwell , Vadym Kochan , DENG Qingfang , Claudiu Manoil , Lars Povlsen , Netdev , UNGLinuxDriver@microchip.com, Taras Chornyi , "David S. Miller" , Tobias Waldekranz On Mon, Jul 26, 2021 at 07:21:20PM +0530, Naresh Kamboju wrote: > On Wed, 21 Jul 2021 at 21:56, Vladimir Oltean wrote: > > > > On reception of an skb, the bridge checks if it was marked as 'already > > forwarded in hardware' (checks if skb->offload_fwd_mark == 1), and if it > > is, it assigns the source hardware domain of that skb based on the > > hardware domain of the ingress port. Then during forwarding, it enforces > > that the egress port must have a different hardware domain than the > > ingress one (this is done in nbp_switchdev_allowed_egress). > [Please ignore if it is already reported] > > Following build error noticed on Linux next 20210723 tag > with omap2plus_defconfig on arm architecture. Hi Naresh Please trim emails when replying. It is really annoying to have to page down and down and down to find your part in the email, and you always wonder if you accidentally jumped over something when paging down at speed. Andrew