Re: [PATCH v1 2/2] Sample mtty: Add migration capability to mtty module

2020-05-29 Thread Alex Williamson
On Mon, 4 May 2020 23:24:20 +0530 Kirti Wankhede wrote: > This patch makes mtty device migration capable. Purpose od this code is > to test migration interface. Only stop-and-copy phase is implemented. > Postcopy migration is not supported. > > Actual data for mtty device migration is very

Re: [PATCH v1 2/2] Sample mtty: Add migration capability to mtty module

2020-05-07 Thread Yan Zhao
On Thu, May 07, 2020 at 11:19:40AM +0530, Kirti Wankhede wrote: > > > On 5/7/2020 6:31 AM, Yan Zhao wrote: > > On Tue, May 05, 2020 at 01:54:20AM +0800, Kirti Wankhede wrote: > > > This patch makes mtty device migration capable. Purpose od this code is > > > to test migration interface. Only

Re: [PATCH v1 2/2] Sample mtty: Add migration capability to mtty module

2020-05-07 Thread Dr. David Alan Gilbert
* Kirti Wankhede (kwankh...@nvidia.com) wrote: > This patch makes mtty device migration capable. Purpose od this code is > to test migration interface. Only stop-and-copy phase is implemented. > Postcopy migration is not supported. > > Actual data for mtty device migration is very less. Appended

Re: [PATCH v1 2/2] Sample mtty: Add migration capability to mtty module

2020-05-06 Thread Kirti Wankhede
On 5/7/2020 6:31 AM, Yan Zhao wrote: On Tue, May 05, 2020 at 01:54:20AM +0800, Kirti Wankhede wrote: This patch makes mtty device migration capable. Purpose od this code is to test migration interface. Only stop-and-copy phase is implemented. Postcopy migration is not supported. Actual data

Re: [PATCH v1 2/2] Sample mtty: Add migration capability to mtty module

2020-05-06 Thread Yan Zhao
On Tue, May 05, 2020 at 01:54:20AM +0800, Kirti Wankhede wrote: > This patch makes mtty device migration capable. Purpose od this code is > to test migration interface. Only stop-and-copy phase is implemented. > Postcopy migration is not supported. > > Actual data for mtty device migration is

[PATCH v1 2/2] Sample mtty: Add migration capability to mtty module

2020-05-04 Thread Kirti Wankhede
This patch makes mtty device migration capable. Purpose od this code is to test migration interface. Only stop-and-copy phase is implemented. Postcopy migration is not supported. Actual data for mtty device migration is very less. Appended dummy data to migration data stream, default 100 Mbytes.