[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 4/4] tests/qtest/migration: add postcopy test with multifd
From: |
Prasad Pandit |
Subject: |
Re: [PATCH v3 4/4] tests/qtest/migration: add postcopy test with multifd |
Date: |
Sat, 25 Jan 2025 17:45:39 +0530 |
On Fri, 24 Jan 2025 at 22:39, Peter Xu <peterx@redhat.com> wrote:
> > > # /x86_64/migration/multifd/tcp/tls/psk/match
> > > # /x86_64/migration/multifd/tcp/plain/zstd
> > > # /x86_64/migration/multifd/tcp/plain/cancel
> Since multifd doesn't work with postcopy phase, compression so far cannot
> happen in postcopy phase but only in precopy phase.
* Right.
> So the tests I suggested was trying to make sure multifd major features (in
> this case, tls, compression, and cancellation) work like before even if we
> set postcopy-ram=on in the feature list, because after your changes merged,
> people may start always set postcopy-ram=on for all cases.
* Ie. we set 'postcopy-ram=true' for above precopy tests?
Thank you.
---
- Prasad
- [PATCH v3 0/4] Allow to enable multifd and postcopy migration together, Prasad Pandit, 2025/01/21
- [PATCH v3 1/4] migration/multifd: move macros to multifd header, Prasad Pandit, 2025/01/21
- [PATCH v3 2/4] migration: refactor ram_save_target_page functions, Prasad Pandit, 2025/01/21
- [PATCH v3 4/4] tests/qtest/migration: add postcopy test with multifd, Prasad Pandit, 2025/01/21
- Re: [PATCH v3 4/4] tests/qtest/migration: add postcopy test with multifd, Peter Xu, 2025/01/21
- Re: [PATCH v3 4/4] tests/qtest/migration: add postcopy test with multifd, Prasad Pandit, 2025/01/22
- Re: [PATCH v3 4/4] tests/qtest/migration: add postcopy test with multifd, Peter Xu, 2025/01/22
- Re: [PATCH v3 4/4] tests/qtest/migration: add postcopy test with multifd, Prasad Pandit, 2025/01/23
- Re: [PATCH v3 4/4] tests/qtest/migration: add postcopy test with multifd, Prasad Pandit, 2025/01/24
- Re: [PATCH v3 4/4] tests/qtest/migration: add postcopy test with multifd, Peter Xu, 2025/01/24
- Re: [PATCH v3 4/4] tests/qtest/migration: add postcopy test with multifd,
Prasad Pandit <=
[PATCH v3 3/4] migration: enable multifd and postcopy together, Prasad Pandit, 2025/01/21
Re: [PATCH v3 0/4] Allow to enable multifd and postcopy migration together, Peter Xu, 2025/01/21