Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2008-08-22 12:46:11
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2008-08-22 12:46:11
On Fri, Aug 22, 2008 at 05:18:41AM -0700, David Miller wrote:
Netem is trying to create packet reordering by requeueing (which is logically like a head insert) instead of enqueueing (which is logically like a tail insert).
Why does it use requeue when tfifo's enqueue will insert this at the front of the queue anyway based on time_to_send anyway? Perhaps it's trying to force reordering when the user replaces tfifo with some other qidsc? But that doesn't make sense since netem relies on tfifo to implement all the other features such as delay and jitter. So how about 1) Change netem_graft to disallow the replacement of tfifo; 2) Simply use enqueue instead of requeue in netem_enqueue? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} [off-list ref] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt