All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: kernel-team@fb.com, shr@fb.com, io-uring@vger.kernel.org
Subject: Re: [PATCH v2 0/6] liburing: add support for large CQE sizes
Date: Wed, 20 Apr 2022 16:45:59 -0600	[thread overview]
Message-ID: <165049475914.553406.15886198699125357825.b4-ty@kernel.dk> (raw)
In-Reply-To: <20220420191524.2906409-1-shr@fb.com>

On Wed, 20 Apr 2022 12:15:18 -0700, Stefan Roesch wrote:
> This adds support for large CQE sizes in the liburing layer. The large CQE
> sizes double the size compared to the default CQE size.
> 
> To support larger CQE sizes the mmap call needs to be modified to map a larger
> memory region for large CQE's. For default CQE's the size of the mapping stays
> the same.
> Also the ring size calculation needs to change.
> 
> [...]

Applied, thanks!

[1/6] liburing: Update io_uring.h with large CQE kernel changes
      commit: 80222605fa597ee72c3d89f9a7d59c6c24d5153a
[2/6] liburing: increase mmap size for large CQE's
      commit: b2f684deb583070ca0693ba630f98c166f977662
[3/6] liburing: return correct ring size for large CQE's
      commit: b4595bf204f5abbae94449f9f693d26e38bb67c1
[4/6] liburing: index large CQE's correctly
      commit: 5950be3737d71c67c4784bad0fa73801b82cada2
[5/6] liburing: add large CQE tests to nop test
      commit: b0d2bbcb0ed13347a4156000d6a5816247694ffc
[6/6] liburing: Test all configurations with NOP test
      commit: 0281392aa21209a97b7024f4fca26b717ad213c3

Best regards,
-- 
Jens Axboe



      parent reply	other threads:[~2022-04-20 22:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20 19:15 [PATCH v2 0/6] liburing: add support for large CQE sizes Stefan Roesch
2022-04-20 19:15 ` [PATCH v2 1/6] liburing: Update io_uring.h with large CQE kernel changes Stefan Roesch
2022-04-20 19:15 ` [PATCH v2 2/6] liburing: increase mmap size for large CQE's Stefan Roesch
2022-04-20 19:15 ` [PATCH v2 3/6] liburing: return correct ring " Stefan Roesch
2022-04-20 19:15 ` [PATCH v2 4/6] liburing: index large CQE's correctly Stefan Roesch
2022-04-20 19:15 ` [PATCH v2 5/6] liburing: add large CQE tests to nop test Stefan Roesch
2022-04-20 19:15 ` [PATCH v2 6/6] liburing: Test all configurations with NOP test Stefan Roesch
2022-04-20 22:45 ` Jens Axboe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=165049475914.553406.15886198699125357825.b4-ty@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=io-uring@vger.kernel.org \
    --cc=kernel-team@fb.com \
    --cc=shr@fb.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.