forked from DPDK/dpdk
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When live migration fail on destination, source qemu will send stop logging(by `set_features`) to dpdk, virtio vdpa driver is missing sending this stop logging to controller. Start another round LM, the repeated start logging will cause controller return error and dpdk stuck in retry admin queue command. Add log_started flag to save current logging state and send log stop to controller. RM: 3851825 Signed-off-by: Yajun Wu <yajunw@nvidia.com>
- Loading branch information
Showing
2 changed files
with
135 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters