All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bridge] Real time issues when using a bridge
@ 2010-10-12 14:31 Jean-Michel Hautbois
  2010-10-12 17:10 ` Stephen Hemminger
  0 siblings, 1 reply; 4+ messages in thread
From: Jean-Michel Hautbois @ 2010-10-12 14:31 UTC (permalink / raw)
  To: bridge

[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]

Hi there !

I am facing a jitter issue that I will try to explain :
I have the following configuration :

(A) eth0 <--> br0 <--> eth1 (B)

I have a small and custom kernel (I removed netfilter, for instance) and I
am measuring the time between A and B (using hardware taps, etc.).
My bandwidth is quite small (each packet is about 200 bytes and there is a
delay of 10ms between each packet).
I am measuring both the latency and the jitter (max_latency - min_latency)
and this one is quite large.

I added ftrace option, and after some (long) investigations, I am currently
limiting my study to the bridge part.

When I trace only br_handle_frame and br_forward_finish and do my test on
6500 frames I have :
- average latency of 39µs
- minimum latency of 34 µs
- maximum latency of 81µs

Thus, my jitter is 47µs.
This may seem low, but this is about two to three times what I expect and I
cannot see why a bridge which is only forwarding a frame would have jitter ?
If you have any idea, everything is interesting for me.
I thought maybe to skb_clone ?

Best Regards,
JM

[-- Attachment #2: Type: text/html, Size: 1175 bytes --]

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

end of thread, other threads:[~2010-10-13  6:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-12 14:31 [Bridge] Real time issues when using a bridge Jean-Michel Hautbois
2010-10-12 17:10 ` Stephen Hemminger
2010-10-13  6:40   ` Jean-Michel Hautbois
2010-10-13  6:44     ` Jean-Michel Hautbois

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.