On Mon, 12 Aug 2024 09:36:24 +0800, Ming Lei wrote: > ublk zoned takes 16 bytes in each request pdu just for handling REPORT_ZONE > operation, this way does waste memory since request pdu is allocated > statically. > > Store the transient zone report data into one global xarray, and remove > it after the report zone request is completed. This way is reasonable > since report zone is run in slow code path. > > [...] Applied, thanks! [1/1] ublk: move zone report data out of request pdu commit: 9327b51c9a9c864f5177127e09851da9d78b4943 Best regards, -- Jens Axboe