Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 5952262

Browse files
Change sai config to use bfrt instead of pd
Signed-off-by: Nadiya.Stetskovych <nstetskovych@barefootnetworks.com>
1 parent a087a2e commit 5952262

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

device/barefoot/x86_64-accton_wedge100bf_32x-r0/montara/switch-sai.conf

+6-7
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@
2020
"instance": 0,
2121
"path": "switch",
2222
"program-name": "switch",
23-
"pd": "lib/tofinopd/switch/libpd.so",
24-
"pd-thrift": "lib/tofinopd/switch/libpdthrift.so",
25-
"table-config": "share/tofinopd/switch/context.json",
26-
"tofino-bin": "share/tofinopd/switch/tofino.bin",
27-
"switchapi": "lib/libswitchapi.so",
23+
"table-config": "share/tofinopd/switch/pipe/context.json",
24+
"tofino-bin": "share/tofinopd/switch/pipe/tofino.bin",
2825
"switchsai": "lib/libswitchsai.so",
2926
"agent0": "lib/platform/x86_64-accton_wedge100bf_32x-r0/libpltfm_mgr.so",
30-
"switchapi_port_add": false,
31-
"non_default_port_ppgs": 5
27+
"bfrt-config" : "share/tofinopd/switch/bf-rt.json",
28+
"model_json_path" : "share/switch/aug_model.json",
29+
"switchapi_port_add": false,
30+
"non_default_port_ppgs": 5
3231
}
3332
]
3433
}

0 commit comments

Comments
 (0)