Re: loaded router, excessive getnstimeofday in oprofile

From: David Miller
Date: Wed Aug 27 2008 - 18:18:42 EST


From: Andi Kleen <andi@xxxxxxxxxxxxxx>
Date: Wed, 27 Aug 2008 18:27:35 +0200

> > Those banks really want to crank down on latency - to the point they
> > start disabling interrupt coalescing. I bet they'd toss anything out
> > they could to shave another microsecond.
>
> This change would actually likely lower their latency.

They want the timestamps, but they want it to match when the packet
arrived at their system as closely as is reasonably possible.

Socket based solutions don't do that, because we can be sleeping on
GFP_KERNEL memory or similar with the socket locked, and thus not
be able to set the timestamp until the task wakes up and processes
the backlog.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/