virtcontainers: Make qdisc of hotplug nics mq#651
virtcontainers: Make qdisc of hotplug nics mq#651caoruidong wants to merge 2 commits intokata-containers:masterfrom
Conversation
This update of govmm vendor will make qdisc of hotplug nics mq, which is align
with cold plug ones. And this will provide better performance.
Shortlog:
0286ff9 qemu/qmp: support hotplug a nic whose qdisc is mq
8515ae4 qmp: Remind users that you must first call ExecuteQMPCapabilities()
Signed-off-by: Ruidong Cao <caoruidong@huawei.com>
In order to avoid performance drop caused by qdisc. And align with cold plug codes. Fixes kata-containers#650 Signed-off-by: Ruidong Cao <caoruidong@huawei.com>
|
Why not update govmm to latest I think this PR can merge with #649 , we don't need to update govmm twice in two different PR. |
|
PSS Measurement: Memory inside container: |
|
That will be fine. @woshijpf Will you take this change as part of your PR? |
Codecov Report
@@ Coverage Diff @@
## master #651 +/- ##
=========================================
Coverage ? 65.35%
=========================================
Files ? 85
Lines ? 9880
Branches ? 0
=========================================
Hits ? 6457
Misses ? 2766
Partials ? 657 |
|
Build failed (third-party-check pipeline) integration testing with
|
|
@caoruidong Ok,I will merge your change in kata-runtime into my PR #649 |
|
@woshijpf Thanks. Close this. |
In order to avoid performance drop caused by qdisc. And align with cold plug codes. Fixes kata-containers#650 cherry-pick from: kata-containers#651 Signed-off-by: j00444339 <jiangpengfei9@huawei.com>
…ch-bump # Kata Containers 1.9.0-alpha2
In order to avoid performance drop caused by qdisc. And align with
cold plug codes.
Fixes #650