spu_create.2: Add kernel version numbers for SPU_CREATE_AFFINITY_SPU/_MEM

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-27 10:13:35 +01:00
parent 7be45add14
commit 42c7a19c5f
1 changed files with 4 additions and 2 deletions

View File

@ -138,7 +138,8 @@ contexts also requires the
.B SPU_CREATE_NOSCHED
flag.
.TP
.B SPU_CREATE_AFFINITY_SPU
.BR SPU_CREATE_AFFINITY_SPU " (since Linux 2.6.23)"
.\" commit 8e68e2f248332a9c3fd4f08258f488c209bd3e0c
Create a context with affinity to another SPU context.
This affinity information is used within the SPU scheduling algorithm.
Using this flag requires that a file descriptor referring to
@ -146,7 +147,8 @@ the other SPU context be passed in the
.I neighbor_fd
argument.
.TP
.B SPU_CREATE_AFFINITY_MEM
.BR SPU_CREATE_AFFINITY_MEM " (since Linux 2.6.23)"
.\" commit 8e68e2f248332a9c3fd4f08258f488c209bd3e0c
Create a context with affinity to system memory.
This affinity information
is used within the SPU scheduling algorithm.