qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: [PATCH v6 09/12] cryptodev: Account statistics


From: zhenwei pi
Subject: Re: Re: [PATCH v6 09/12] cryptodev: Account statistics
Date: Fri, 3 Mar 2023 15:02:24 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1



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 <pizhenwei@bytedance.com>
---
  backends/cryptodev.c       | 68 +++++++++++++++++++++++++++++++++++---
  include/sysemu/cryptodev.h | 49 +++++++++++++++++++++++++++
  2 files changed, 112 insertions(+), 5 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]