Skip to content

Commit f56b4a3

Browse files
committed
schema/config-linux: add CFS bandwidth burst
Signed-off-by: Kailun Qin <kailun.qin@intel.com>
1 parent a8e2cc7 commit f56b4a3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

schema/config-linux.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@
110110
"quota": {
111111
"$ref": "defs.json#/definitions/int64"
112112
},
113+
"burst": {
114+
"$ref": "defs.json#/definitions/uint64"
115+
},
113116
"realtimePeriod": {
114117
"$ref": "defs.json#/definitions/uint64"
115118
},

schema/test/config/good/spec-example.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
"cpu": {
275275
"shares": 1024,
276276
"quota": 1000000,
277+
"quota": 1000000,
277278
"period": 500000,
278279
"realtimeRuntime": 950000,
279280
"realtimePeriod": 1000000,

0 commit comments

Comments
 (0)