Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update SDPK version spdk.md #769

Merged
merged 4 commits into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/spdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ GPIO.
Build QEMU
----------

Use Oracle's QEMU d377d483f9 from https://github.com/oracle/qemu:
Use Oracle's QEMU vfio-user-p3.1 from https://github.com/oracle/qemu:

git clone https://github.com/oracle/qemu qemu-orcl
git clone https://github.com/oracle/qemu qemu-orcl --branch vfio-user-p3.1
cd qemu-orcl
git submodule update --init --recursive
./configure --enable-multiprocess
Expand All @@ -20,9 +20,9 @@ Use Oracle's QEMU d377d483f9 from https://github.com/oracle/qemu:
Build SPDK
----------

Use SPDK 72a5fa139:
Use SPDK v23.05:

git clone https://github.com/spdk/spdk
git clone https://github.com/spdk/spdk --branch v23.05
cd spdk
git submodule update --init --recursive
./configure --with-vfio-user
Expand All @@ -47,7 +47,7 @@ Start the Guest

Start the guest with e.g. 4 GB of RAM:

qemu-orcl/build/qemu-system-x86_64 ... \
qemu-orcl/build/qemu-system-x86_64 \
-m 4G -object memory-backend-file,id=mem0,size=4G,mem-path=/dev/hugepages,share=on,prealloc=yes -numa node,memdev=mem0 \
-device vfio-user-pci,socket=/var/run/cntrl

Expand Down