public inbox for [email protected]
 help / color / mirror / Atom feed
From: Jens Axboe <[email protected]>
To: [email protected], Pavel Begunkov <[email protected]>
Subject: Re: [PATCH v2 00/15] caching and SQ/CQ optimisations
Date: Thu, 24 Aug 2023 17:16:40 -0600	[thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>


On Thu, 24 Aug 2023 23:53:22 +0100, Pavel Begunkov wrote:
> Patch 1-5 optimise io_fill_cqe_req
> 
> Patch 6-7 combine iopoll and normal completion paths
> 
> Patch 8 inlines io_fill_cqe_req.
> 
> Patch 9 should improve CPU caching of SQ/CQ pointers
> 
> [...]

Applied, thanks!

[01/15] io_uring: improve cqe !tracing hot path
        commit: a0727c738309a06ef5579c1742f8f0def63aa883
[02/15] io_uring: cqe init hardening
        commit: 31d3ba924fd86add6d14f9085fdd2f4ec0879631
[03/15] io_uring: simplify big_cqe handling
        commit: b24c5d752962fa0970cd7e3d74b1cd0e843358de
[04/15] io_uring: refactor __io_get_cqe()
        commit: 20d6b633870495fda1d92d283ebf890d80f68ecd
[05/15] io_uring: optimise extra io_get_cqe null check
        commit: 59fbc409e71649f558fb4578cdbfac67acb824dc
[06/15] io_uring: reorder cqring_flush and wakeups
        commit: 54927baf6c195fb512ac38b26a041ca44edb2e29
[07/15] io_uring: merge iopoll and normal completion paths
        commit: ec26c225f06f5993f8891fa6c79fab3c92981181
[08/15] io_uring: force inline io_fill_cqe_req
        commit: 093a650b757210bc856ca7f5349fb5a4bb9d4bd6
[09/15] io_uring: compact SQ/CQ heads/tails
        commit: e5598d6ae62626d261b046a2f19347c38681ff51
[10/15] io_uring: add option to remove SQ indirection
        commit: 2af89abda7d9c2aeb573677e2c498ddb09f8058a
[11/15] io_uring: move non aligned field to the end
        commit: d7f06fea5d6be78403d42c9637f67bc883870094
[12/15] io_uring: banish non-hot data to end of io_ring_ctx
        commit: 18df385f42f0b3310ed2e4a3e39264bf5e784692
[13/15] io_uring: separate task_work/waiting cache line
        commit: c9def23dde5238184777340ad811e4903f216a2d
[14/15] io_uring: move multishot cqe cache in ctx
        commit: 0aa7aa5f766933d4f91b22d9658cd688e1f15dab
[15/15] io_uring: move iopoll ctx fields around
        commit: 644c4a7a721fb90356cdd42219c9928a3c386230

Best regards,
-- 
Jens Axboe




      parent reply	other threads:[~2023-08-24 23:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24 22:53 [PATCH v2 00/15] caching and SQ/CQ optimisations Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 01/15] io_uring: improve cqe !tracing hot path Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 02/15] io_uring: cqe init hardening Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 03/15] io_uring: simplify big_cqe handling Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 04/15] io_uring: refactor __io_get_cqe() Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 05/15] io_uring: optimise extra io_get_cqe null check Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 06/15] io_uring: reorder cqring_flush and wakeups Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 07/15] io_uring: merge iopoll and normal completion paths Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 08/15] io_uring: force inline io_fill_cqe_req Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 09/15] io_uring: compact SQ/CQ heads/tails Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 10/15] io_uring: add option to remove SQ indirection Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 11/15] io_uring: move non aligned field to the end Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 12/15] io_uring: banish non-hot data to end of io_ring_ctx Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 13/15] io_uring: separate task_work/waiting cache line Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 14/15] io_uring: move multishot cqe cache in ctx Pavel Begunkov
2023-08-24 22:53 ` [PATCH v2 15/15] io_uring: move iopoll ctx fields around Pavel Begunkov
2023-08-24 23:16 ` 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=169291900002.174878.9330956471857542766.b4-ty@kernel.dk \
    [email protected] \
    [email protected] \
    [email protected] \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox