Skip to content

Commit fd97a83

Browse files
committed
Add linux.intelRdt.schemata to features.md
1 parent 87b3289 commit fd97a83

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

features-linux.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,15 @@ Irrelevant to the availability of SELinux on the host operating system.
201201
Irrelevant to the availability of Intel RDT on the host operating system.
202202

203203
* **`enabled`** (bool, OPTIONAL) represents whether the runtime supports Intel RDT.
204+
* **`schemata`** (bool, OPTIONAL) represents whether the
205+
(`schemata` field of `linux.intelRdt` in `config.json`)[config-linux.md#intelrdt] is supported.
204206

205207
### Example
206208

207209
```json
208210
"intelRdt": {
209-
"enabled": true
211+
"enabled": true,
212+
"schemata": true
210213
}
211214
```
212215

features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@ Here is a full example for reference.
337337
"enabled": true
338338
},
339339
"intelRdt": {
340-
"enabled": true
340+
"enabled": true,
341+
"schemata": true
341342
}
342343
},
343344
"annotations": {

0 commit comments

Comments
 (0)