Re: The disappearing sys_call_table export.

From: Arjan van de Ven (arjanv@redhat.com)
Date: Mon May 05 2003 - 04:38:10 EST


On Mon, May 05, 2003 at 11:33:36AM +0200, Terje Eggestad wrote:
> 1. performance is everything.
> 2. We're making a MPI library, and as such we don't have any control
> with the application.
> 3a. The various hardware for cluster interconnect all work with DMA.
> 3b. the performance loss from copying from a receive area to the
> userspace buffer is unacceptable.
> 3c. It's therefore necessary for HW to access user pages.
> 4. In order to to 3, the user pages must be pinned down.

see how AIO does this, and O_DIRECT, and rawio.

They all have the same requirement and manage to cope.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed May 07 2003 - 22:00:21 EST