How do you overcome the 512KB size limitation for prp user buffer in Lambda-IO? Because I noticed the result output size is nr_sector * 4096 for the LIO_READ, and for write, you're only passing the output metadata and writing the result in the storage, not sending the output to the user.
How do you overcome the 512KB size limitation for prp user buffer in Lambda-IO? Because I noticed the result output size is nr_sector * 4096 for the LIO_READ, and for write, you're only passing the output metadata and writing the result in the storage, not sending the output to the user.