Re: [Netem] [Fwd: [PATCH 2.6.18 0/2] LARTC: trace control for netem]

2007-02-14 Thread Rainer Baumann
Stephen Hemminger wrote: > On Wed, 07 Feb 2007 19:36:22 +0100 > Rainer Baumann <[EMAIL PROTECTED]> wrote: > > >> Hi Stephen >> >> I just wanted to ask you, if you already had time to test our trace >> extension for netem as discussed on th

[Fwd: [Netem] [PATCH 2.6.18 0/2] LARTC: trace control for netem]

2007-02-07 Thread Rainer Baumann
Hi Stephen I just wanted to ask you, if you already had time to test our trace extension for netem as discussed on the 13th of December. Cheers Rainer Rainer Baumann wrote: > Hi Stephen > > As discussed yesterday, here our patches to integrate trace control into netem > > > &

TCN im Kern

2007-01-20 Thread Rainer Baumann
Hi Stephen In the last two weeks i've got 13 request, in which release the trace extension TCN for netem will be included. Did you already found time to integrate it? Cheers Rainer - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED]

[Fwd: [Netem] [PATCH 2.6.18 0/2] LARTC: trace control for netem]

2007-01-14 Thread Rainer Baumann
Hi Stephen I just wanted to ask you, if you already had time to test our trace extension for netem as discussed on the 13th of December. Cheers Rainer Rainer Baumann wrote: > Hi Stephen > > As discussed yesterday, here our patches to integrate trace control into netem > > > &

[Fwd: [Netem] [PATCH 2.6.18 0/2] LARTC: trace control for netem]

2006-12-29 Thread Rainer Baumann
Hi Stephen I just wanted to ask you, if you already had time to test our trace extension for netem as discussed on the 13th of December. Cheers Rainer Rainer Baumann wrote: > Hi Stephen > > As discussed yesterday, here our patches to integrate trace control into netem > > > &

[PATCH 2.6.18 2/2] LARTC: trace control for netem: kernelspace

2006-12-15 Thread Rainer Baumann
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 <[EMAIL PROTECTED]> --- Patch for linux kern

[PATCH 2.6.18 0/2] LARTC: trace control for netem

2006-12-15 Thread Rainer Baumann
Hi Stephen As discussed yesterday, here our patches to integrate trace control into netem Trace Control for Netem: Emulate network properties such as long range dependency and self-similarity of cross-traffic. A new option (trace) has been added to the netem command. If the trace option is u

[PATCH 2.6.18 1/2] LARTC: trace control for netem: userspace

2006-12-15 Thread Rainer Baumann
flowseedprocess terminates himself. Signed-off-by: Rainer Baumann <[EMAIL PROTECTED]> --- Patch for iproute2-2.6.16-060323: http://tcn.hypert.net/tcn_iproute2.patch - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More m

Re: [PATCH 2.6.17.13 2/2] LARTC: trace control for netem: kernelspace

2006-12-09 Thread Rainer Baumann
Hi Stephens I just wanted to ask you if everything went right with TCN and we will find it in 2.6.20 as you wrote two months ago. Cheers Rainer Stephen Hemminger wrote: > On Tue, 26 Sep 2006 22:17:57 +0200 > Rainer Baumann <[EMAIL PROTECTED]> wrote: > > >> Hi Steph

Re: [PATCH 2.6.17.13 2/2] LARTC: trace control for netem: kernelspace

2006-09-26 Thread Rainer Baumann
ten useful to simulate networks when > diff --git a/net/sched/sch_netem.c b/net/sched/sch_netem.c > index 45939ba..521b9e3 100644 > --- a/net/sched/sch_netem.c > +++ b/net/sched/sch_netem.c > @@ -11,6 +11,9 @@ > * > * Authors: Stephen Hemminger <[EMAIL PROTECTED]> &g

[PATCH 2.6.17.13 1/2] LARTC: trace control for netem: userspace

2006-09-23 Thread Rainer Baumann
flowseedprocess terminates himself. Signed-off-by: Rainer Baumann <[EMAIL PROTECTED]> --- Patch for iproute2-2.6.16-060323: http://tcn.hypert.net/tcn_iproute2.patch - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More m

[PATCH 2.6.17.13 2/2] LARTC: trace control for netem: kernelspace

