On Mon, Mar 14, 2022 at 06:36:17PM +0530, Kanchan Joshi wrote: > > And I'm also really worried about only supporting fixed buffers. Fixed > > buffers are a really nice benchmarketing feature, but without supporting > > arbitrary buffers this is rather useless in real life. > > Sorry, I did not get your point on arbitrary buffers. > The goal has been to match/surpass io_uring's block-io peak perf, so > pre-mapped buffers had to be added. I'm completely interesting in adding code to the nvme driver that is just intended for benchmarketing. The fixed buffers are nice for benchmarking and a very small number of real use cases (e.g. fixed size database log), but for this feature to be generally useful for the real world we'll need to support arbitrary user memory.