Skip to content

Commit

Permalink
probe: mtl.toml invaliv probe type
Browse files Browse the repository at this point in the history
error: invalid type 16error: key 'module' parsing error
probe module type is 10,which is treated hexally

Signed-off-by: Kwasowiec, Fabiola <[email protected]>
  • Loading branch information
fkwasowi committed Oct 13, 2022
1 parent 1f4a36e commit 3ee717e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/mtl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ count = 13
instance_count = "1"
domain_types = "0"
load_type = "0"
module_type = "10"
module_type = "0xA"
auto_start = "0"
sched_caps = [1, 0x00008000]

Expand All @@ -346,7 +346,7 @@ count = 13
instance_count = "15"
domain_types = "0"
load_type = "1"
module_type = "11"
module_type = "0xB"
auto_start = "0"
sched_caps = [1, 0x00008000]

Expand Down

0 comments on commit 3ee717e

Please sign in to comment.