2006-09-23 Thread Rainer Baumann
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 <[EMAIL PROTECTED]> --- Patch for linux kern

[PATCH 2.6.17.13 0/2] LARTC: trace control for netem

2006-09-23 Thread Rainer Baumann
Trace Control for Netem: Emulate network properties such as long range dependency and self-similarity of cross-traffic. A new option (trace) has been added to the netem command. If the trace option is used, the values for packet delay etc. are read from a pregenerated trace file, afterwards the

[PATCH 2.6.16.19 1/2] LARTC: trace control for netem: userspace

2006-09-21 Thread Rainer Baumann
flowseedprocess terminates himself. Signed-off-by: Rainer Baumann <[EMAIL PROTECTED]> --- Patch for iproute2-2.6.16-060323: http://tcn.hypert.net/tcn_iproute2.patch - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More m

[PATCH 2.6.16.19 2/2] LARTC: trace control for netem: kernelspace

2006-09-21 Thread Rainer Baumann
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 <[EMAIL PROTECTED]> --- Patch for linux ker

[PATCH 2.6.16.19 0/2] LARTC: trace control for netem

2006-09-21 Thread Rainer Baumann
Trace Control for Netem: Emulate network properties such as long range dependency and self-similarity of cross-traffic. A new option (trace) has been added to the netem command. If the trace option is used, the values for packet delay etc. are read from a pregenerated trace file, afterwards the

[PATCH 2.6.16.19 2/2] LARTC: trace control for netem: kernelspace

2006-08-22 Thread Rainer Baumann
switched to the other buffer and a SIGCONT signal is sent in order to receive new packet action values. Having applied the delay value to a packet, the packet gets processed by the original netem functions. Signed-off-by: Rainer Baumann <[EMAIL PROTECTED]> --- Patch for linux kernel 2.6.16.19

[PATCH 2.6.16.19 1/2] LARTC: trace control for netem: userspace

2006-08-22 Thread Rainer Baumann
netem kernel module. If the kernel receives packet delay data from a not registered PID, the Process will be killed. The flowseedprocess does not send data to the kernel until the registration is completed. Signed-off-by: Rainer Baumann <[EMAIL PROTECTED]> --- Patch for iproute2-2.6.16-060323

[PATCH 2.6.16.19 0/2] LARTC: trace control for netem

2006-08-22 Thread Rainer Baumann
Original Message Subject:Re: [PATCH 2.6.16.19 0/2] LARTC: trace control for netem Date: Wed, 2 Aug 2006 11:19:21 -0700 From: Stephen Hemminger <[EMAIL PROTECTED]> To: Rainer Baumann <[EMAIL PROTECTED]> CC: netdev@VGER.KERNEL.ORG, [EMAIL PROTECTED

Re: [PATCH 2.6.16.19 0/2] LARTC: trace control for netem

2006-08-02 Thread Rainer Baumann
Thanx for your feedback! We will try to fix this. Rainer Stephen Hemminger wrote: > On Wed, 02 Aug 2006 19:21:27 +0200 > Rainer Baumann <[EMAIL PROTECTED]> wrote: > > >> Hi, >> >> We developed an extension to the network emulator netem, that provid

[PATCH 2.6.16.19 1/2] LARTC: trace control for netem: userspace

2006-08-02 Thread Rainer Baumann
netem kernel module. If the kernel receives packet delay data from a not registered PID, the Process will be killed. The flowseedprocess does not send data to the kernel until the registration is completed. Signed-off-by: Rainer Baumann <[EMAIL PROTECTED]> --- Patch for iproute2-2.6.16-060323

[PATCH 2.6.16.19 0/2] LARTC: trace control for netem

2006-08-02 Thread Rainer Baumann
Hi, We developed an extension to the network emulator netem, that provides emulation of long term network properties such as long-range dependence and self-similarity of cross-traffic. It is not possible to emulate these properties with the statistical tables for the packet delay values used by t

[PATCH 2.6.16.19 2/2] LARTC: trace control for netem: kernelspace

2006-08-02 Thread Rainer Baumann
switched to the other buffer and a SIGCONT signal is sent in order to receive new packet action values. Having applied the delay value to a packet, the packet gets processed by the original netem functions. Signed-off-by: Rainer Baumann <[EMAIL PROTECTED]> --- Patch for linux kernel 2.6.16.19