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

2006-12-13 Thread Stephen Hemminger
On Sat, 09 Dec 2006 10:17:55 +0100 Rainer Baumann <[EMAIL PROTECTED]> wrote: > 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:5

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 Stephens >> >> We merged your cha

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

2006-09-26 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 26 Sep 2006 13:45:31 -0700 > I'll test it out, and send off to Dave for 2.6.20, 2.6.19 is so in > flux right now that adding more seems not like a good idea. I'm willing to accept anything reasonable until approximately this weekend. - To uns

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

2006-09-26 Thread Stephen Hemminger
On Tue, 26 Sep 2006 22:17:57 +0200 Rainer Baumann <[EMAIL PROTECTED]> wrote: > Hi Stephens > > We merged your changes into our patch > http://tcn.hypert.net/tcn_kernel_2_6_18.patch > Please let us know if we should do further adoptions to our > implementation and/or resubmit the adapted patch. >

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

2006-09-26 Thread Rainer Baumann
Hi Stephens We merged your changes into our patch http://tcn.hypert.net/tcn_kernel_2_6_18.patch Please let us know if we should do further adoptions to our implementation and/or resubmit the adapted patch. Cheers+thanx, Rainer Stephen Hemminger wrote: > Some changes: > > 1. need to select CONFIG

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

2006-09-25 Thread Stephen Hemminger
Some changes: 1. need to select CONFIGFS into configuration 2. don't add declarations after code. 3. use unsigned not int for counters and mask. 4. don't return a structure (ie pkt_delay) 5. use enum for magic values 6. don't use GFP_ATOMIC unless you have to 7. check error values on configfs_init

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

2006-09-23 Thread Rainer Baumann
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" un