689f7d2c43
Why I did it Enable Test sai api on bfn container with a lightweight container(saiserver). How I did it enable saiserver container on barefoot platform. add docker-saiserver-bfn.mk for building saiserver container in platform/barefoot/docker-saiserver-bfn, add necessary files that needs in saiserver container How to verify it Tested on Intel platform ec9516 Signed-off-by: richardyu-ms <richard.yu@microsoft.com> Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
11 lines
243 B
Bash
Executable File
11 lines
243 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# Same method from platform/barefoot/docker-syncd-bfn/start.sh
|
|
#
|
|
. /opt/bfn/install/bin/dma_setup.sh
|
|
# . /opt/bfn/install/bin/bf_kdrv_mod_load /opt/bfn/install
|
|
|
|
|
|
supervisorctl start rsyslogd
|
|
supervisorctl start saiserver
|