Skip to content

Commit

Permalink
Merge branch 'v9_0'
Browse files Browse the repository at this point in the history
  • Loading branch information
abower-amd committed Oct 9, 2024
2 parents 7891fc3 + 1eabb82 commit ff54d00
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
9 changes: 8 additions & 1 deletion doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
tcpdirect-9.0.0
tcpdirect-9.0.1
---------------

Placeholder for hypothetical update to tcpdirect-9.0.0.



tcpdirect-9.0.0.21
------------------

See corresponding Onload changelog for changes in OS support.

ON-1440: use new public control plane API
Expand Down
5 changes: 5 additions & 0 deletions doc/ReleaseNotes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
This is not a supported release version of TCPDirect
====================================================



TCPDirect-9.0.0
===============

Expand Down
6 changes: 3 additions & 3 deletions scripts/zf_mkdist
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ copy_files_to_tmpdir() {


grab_artifacts_from_tmpdir() {
tmpdir="${zf_tmpdir}/build/artifacts"
artifact_tmpdir="${zf_tmpdir}/build/artifacts"
local_dir="${top_dir}/build/artifacts"
mkdir -p "${local_dir}"
tar cz -C "${tmpdir}" . | tar zx -C "${local_dir}"
tar cz -C "${artifact_tmpdir}" . | tar zx -C "${local_dir}"
}

make_release_package() {
Expand Down Expand Up @@ -198,7 +198,7 @@ if $shim && [ -z "$onload_tarball" ]; then
usage;
fi

tmpdir=$(mktemp -d)
declare -r tmpdir=$(mktemp -d)
onload_tmpdir="${tmpdir}/onload"
zf_tmpdir="${tmpdir}/zf"
trap cleanup EXIT
Expand Down

0 comments on commit ff54d00

Please sign in to comment.