Ping... Any Comments?
Thanks, -Gonglei > -----Original Message----- > From: Gonglei (Arei) > Sent: Wednesday, January 04, 2017 6:03 PM > To: qemu-devel@nongnu.org; virtio-...@lists.oasis-open.org > Cc: Luonengjun; m...@redhat.com; cornelia.h...@de.ibm.com; > stefa...@redhat.com; denglin...@chinamobile.com; Jani Kokkonen; > ola.liljed...@arm.com; varun.se...@freescale.com; xin.z...@intel.com; > brian.a.keat...@intel.com; liang.j...@intel.com; john.grif...@intel.com; > Huangweidong (C); mike.cara...@nxp.com; ag...@suse.de; Claudio Fontana; > Zhoujian (jay, Euler); nmo...@kalray.eu; vincent.jar...@6wind.com; Wubin (H); > Shiqing Fan; arei.gong...@hotmail.com; pa...@linux.vnet.ibm.com; Gonglei > (Arei) > Subject: [PATCH v15 0/2] virtio-crypto: virtio crypto device specification > > Changes since v14: > - drop VIRTIO_CRYPTO_S_STARTED status [Halil & Cornelia] > - correct a sentence about dataqueue and controlq in the first paragraph. > [Halil] > - change a MAY to MUST about max_dataqueues. [Halil] > - add non-session mode support > 1) add four features for different crypto services to identify wheather > support session mode. > 2) extend virtio_crypto_*_para structures, for example, add the content of > struct virtio_crypto_cipher_session_para into struct > virtio_crypto_cipher_para. > 3) use the flag property of struct virtio_crypto_op_header to identify the > type of crypto request. Aka Is it a session-based or non-session request > > For pervious versions of virtio crypto spec, Pls see: > > [v14]: > https://lists.gnu.org/archive/html/qemu-devel/2016-11/msg02212.html > > [v13]: > https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg07348.html > > For more information, please see: > http://qemu-project.org/Features/VirtioCrypto > > Please help to review, thanks. > > Gonglei (2): > virtio-crypto: Add virtio crypto device specification > virtio-crypto: Add conformance clauses > > conformance.tex | 30 ++ > content.tex | 2 + > virtio-crypto.tex | 1029 > +++++++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 1061 insertions(+) > create mode 100644 virtio-crypto.tex > > -- > 1.7.12.4 >