[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <45827B60.4010809@tik.ee.ethz.ch>
Date: Fri, 15 Dec 2006 11:39:28 +0100
From: Rainer Baumann <baumann@....ee.ethz.ch>
To: Stephen Hemminger <shemminger@...l.org>, netdev@...R.KERNEL.ORG,
netem@...l.org
Subject: [PATCH 2.6.18 2/2] LARTC: trace control for netem: kernelspace
Trace Control for Netem: Emulate network properties such as long range dependency and self-similarity of cross-traffic.
kernel space:
The delay, drop, duplication and corruption values are readout in user space and sent to kernel space via configfs. The userspace process will "hang on write" until the kernel needs new data.
In order to have always packet action values ready to apply, there are two buffers that hold these values. Packet action values can be read from one buffer and the other buffer can be refilled with new values simultaneously. The synchronization of "need more delay values" and "return from write" is done with the use of wait queues.
Having applied the delay value to a packet, the packet gets processed by the original netem functions.
Signed-off-by: Rainer Baumann <baumann@....ee.ethz.ch>
---
Patch for linux kernel 2.6.18.13: http://tcn.hypert.net/tcn_kernel_configfs.patch
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists