mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.2 networking, NET_BH latency
@ 2002-12-10 15:31 Stelian Pop
  2002-12-10 15:46 ` James Morris
  2002-12-10 21:02 ` David S. Miller
  0 siblings, 2 replies; 8+ messages in thread
From: Stelian Pop @ 2002-12-10 15:31 UTC (permalink / raw)
  To: Linux Kernel Mailing List

[ 
  I posted this on lkml two weeks ago, and got no responses. 
  Am I asking something too trivial or nobody knows the answers ? :-)
  
  Thanks.
]

Hi,

I experience some odd behaviour when routing some network packets
on a 2.2(.18) kernel (with Ingo's low latency patch in case it 
matters).

Although there are probably bugs in the modifications we made
(a network card driver, some tweaks in the network core to deal
with several packet priorities etc), I'm not sure the behaviour
is directly due to a bug in our modifications or some synchronisation
issue we overlooked.

So, the network driver receives a packet, pushes it to the upper
layers (netif_rx), the packet does all its job in the network
layers (in the NET_BH bottom-half), it gets routed to another 
interface, and get send.

The problem is that the time of the treatment (measured as time
between the moments when the packet enters the box and exits it)
_always_ exceeds HZ (in fact it is between 1*HZ and 2*HZ). 

Is this normal ? 

Is this related to the scheduling of NET_BH ? In this case, is it
possible to schedule the bottom-half more often ?

It should be noted that, each time a packet is received by the
network card, the driver wakes up a process waiting in ioctl(), 
making it eligible. Could this have any influence on the above ?

In order to respect some minimum timing requirements, we took the
approach of increasing HZ. Since the net latency (at least in our
case) is directly related to the value of the tick, it works. But
maybe there is a better solution.

Thanks,

Stelian.
-- 
Stelian Pop <stelian.pop@fr.alcove.com>
Alcove - http://www.alcove.com

^ permalink raw reply	[flat|nested] 8+ messages in thread
* 2.2 networking, NET_BH latency
@ 2002-11-23 11:42 Stelian Pop
  0 siblings, 0 replies; 8+ messages in thread
From: Stelian Pop @ 2002-11-23 11:42 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Hi,

I experience some odd behaviour when routing some network packets
on a 2.2(.18) kernel (with Ingo's low latency patch in case it 
matters).

Although there are probably bugs in the modifications we made
(a network card driver, some tweaks in the network core to deal
with several packet priorities etc), I'm not sure the behaviour
is directly due to a bug in our modifications or some synchronisation
issue we overlooked.

So, the network driver receives a packet, pushes it to the upper
layers (netif_rx), the packet does all its job in the network
layers (in the NET_BH bottom-half), it gets routed to another 
interface, and get send.

The problem is that the time of the treatment (measured as time
between the moments when the packet enters the box and exits it)
_always_ exceeds HZ (in fact it is between 1*HZ and 2*HZ). 

Is this normal ? 

Is this related to the scheduling of NET_BH ? In this case, is it
possible to schedule the bottom-half more often ?

It should be noted that, each time a packet is received by the
network card, the driver wakes up a process waiting in ioctl(), 
making it eligible. Could this have any influence on the above ?

In order to respect some minimum timing requirements, we took the
approach of increasing HZ. Since the net latency (at least in our
case) is directly related to the value of the tick, it works. But
maybe there is a better solution.

Thanks,

Stelian.
-- 
Stelian Pop <stelian.pop@fr.alcove.com>
Alcove - http://www.alcove.com

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

end of thread, other threads:[~2002-12-10 20:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-10 15:31 2.2 networking, NET_BH latency Stelian Pop
2002-12-10 15:46 ` James Morris
2002-12-10 15:56   ` Stelian Pop
2002-12-10 15:57     ` James Morris
2002-12-10 16:01       ` Stelian Pop
2002-12-10 21:02 ` David S. Miller
2002-12-10 20:42   ` Stelian Pop
  -- strict thread matches above, loose matches on Subject: below --
2002-11-23 11:42 Stelian Pop

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

all inboxes | Powered by JetHome®