From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 7 Apr 2010 09:31:07 -0700 From: Stephen Hemminger Message-ID: <20100407093107.7edac11c@nehalam> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] queing layer and bridge traffic . List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ratheesh k Cc: bridge@lists.linux-foundation.org On Wed, 7 Apr 2010 15:34:08 +0530 ratheesh k wrote: > Hi , > > I know that netif_receive_skb() and dev_queue_xmit() are enty and > exit function queing layer of linux ip stack . I believe these > functions are called only for ip packets ( not for frames ) . Am i > right here ? These work at Ethernet packet level. Not at IP level. > My question : Whether these functions are invloved in any brigde > function ( frames ) ? Reading the code is best. Bridging is invoked in netif_receive_skb by the hook function. > Thanks, > Ratheesh > _______________________________________________ > Bridge mailing list > Bridge@lists.linux-foundation.org > https://lists.linux-foundation.org/mailman/listinfo/bridge --