On Mon, 25 Apr 2022 11:25:18 -0700, Stefan Roesch wrote: > This adds the large CQE support for io-uring. Large CQE's are 16 bytes longer. > To support the longer CQE's the allocation part is changed and when the CQE is > accessed. > > The allocation of the large CQE's is twice as big, so the allocation size is > doubled. The ring size calculation needs to take this into account. > > [...] Applied, thanks! [01/12] io_uring: support CQE32 in io_uring_cqe commit: fd5bd0a6ce17d29a41a05e1a90e0bf9589afcc61 [02/12] io_uring: wire up inline completion path for CQE32 commit: f867ab4b4ff36109c62e2babcbbfb28937409d3a [03/12] io_uring: change ring size calculation for CQE32 commit: 279480550322febcceeecc3ca655fb04f3783c43 [04/12] io_uring: add CQE32 setup processing commit: 823d4b0ba7cd3c3fa3c3f2578517cf6ec1cbd932 [05/12] io_uring: add CQE32 completion processing commit: e9ba19e1015db1f874d15b3cc6d96a4b0420e647 [06/12] io_uring: modify io_get_cqe for CQE32 commit: e2caab09ddfc573fd89fa77a5963577f6c7331d8 [07/12] io_uring: flush completions for CQE32 commit: 0f5ddaf0afb7ca17d645ddba4ad866ce845028a3 [08/12] io_uring: overflow processing for CQE32 commit: e440146360bac2740298c46e1d26802a8006d18f [09/12] io_uring: add tracing for additional CQE32 fields commit: 0db691c0a5959c1e412d9237449c56b345777e57 [10/12] io_uring: support CQE32 in /proc info commit: 3b5a857e9998e18d970496b8989cd73c8214bb57 [11/12] io_uring: enable CQE32 commit: 3b27f0e387239593c3074f8f9bcefea05b25ab7e [12/12] io_uring: support CQE32 for nop operation commit: c5eb9a698f2a082cdfbfdc0b32ed8d855bc6040e Best regards, -- Jens Axboe