Re: [PATCH] vfio/migration: Improve to read/write full migration region per chunk

2021-11-25 Thread Cornelia Huck
On Thu, Nov 11 2021, Yishai Hadas wrote: > Upon reading/writing the migration data there is no real reason to limit > the read/write system call from the file to be 8 bytes. > > In addition, there is no reason to depend on the file offset alignment. > The offset is just some logical value which

Re: [PATCH] vfio/migration: Improve to read/write full migration region per chunk

2021-11-22 Thread Alex Williamson
On Mon, 22 Nov 2021 09:40:56 +0200 Yishai Hadas wrote: > Gentle ping for review, CCing more people who may be involved. I'll wait for comments from others, but since we're already in the 6.2 freeze and vfio migration is still experimental (and I'm on PTO this week), I expect this to be queued

Re: [PATCH] vfio/migration: Improve to read/write full migration region per chunk

2021-11-22 Thread Yishai Hadas
Gentle ping for review, CCing more people who may be involved. Thanks, Yishai On 11/11/2021 11:50 AM, Yishai Hadas wrote: Upon reading/writing the migration data there is no real reason to limit the read/write system call from the file to be 8 bytes. In addition, there is no reason to depend

[PATCH] vfio/migration: Improve to read/write full migration region per chunk

2021-11-11 Thread Yishai Hadas
Upon reading/writing the migration data there is no real reason to limit the read/write system call from the file to be 8 bytes. In addition, there is no reason to depend on the file offset alignment. The offset is just some logical value which depends also on the region index and has nothing to