Alan Cox
e3b19536fb
Revise the direct or optimized case to use uiomove_fromphys() by the reader
...
instead of ephemeral mappings using pmap_qenter() by the writer. The
writer is still, however, responsible for wiring the pages, just not
mapping them. Consequently, the allocation of KVA for the direct case is
unnecessary. Remove it and the sysctls limiting it, i.e.,
kern.ipc.maxpipekvawired and kern.ipc.amountpipekvawired. The number
of temporarily wired pages is still, however, limited by
kern.ipc.maxpipekva.
Note: On platforms lacking a direct virtual-to-physical mapping,
uiomove_fromphys() uses sf_bufs to cache ephemeral mappings. Thus,
the number of available sf_bufs can influence the performance of pipes
on platforms such i386. Surprisingly, I saw the greatest gain from this
change on such a machine: lmbench's pipe bandwidth result increased from
~1050MB/s to ~1850MB/s on my 2.4GHz, 400MHz FSB P4 Xeon.
2004-03-27 19:50:23 +00:00
..
2003-09-10 21:37:10 +00:00
2004-02-04 21:52:57 +00:00
2003-06-11 00:56:59 +00:00
2003-06-11 00:56:59 +00:00
2004-03-18 16:33:05 +00:00
2004-02-04 21:52:57 +00:00
2003-06-11 00:56:59 +00:00
2003-06-11 00:56:59 +00:00
2004-02-29 16:56:54 +00:00
2004-03-27 14:34:17 +00:00
2004-03-04 09:47:09 +00:00
2004-02-22 00:33:12 +00:00
2003-10-25 16:10:41 +00:00
2004-02-28 22:01:19 +00:00
2004-03-12 19:06:18 +00:00
2004-03-11 14:11:02 +00:00
2003-11-09 20:31:04 +00:00
2004-02-26 00:27:04 +00:00
2003-06-11 00:56:59 +00:00
2004-02-20 04:00:48 +00:00
2004-03-14 02:06:28 +00:00
2004-03-18 18:15:58 +00:00
2004-03-14 02:06:28 +00:00
2004-02-05 21:01:37 +00:00
2004-03-05 22:42:17 +00:00
2004-03-15 12:10:34 +00:00
2004-03-21 09:22:38 +00:00
2003-06-11 00:56:59 +00:00
2003-09-10 01:09:32 +00:00
2004-02-26 19:30:22 +00:00
2004-02-26 00:27:04 +00:00
2004-01-06 04:34:13 +00:00
2003-06-11 00:56:59 +00:00
2004-02-22 00:33:12 +00:00
2004-01-27 15:59:38 +00:00
2003-10-21 18:28:36 +00:00
2003-06-11 00:56:59 +00:00
2003-07-16 01:00:39 +00:00
2004-01-28 22:11:53 +00:00
2004-03-14 15:23:05 +00:00
2003-11-15 09:28:09 +00:00
2004-01-25 03:54:52 +00:00
2004-03-17 13:19:43 +00:00
2004-01-23 21:07:52 +00:00
2004-02-11 18:04:13 +00:00
2003-06-11 00:56:59 +00:00
2004-01-25 03:54:52 +00:00
2004-03-05 22:39:53 +00:00
2004-02-04 08:43:21 +00:00
2004-02-02 08:13:27 +00:00
2004-02-27 16:13:44 +00:00
2004-03-12 19:06:18 +00:00
2003-06-11 00:56:59 +00:00
2004-03-16 06:53:03 +00:00
2004-03-04 14:14:23 +00:00
2004-03-27 14:30:43 +00:00
2004-03-21 09:22:38 +00:00
2003-10-26 02:19:00 +00:00
2003-12-07 20:03:28 +00:00
2004-03-27 14:32:03 +00:00
2004-01-22 13:34:11 +00:00
2003-09-13 17:12:22 +00:00
2003-09-13 18:46:24 +00:00
2003-08-11 07:14:08 +00:00
2003-08-11 07:14:08 +00:00
2003-09-20 17:39:32 +00:00
2003-03-05 19:24:24 +00:00
2003-03-05 19:24:24 +00:00
2003-12-23 03:50:43 +00:00
2003-06-11 00:56:59 +00:00
2003-07-22 10:36:36 +00:00
2003-06-11 06:34:30 +00:00
2003-06-11 06:34:30 +00:00
2004-03-05 19:27:04 +00:00
2004-03-27 18:21:24 +00:00
2004-02-22 00:33:12 +00:00
2003-07-22 10:36:36 +00:00
2003-08-12 23:24:05 +00:00
2004-03-24 16:49:37 +00:00
2003-07-22 10:36:36 +00:00
2003-06-11 00:56:59 +00:00
2004-02-21 21:10:55 +00:00
2003-10-18 17:27:10 +00:00
2003-06-11 00:56:59 +00:00
2003-07-02 16:01:38 +00:00
2003-10-16 09:16:28 +00:00
2004-02-21 21:10:55 +00:00
2003-12-07 21:53:41 +00:00
2003-12-27 07:52:47 +00:00
2003-06-11 00:56:59 +00:00
2003-06-11 00:56:59 +00:00
2003-09-05 11:12:00 +00:00
2004-03-27 19:50:23 +00:00
2003-06-11 00:56:59 +00:00
2004-01-02 18:24:13 +00:00
2004-02-19 05:29:39 +00:00
2004-03-12 21:45:33 +00:00
2003-06-11 00:56:59 +00:00
2003-06-11 00:56:59 +00:00
2004-02-17 10:21:03 +00:00
2003-06-11 00:56:59 +00:00
2004-03-16 18:56:22 +00:00
2004-03-27 18:21:24 +00:00
2004-02-19 22:03:52 +00:00
2004-03-13 22:31:39 +00:00
2004-03-12 19:05:46 +00:00
2004-03-23 00:32:27 +00:00
2004-03-13 05:58:57 +00:00
2004-03-27 19:50:23 +00:00
2004-03-24 23:35:04 +00:00
2003-06-18 18:16:40 +00:00
2004-03-27 14:34:17 +00:00
2004-03-27 14:30:43 +00:00
2003-06-11 00:56:59 +00:00
2003-11-07 04:47:14 +00:00
2004-03-17 09:37:13 +00:00
2004-02-05 18:00:35 +00:00
2003-06-11 00:56:59 +00:00
2003-06-11 00:56:59 +00:00
2004-02-21 21:10:55 +00:00
2004-02-21 21:10:55 +00:00
2003-07-22 10:36:36 +00:00
2004-02-21 21:10:55 +00:00
2004-02-21 20:41:11 +00:00
2003-06-11 00:56:59 +00:00
2004-03-17 23:25:04 +00:00
2003-09-02 20:59:23 +00:00
2003-06-11 21:23:04 +00:00
2004-01-02 17:27:39 +00:00
2004-02-05 08:29:27 +00:00
2003-06-11 00:56:59 +00:00
2004-02-03 05:08:32 +00:00
2004-03-22 10:17:40 +00:00
2004-03-22 10:17:40 +00:00
2004-03-01 03:14:23 +00:00
2004-03-16 19:04:28 +00:00
2004-03-01 03:14:23 +00:00
2004-02-22 00:33:12 +00:00
2004-03-14 02:06:28 +00:00
2004-03-12 12:02:12 +00:00
2003-10-05 07:13:50 +00:00
2003-11-12 08:01:40 +00:00
2003-11-05 04:30:08 +00:00
2003-07-26 07:23:24 +00:00
2004-03-16 10:46:42 +00:00
2004-02-15 17:27:33 +00:00
2003-06-11 00:56:59 +00:00
2004-03-27 08:39:28 +00:00
2004-03-11 18:02:36 +00:00
2004-03-16 10:46:42 +00:00
2004-03-13 02:56:27 +00:00
2003-07-28 18:53:29 +00:00