mbox series

[liburing,0/6] improve zeoropy testing

Message ID cover.1659622771.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series improve zeoropy testing | expand

Message

Pavel Begunkov Aug. 4, 2022, 2:20 p.m. UTC
Add test cases for TCP and for short sends.

Pavel Begunkov (6):
  test/zc: improve error messages
  tests/zc: test tcp
  test/zc: allocate buffers dynamically
  test/zc: handle short rx
  test/zc: recv asynchronously
  test/zc: test short zc send

 test/send-zerocopy.c | 161 ++++++++++++++++++++++++++++++++++---------
 1 file changed, 127 insertions(+), 34 deletions(-)

Comments

Jens Axboe Aug. 4, 2022, 10:22 p.m. UTC | #1
On Thu, 4 Aug 2022 15:20:19 +0100, Pavel Begunkov wrote:
> Add test cases for TCP and for short sends.
> 
> Pavel Begunkov (6):
>   test/zc: improve error messages
>   tests/zc: test tcp
>   test/zc: allocate buffers dynamically
>   test/zc: handle short rx
>   test/zc: recv asynchronously
>   test/zc: test short zc send
> 
> [...]

Applied, thanks!

[1/6] test/zc: improve error messages
      (no commit info)
[2/6] tests/zc: test tcp
      (no commit info)
[3/6] test/zc: allocate buffers dynamically
      (no commit info)
[4/6] test/zc: handle short rx
      (no commit info)
[5/6] test/zc: recv asynchronously
      (no commit info)
[6/6] test/zc: test short zc send
      (no commit info)

Best regards,