Skip to content

Commit

Permalink
zcrx: add unit test
Browse files Browse the repository at this point in the history
Tests for registration and a basic recv test. No zero copy is actually
happening but it does test the copy fallback.

Signed-off-by: Pavel Begunkov <[email protected]>
Signed-off-by: David Wei <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
spikeh authored and axboe committed Feb 18, 2025
1 parent d7ec4ce commit 30bd7ba
Show file tree
Hide file tree
Showing 2 changed files with 919 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ test_srcs := \
wakeup-hang.c \
wq-aff.c \
xattr.c \
zcrx.c \
# EOL

# Please keep this list sorted alphabetically.
Expand Down
Loading

0 comments on commit 30bd7ba

Please sign in to comment.