[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: [PATCH v6 09/12] cryptodev: Account statistics
From: |
Michael S. Tsirkin |
Subject: |
Re: Re: [PATCH v6 09/12] cryptodev: Account statistics |
Date: |
Fri, 3 Mar 2023 02:25:51 -0500 |
On Fri, Mar 03, 2023 at 03:02:24PM +0800, zhenwei pi wrote:
>
>
> 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.
OK I will do a last pull Monday, should be there.
> --
> zhenwei pi
- [PATCH v6 05/12] cryptodev: Introduce 'query-cryptodev' QMP command, (continued)
- [PATCH v6 05/12] cryptodev: Introduce 'query-cryptodev' QMP command, zhenwei pi, 2023/03/01
- [PATCH v6 02/12] cryptodev: Remove 'name' & 'model' fields, zhenwei pi, 2023/03/01
- [PATCH v6 04/12] cryptodev: Introduce server type in QAPI, zhenwei pi, 2023/03/01
- [PATCH v6 03/12] cryptodev: Introduce cryptodev alg type in QAPI, zhenwei pi, 2023/03/01
- [PATCH v6 06/12] cryptodev-builtin: Detect akcipher capability, zhenwei pi, 2023/03/01
- [PATCH v6 07/12] hmp: add cryptodev info command, zhenwei pi, 2023/03/01
- [PATCH v6 08/12] cryptodev: Use CryptoDevBackendOpInfo for operation, zhenwei pi, 2023/03/01
- [PATCH v6 09/12] cryptodev: Account statistics, zhenwei pi, 2023/03/01
- [PATCH v6 10/12] cryptodev: support QoS, zhenwei pi, 2023/03/01
- [PATCH v6 11/12] cryptodev: Support query-stats QMP command, zhenwei pi, 2023/03/01
- [PATCH v6 12/12] MAINTAINERS: add myself as the maintainer for cryptodev, zhenwei pi, 2023/03/01