On 3/1/23 19:05, Daniel P. Berrangé wrote:
On Wed, Mar 01, 2023 at 06:58:44PM +0800, zhenwei pi wrote:
Account OPS/BPS for crypto device, this will be used for 'query-stats'
QEMU monitor command and QoS in the next step.
Note that a crypto device may support symmetric mode, asymmetric mode,
both symmetric and asymmetric mode. So we use two structure to
describe the statistics of a crypto device.
Signed-off-by: zhenwei pi <pizhen...@bytedance.com>
---
backends/cryptodev.c | 68 +++++++++++++++++++++++++++++++++++---
include/sysemu/cryptodev.h | 49 +++++++++++++++++++++++++++
2 files changed, 112 insertions(+), 5 deletions(-)
Reviewed-by: Daniel P. Berrangé <berra...@redhat.com>
With regards,
Daniel
Hi Daniel,
Thanks for your patience in the trunk of work!
Hi Michael,
All the patches in this series have been reviewed by Daniel, a small
improvement(use macro to walk a list which is pointed out by Dr. David
Alan Gilbert) remains and I'd like to do this work in another followup
change.
--
zhenwei pi