-
Notifications
You must be signed in to change notification settings - Fork 243
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
qcontainer.py: add new support to the parameter #3785
Conversation
After installing the first commit, here 's result: add some params in cfg: output in log: |
306aa6b
to
e7ea4e2
Compare
2eec422
to
5594759
Compare
After the second commit: add some params in cfg: output in log: if add the following parameters at the cfg: the output in log is as the following: |
@luckyh @zhencliu @YongxueHong @qingwangrh @aliang123 @XueqiangWei |
{noformat}
(1/4) Host_RHEL.m9.u4.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.4.0.x86_64.io-github-autotest-qemu.block_iothread_test.with_legacy: STARTED |
06c658d
to
258c963
Compare
99d11d9
to
dd6ae2d
Compare
(1/1) Host_RHEL.m9.u4.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.4.0.x86_64.io-github-autotest-qemu.block_iothread_test.roundrobin_vq_mapping.q35: STARTED The patch has been updated and case testing is pass. |
493c7d8
to
841118c
Compare
@qingwangrh @aliang123 @hellohellenmao Please take a look, thanks! |
Hello @qingwangrh @aliang123 @hellohellenmao, please take a check, thanks! |
add QIOThreadVQbus. Signed-off-by: Houqi (Nick) Zuo <[email protected]>
Add new support to the parameters: iothread_vqs_mapping. Signed-off-by: Houqi (Nick) Zuo <[email protected]>
@YongxueHong Please check again, thanks! |
For iothread_scheme=multipeerroundrobin:5 For iothread_scheme=full |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the latest comment, the patch meet all the requirement from my side, ack it.
@nickzhq please check the disk number > iothread number in multipeerroundrobin scheme . |
Add new support to the parameter: iothread_scheme. Signed-off-by: Houqi (Nick) Zuo <[email protected]>
Add new support to the parameter: iothread_scheme. Signed-off-by: Houqi (Nick) Zuo <[email protected]>
implement the iothread scheme. Signed-off-by: Houqi (Nick) Zuo <[email protected]>
Code have been updated! Please test again, thanks! @qingwangrh |
Pass test LGTM |
Thanks all, let's merge it. |
qdevices.py: add new support to the parameter
Add new support to the parameter: iothread_vqs_mapping.