Re: [RFC] netem: correlated loss generation (v3)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Stephen Hemminger
Date: Wednesday, May 19, 2010 - 5:17 pm

On Thu, 20 May 2010 01:04:33 +0200
Hagen Paul Pfeifer <hagen@jauu.net> wrote:


The old model was useful, but it really didn't do correlated loss.
For legacy, the old syntax will go through the same code and generate
the same result.

iproute2 syntax is not finalized but, plan is simplified version of
the NetemCLG paper.

tc qdisc change dev eth0 root netem 
      loss 2 10                              # compat syntax
      loss random 2 10                       # same as above
      loss deterministic file                # loss model based on bitmap
      loss state p13 [p31 [p32 [p23 [p14]]]] # 4 state 
      loss model  p [r [1-h [1-k]]]          # gilbert elliot model

Any suggestions for better syntax are appreciated.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC] netem: correlated loss generation (v3), Stephen Hemminger, (Mon May 17, 8:56 pm)
Re: [RFC] netem: correlated loss generation (v3), Eric Dumazet, (Mon May 17, 10:19 pm)
Re: [RFC] netem: correlated loss generation (v3), Hagen Paul Pfeifer, (Wed May 19, 2:42 pm)
Re: [RFC] netem: correlated loss generation (v3), Stefano Salsano, (Wed May 19, 3:52 pm)
Re: [RFC] netem: correlated loss generation (v3), Hagen Paul Pfeifer, (Wed May 19, 4:04 pm)
Re: [RFC] netem: correlated loss generation (v3), Stephen Hemminger, (Wed May 19, 5:17 pm)
Re: [RFC] netem: correlated loss generation (v3), Stefano Salsano, (Wed May 19, 5:22 pm)
Re: [RFC] netem: correlated loss generation (v3), Hagen Paul Pfeifer, (Wed May 19, 5:43 pm)