[PATCH 0/5] Misc fixes for throttle

zhenwei pi posted 5 patches 10 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230625085631.372238-1-pizhenwei@bytedance.com
Maintainers: "Gonglei (Arei)" <arei.gonglei@huawei.com>, Zhenwei Pi <pizhenwei@bytedance.com>, Alberto Garcia <berto@igalia.com>
There is a newer version of this series
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(-)
[PATCH 0/5] Misc fixes for throttle
Posted by zhenwei pi 10 months, 4 weeks ago
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