Re: [PATCH v5 0/9] Misc fixes for throttle

2023-08-25 Thread Hanna Czenczek
On 28.07.23 04:19, zhenwei pi wrote: [...] Zhenwei Pi (9): throttle: introduce enum ThrottleDirection test-throttle: use enum ThrottleDirection throttle: support read-only and write-only test-throttle: test read only and write only cryptodev: use NULL throttle timer cb for read d

[PATCH v5 0/9] Misc fixes for throttle

2023-07-27 Thread zhenwei pi
v4 -> v5: - typo fix in 'throttle: use enum ThrottleDirection instead of bool is_write': '@throttle: throttle direction' -> '@direction: throttle direction' - several 'for (i = 0; i < 2; i++)' left, use 'for (dir = THROTTLE_READ; dir < THROTTLE_MAX; dir++)' instead. 'true/false' left, use