Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vdpa/virtio: fix dirty logging stop #75

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

yajwu
Copy link
Collaborator

@yajwu yajwu commented Apr 24, 2024

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

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>
@kailiangz1 kailiangz1 merged commit bf60071 into Mellanox:main Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants