Skip to content

Commit

Permalink
update softnpu version (#4227)
Browse files Browse the repository at this point in the history
This pulls in a new version of the `npuzone` tool from the softnpu repo
that automatically pulls the latest sidecar-lite code.
  • Loading branch information
rcgoodfellow authored Oct 10, 2023
1 parent d9d3953 commit 3e9f46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ci_download_softnpu_machinery
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OUT_DIR="out/npuzone"

# Pinned commit for softnpu ASIC simulator
SOFTNPU_REPO="softnpu"
SOFTNPU_COMMIT="41b3a67b3d44f51528816ff8e539b4001df48305"
SOFTNPU_COMMIT="eb27e6a00f1082c9faac7cf997e57d0609f7a309"

# This is the softnpu ASIC simulator
echo "fetching npuzone"
Expand Down
2 changes: 1 addition & 1 deletion tools/create_virtual_hardware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function ensure_simulated_links {
dladm create-simnet -t "net$I"
dladm create-simnet -t "sc${I}_0"
dladm modify-simnet -t -p "net$I" "sc${I}_0"
dladm set-linkprop -p mtu=1600 "sc${I}_0" # encap headroom
dladm set-linkprop -p mtu=9000 "sc${I}_0" # match emulated devices
fi
success "Simnet net$I/sc${I}_0 exists"
done
Expand Down

0 comments on commit 3e9f46c

Please sign in to comment.