Re: [Libguestfs] [PATCH v4 13/24] nbd/server: Refactor handling of request payload

2023-06-16 Thread Vladimir Sementsov-Ogievskiy
On 08.06.23 21:29, Eric Blake wrote: On Thu, Jun 08, 2023 at 08:56:42AM -0500, Eric Blake wrote: Upcoming additions to support NBD 64-bit effect lengths allow for the possibility to distinguish between payload length (capped at 32M) and effect length (up to 63 bits). Without that extension, onl

Re: [Libguestfs] [PATCH v4 13/24] nbd/server: Refactor handling of request payload

2023-06-08 Thread Eric Blake
On Thu, Jun 08, 2023 at 08:56:42AM -0500, Eric Blake wrote: > Upcoming additions to support NBD 64-bit effect lengths allow for the > possibility to distinguish between payload length (capped at 32M) and > effect length (up to 63 bits). Without that extension, only the Technically, the NBD spec d