On 5/7/26 19:03, Wesley Hershberger via Devel wrote:
The first part of this description is taken from the bug report: https://gitlab.com/libvirt/libvirt/-/work_items/875
Signed-off-by: Wesley Hershberger <wesley.hershberger@canonical.com> --- Wesley Hershberger (2): virnetdevbandwidth: Split virNetDevBandwidthClear into two helpers virnetdevbandwidth: Only clear qdisc for defined directions
src/util/virnetdevbandwidth.c | 70 +++++++++++++++++++++++++++++-------------- src/util/virnetdevbandwidth.h | 2 ++ 2 files changed, 49 insertions(+), 23 deletions(-) --- base-commit: 543280d8c8fe06526ce9871e7d25f46f6ee89017 change-id: 20260506-qdisc-clear-11a1f86407a2
Best regards,
I'm changing 1/2 so that functions are static and moving them a bit earlier so that virNetDevBandwidthSet from 2/2 can call them. And in 2/2 I'm fixing the virnetdevbandwidthtest. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> and merged. Michal