Skip to content

Commit

Permalink
Update APFs number (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
palade authored Apr 17, 2024
1 parent 5cc9ef6 commit 5510057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipu-plugin/pkg/ipuplugin/lifecycleservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ if [ -e rh_mvp.pkg ]; then
ln -s /etc/dpcp/package/rh_mvp.pkg /etc/dpcp/package/default_pkg.pkg
sed -i 's/sem_num_pages = 1;/sem_num_pages = 25;/g' $CP_INIT_CFG
sed -i 's/pf_mac_address = "00:00:00:00:03:14";/pf_mac_address = "%s";/g' $CP_INIT_CFG
sed -i 's/acc_apf = 4;/acc_apf = 19;/g' $CP_INIT_CFG
sed -i 's/acc_apf = 4;/acc_apf = 8;/g' $CP_INIT_CFG
sed -i 's/comm_vports = ((\[5,0\],\[4,0\]));/comm_vports = ((\[5,0\],\[4,0\]),(\[0,3\],\[4,2\]));/g' $CP_INIT_CFG
else
echo "No custom package found. Continuing with default package"
Expand Down

0 comments on commit 5510057

Please sign in to comment.