[PATCH v3 5/5] nvme: add vectored-io support for uring-cmd

Christoph Hellwig hch at lst.de
Tue May 3 13:56:31 PDT 2022


> +	union {
> +		__u32	data_len; /* for non-vectored io */
> +		__u32	vec_cnt; /* for vectored io */
> +	};

Nothing ever uses vec_cnt, so I don't think there is any point in adding
this union.

The rest looks good to me:

Reviewed-by: Christoph Hellwig <hch at lst.de>



More information about the Linux-nvme mailing list