Skip to content

Commit 77708a8

Browse files
committed
deploy: contest: add io-uring
io-uring is now used for ZC tests. Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 583cfa8 commit 77708a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deploy/contest/remote/worker-setup.sh

+7
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,10 @@ cp packetdrill ~/tools/fs/usr/bin/
244244

245245
# Net tests need pyroute2 (for OvS tests)
246246
sudo dnf install python3-pyroute2.noarch
247+
248+
# uring (needs ZC)
249+
git clone https://github.com/axboe/liburing/
250+
cd liburing
251+
./configure --prefix=/usr
252+
make -j
253+
sudo make install

0 commit comments

Comments
 (0)