[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090415.164142.193730680.davem@davemloft.net>
Date: Wed, 15 Apr 2009 16:41:42 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: alexandre.sidorenko@...com
Cc: shemminger@...tta.com, jarkao2@...il.com, netdev@...r.kernel.org
Subject: Re: An inconsistency/bug in ingress netem timestamps
From: Alex Sidorenko <alexandre.sidorenko@...com>
Date: Wed, 15 Apr 2009 17:00:59 -0400
> the timestamps change depending on whether there are any ptype_all handlers
> registered. Just starting tcpdump changes the behaviour, this probably
> means 'inconsistent' ?
It changes whether there is a "timestamp user" and packet sniffers are
currently defined as such as user.
The argument is whether the overhead of making this type of use
a "timestamp user" is warranted or not.
Turning on timestamps is heavily optimized like this because taking
the timestamp on every packet is extremely expensive, especially
on large classes of x86 systems.
Therefore if we make changes here, they have to have a very specific
and limited scope in order to avoid turning this expensive operation
on when it's not really necessary.
--
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