axboe / liburing

Library providing helpers for the Linux kernel io_uring support
MIT License
2.89k stars 407 forks source link

[GIT PULL] minor kdigest follow-ups #1255

Closed ddiss closed 1 month ago

ddiss commented 1 month ago

A couple of minor follow-ups for the kdigest example and one test/bind-listen buflen fix.


git request-pull output:

The following changes since commit 352c8ab127e1924d64fbbd2bf337c06d1c1abd03:

  examples/kdigest: misc updates and improvements (2024-10-01 16:44:35 -0600)

are available in the Git repository at:

  https://github.com/ddiss/liburing.git kdigest_follow_ups

for you to fetch changes up to 33de51d36c3e78dfea2a93abf27dc4f2809f43b6:

  examples/kdigest: print whether bundled sends were used (2024-10-03 03:00:09 +0000)

----------------------------------------------------------------
David Disseldorp (3):
      test/bind-listen: fix incorrect io_uring_prep_recv buflen
      examples/kdigest: reuse I/O buffer for hash result
      examples/kdigest: print whether bundled sends were used

 examples/kdigest.c | 15 ++++++++-------
 test/bind-listen.c |  2 +-
 2 files changed, 9 insertions(+), 8 deletions(-)