Re: [PATCH v4 2/9] bloblist: check bloblist with specified buffer size

2024-01-10 Thread Ilias Apalodimas
Hi Raymond I think my r-b tag got lost across versions On Wed, 3 Jan 2024 at 00:13, Raymond Mao wrote: > > Instead of expecting the bloblist total size to be the same as the > pre-allocated buffer size, practically we are more interested in > whether the pre-allocated buffer size is bigger than

[PATCH v4 2/9] bloblist: check bloblist with specified buffer size

2024-01-02 Thread Raymond Mao
Instead of expecting the bloblist total size to be the same as the pre-allocated buffer size, practically we are more interested in whether the pre-allocated buffer size is bigger than the bloblist total size. Signed-off-by: Raymond Mao --- Changes in v2 - New patch file created for v2. Changes i