On Mon, Apr 4, 2022 at 12:37 PM Christoph Hellwig <hch@xxxxxx> wrote: > > On Fri, Apr 01, 2022 at 04:33:09PM +0530, Kanchan Joshi wrote: > > Add IORING_SETUP_CQE32 flag to allow setting up ring with big-cqe which > > is 32 bytes in size. Also modify uring-cmd completion infra to accept > > additional result and fill that up in big-cqe. > > This should probably be patch 2 in the series. Yes, indeed. Thought (for the next version) is placing this immediately after big-sqe. And make uring-cmd infrastructure to be on the top.