On 11/29/24 6:34 AM, Pavel Begunkov wrote: > The first part of the series (Patches 1-11) implement kernel allocated > regions, which is the classical way SQ/CQ are created. It should be > straightforward with simple preparations patches and cleanups. The main > part is Patch 10, which internally implements kernel allocations, and > Patch 11 that implementing the mmap part and exposes it to reg-wait / > parameter region users. > > The rest (Patches 12-18) converts SQ, CQ and provided buffers rings > to regions, which carves a common path for all of them and removes > duplication. This is really nice, great unification of it all. And the diffstat tells that story too. -- Jens Axboe