|
Lines 24-30
Link Here
|
| 24 |
.\" |
24 |
.\" |
| 25 |
.\" $FreeBSD$ |
25 |
.\" $FreeBSD$ |
| 26 |
.\" |
26 |
.\" |
| 27 |
.Dd March 4, 2012 |
27 |
.Dd April 27, 2012 |
| 28 |
.Dt GELI 8 |
28 |
.Dt GELI 8 |
| 29 |
.Os |
29 |
.Os |
| 30 |
.Sh NAME |
30 |
.Sh NAME |
|
Lines 692-698
Link Here
|
| 692 |
Specifies how many kernel threads should be used for doing software |
692 |
Specifies how many kernel threads should be used for doing software |
| 693 |
cryptography. |
693 |
cryptography. |
| 694 |
Its purpose is to increase performance on SMP systems. |
694 |
Its purpose is to increase performance on SMP systems. |
| 695 |
If hardware acceleration is available, only one thread will be started. |
|
|
| 696 |
If set to 0, a CPU-pinned thread will be started for every active CPU. |
695 |
If set to 0, a CPU-pinned thread will be started for every active CPU. |
| 697 |
.It Va kern.geom.eli.batch : No 0 |
696 |
.It Va kern.geom.eli.batch : No 0 |
| 698 |
When set to 1, can speed-up crypto operations by using batching. |
697 |
When set to 1, can speed-up crypto operations by using batching. |