RE: RE: [PATCH 2/3] virtio-crypto: introduce akcipher service

2022-02-10 Thread Gonglei (Arei) via Virtualization
el.org; > helei.si...@bytedance.com; m...@redhat.com > Subject: Re: RE: [PATCH 2/3] virtio-crypto: introduce akcipher service > > >> /* The accelerator hardware is ready */ #define > >> VIRTIO_CRYPTO_S_HW_READY (1 << 0) @@ -442,6 +520,7 @@ struct > >> virti

Re: RE: [PATCH 2/3] virtio-crypto: introduce akcipher service

2022-02-10 Thread zhenwei pi
/* The accelerator hardware is ready */ #define VIRTIO_CRYPTO_S_HW_READY (1 << 0) @@ -442,6 +520,7 @@ struct virtio_crypto_config { __le32 reserve; /* Maximum size of each crypto request's content */ __le64 max_size; + __le32 akcipher_algo; }; You can use the