Re: Re: [PATCH v3 00/12] Refactor cryptodev

2023-01-28 Thread zhenwei pi
On 1/28/23 19:30, Michael S. Tsirkin wrote: On Sat, Jan 28, 2023 at 11:56:21AM +0800, zhenwei pi wrote: v3 -> v4: - a small change in '0005-cryptodev-Introduce-query-cryptodev-QMP-command.patch': use 'uint32' instead of 'int' to describe CryptodevBackendClient:queue what was the

Re: [PATCH v3 00/12] Refactor cryptodev

2023-01-28 Thread Michael S. Tsirkin
On Sat, Jan 28, 2023 at 11:56:21AM +0800, zhenwei pi wrote: > v3 -> v4: > - a small change in > '0005-cryptodev-Introduce-query-cryptodev-QMP-command.patch': > use 'uint32' instead of 'int' to describe CryptodevBackendClient:queue what was the motivation for this change? we generally just use

Re: [PATCH v3 00/12] Refactor cryptodev

2023-01-27 Thread Michael S. Tsirkin
On Thu, Jan 19, 2023 at 03:14:07PM +0800, zhenwei pi wrote: > v2 -> v3: > - rebase code against the lastest commist: fb7e7990342e59cf67d > - document the missing fields in qapi/cryptodev.json > - rework statistics part: use 'query-stats' command instead of > 'query-cryptodev'(cryptodev: Support