mbox series

[liburing,0/7] test sends with huge pages

Message ID cover.1676941370.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series test sends with huge pages | expand

Message

Pavel Begunkov Feb. 21, 2023, 1:05 a.m. UTC
Add huge pages support for zc send benchmark and huge pages
tests in send-zerocopy.c.

Pavel Begunkov (7):
  tests/send: don't use a constant for page size
  send: improve buffer iteration
  send: test send with hugetlb
  examples/zc: add a hugetlb option
  test/send: don't use SO_ZEROCOPY if not available
  tests/send: improve error reporting
  tests/send: sends with offsets

 examples/send-zerocopy.c |  24 ++++++-
 test/send-zerocopy.c     | 133 +++++++++++++++++++++++++++------------
 2 files changed, 114 insertions(+), 43 deletions(-)

Comments

Jens Axboe Feb. 22, 2023, 4:54 p.m. UTC | #1
On Tue, 21 Feb 2023 01:05:51 +0000, Pavel Begunkov wrote:
> Add huge pages support for zc send benchmark and huge pages
> tests in send-zerocopy.c.
> 
> Pavel Begunkov (7):
>   tests/send: don't use a constant for page size
>   send: improve buffer iteration
>   send: test send with hugetlb
>   examples/zc: add a hugetlb option
>   test/send: don't use SO_ZEROCOPY if not available
>   tests/send: improve error reporting
>   tests/send: sends with offsets
> 
> [...]

Applied, thanks!

[1/7] tests/send: don't use a constant for page size
      (no commit info)
[2/7] send: improve buffer iteration
      (no commit info)
[3/7] send: test send with hugetlb
      (no commit info)
[4/7] examples/zc: add a hugetlb option
      (no commit info)
[5/7] test/send: don't use SO_ZEROCOPY if not available
      (no commit info)
[6/7] tests/send: improve error reporting
      (no commit info)
[7/7] tests/send: sends with offsets
      (no commit info)

Best regards,