|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Packet flow in bridging
Hi,
If you are speaking about standard linux bridge, then - as far as I know
- there is no queue other than the standard netdevice rx and tx queues
in xen's network backend netdevices. Ultimately, all that bridge does is
hijack the packet from the rx stack of the ingress "port" (netdevice)
and place it the appropriate egress device's tx queue.
On the other hand, it's been more than 4 years since I deeply studied
the bridge module. Things may have changed since then, so the
information might be outdated.
Cheers,
Radu
On Sat, 2009-07-11 at 11:50 +0530, Fasiha Ashraf wrote:
> Hi there,
>
> How bridging is implemented and being emulated. Is there some queue
> to emulate this virtual bridge? If yes then what are the chances of
> this queue being overflowed?
>
> Regards,
> Fasiha Ashraf
>
>
> ______________________________________________________________________
> See the Web's breaking stories, chosen by people like you. Check out
> Yahoo! Buzz.
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|