aboutsummaryrefslogtreecommitdiff
path: root/test/send_recv.c
AgeCommit message (Expand)Author
2022-04-22test: use unique portsDylan Yudaken
2022-04-04remove double castsnick black
2021-12-23test: remove dead codeJens Axboe
2021-09-15test/send_recv: Use proper cast for (struct sockaddr *) argumentAmmar Faizi
2021-07-15test/send_recv: drop mutex on thread creation failureJens Axboe
2021-02-24test: use ring creation helpers where appropriateJens Axboe
2020-09-08test/send_recv: exit properly if SQPOLL_NONFIXED isn't availableJens Axboe
2020-09-06test/send_recv: test non-registered SQPOLL files if availableJens Axboe
2020-06-30test: various missing return checks from io_uring_wait_cqe()Jens Axboe
2020-06-10test/send_recv: add SQPOLL test caseJens Axboe
2020-05-19test: add potential argument, ignore if unusedJens Axboe
2020-02-14test: Handle NULL sqe and cqe in testsGuillem Jover
2020-02-14test: Unify queue init failed error messageGuillem Jover
2020-02-14test: Skip tests where the kernel lacks supportGuillem Jover
2020-02-11Add SPDX license identifiersJens Axboe
2020-02-01test/send_recv: use stderr for errorsJens Axboe
2020-02-02test: add test for send_recvCarter Li