[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] Misc fixes for throttle
From: |
zhenwei pi |
Subject: |
[PATCH 0/5] Misc fixes for throttle |
Date: |
Sun, 25 Jun 2023 16:56:26 +0800 |
Hi,
v1:
- introduce enum ThrottleTimerType instead of timers[0], timer[1]...
- support read-only and write-only for throttle
- adapt related test codes
- cryptodev uses a write-only throttle timer
Zhenwei Pi (5):
throttle: introduce enum ThrottleTimerType
test-throttle: use enum ThrottleTimerType
throttle: support read-only and write-only
test-throttle: test read only and write only
cryptodev: use NULL throttle timer cb for read direction
backends/cryptodev.c | 3 +-
include/qemu/throttle.h | 12 +++++--
tests/unit/test-throttle.c | 72 ++++++++++++++++++++++++++++++++++++--
util/throttle.c | 28 ++++++++++-----
4 files changed, 98 insertions(+), 17 deletions(-)
--
2.34.1
- [PATCH 0/5] Misc fixes for throttle,
zhenwei pi <=
- [PATCH 1/5] throttle: introduce enum ThrottleTimerType, zhenwei pi, 2023/06/25
- [PATCH 2/5] test-throttle: use enum ThrottleTimerType, zhenwei pi, 2023/06/25
- [PATCH 3/5] throttle: support read-only and write-only, zhenwei pi, 2023/06/25
- [PATCH 4/5] test-throttle: test read only and write only, zhenwei pi, 2023/06/25
- [PATCH 5/5] cryptodev: use NULL throttle timer cb for read direction, zhenwei pi, 2023/06/25