Ethernet Bridge development
 help / color / mirror / Atom feed
* [Bridge] queing layer and bridge traffic .
@ 2010-04-07 10:04 ratheesh k
  2010-04-07 16:31 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: ratheesh k @ 2010-04-07 10:04 UTC (permalink / raw)
  To: bridge

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 ?

My question : Whether these functions are invloved in any brigde
function ( frames ) ?


Thanks,
Ratheesh

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Bridge] queing layer and bridge traffic .
  2010-04-07 10:04 [Bridge] queing layer and bridge traffic ratheesh k
@ 2010-04-07 16:31 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2010-04-07 16:31 UTC (permalink / raw)
  To: ratheesh k; +Cc: bridge

On Wed, 7 Apr 2010 15:34:08 +0530
ratheesh k <ratheesh.ksz@gmail.com> 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


-- 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-07 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-07 10:04 [Bridge] queing layer and bridge traffic ratheesh k
2010-04-07 16:31 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox