All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: Gonglei <arei.gonglei@huawei.com>,
	qemu-devel@nongnu.org, virtio-dev@lists.oasis-open.org,
	weidong.huang@huawei.com, john.griffin@intel.com,
	jianjay.zhou@huawei.com, Varun.Sethi@freescale.com,
	denglingli@chinamobile.com, arei.gonglei@hotmail.com,
	agraf@suse.de, nmorey@kalray.eu, longpeng2@huawei.com,
	vincent.jardin@6wind.com, Ola.Liljedahl@arm.com,
	luonengjun@huawei.com, xin.zeng@intel.com, liang.j.ma@intel.com,
	stefanha@redhat.com, cornelia.huck@de.ibm.com,
	Jani.Kokkonen@huawei.com, pasic@linux.vnet.ibm.com,
	brian.a.keating@intel.com, claudio.fontana@huawei.com,
	mike.caraman@nxp.com, wu.wubin@huawei.com
Subject: Re: [Qemu-devel] [PATCH v16 1/2] virtio-crypto: Add virtio crypto device specification
Date: Fri, 3 Feb 2017 17:37:50 +0200	[thread overview]
Message-ID: <20170203173607-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20170203103316.GA29200@stefanha-x1.localdomain>

On Fri, Feb 03, 2017 at 10:33:16AM +0000, Stefan Hajnoczi wrote:
> > +\begin{description}
> > +\item[0] dataq1
> > +\item[\ldots]
> > +\item[N-1] dataqN
> > +\item[N] controlq
> > +\end{description}
> > +
> > +N is set by \field{max_dataqueues}.
> > +
> > +\subsection{Feature bits}\label{sec:Device Types / Crypto Device / Feature bits}
> > +
> > +VIRTIO_CRYPTO_F_NON_SESSION_MODE (0) non-session mode is available.
> > +VIRTIO_CRYPTO_F_CIPHER_NON_SESSION_MODE (1) non-session mode is available for CIPHER service.
> > +VIRTIO_CRYPTO_F_HASH_NON_SESSION_MODE (2) non-session mode is available for HASH service.
> > +VIRTIO_CRYPTO_F_MAC_NON_SESSION_MODE (3) non-session mode is available for MAC service.
> > +VIRTIO_CRYPTO_F_AEAD_NON_SESSION_MODE (4) non-session mode is available for AEAD service.
> 
> Bits 1-4 require bit 0.  Is bit 0 necessary at all?  Or may bits 1-4 can
> be eliminated in favor of just bit 0.

Too late to change it as QEMU released a device with that feature.

-- 
MST

  reply	other threads:[~2017-02-03 15:38 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-18  8:22 [Qemu-devel] [PATCH v16 0/2] virtio-crypto: virtio crypto device specification Gonglei
2017-01-18  8:22 ` [Qemu-devel] [PATCH v16 1/2] virtio-crypto: Add " Gonglei
2017-02-03 10:33   ` Stefan Hajnoczi
2017-02-03 15:37     ` Michael S. Tsirkin [this message]
2017-02-03 18:07       ` Halil Pasic
2017-02-13 13:41         ` Stefan Hajnoczi
2017-02-15 12:28           ` Halil Pasic
2017-02-06  1:48     ` Gonglei (Arei)
2017-02-06 15:46       ` Stefan Hajnoczi
2017-02-06 18:19         ` Michael S. Tsirkin
2017-02-07  0:59           ` Gonglei (Arei)
2017-02-08 14:27             ` Halil Pasic
2017-02-09  1:40               ` Gonglei (Arei)
2017-02-07 11:55           ` Halil Pasic
2017-02-07 11:39   ` [Qemu-devel] [virtio-dev] " Halil Pasic
2017-02-07 13:07     ` Cornelia Huck
2017-02-08  3:46       ` Gonglei (Arei)
2017-02-08 14:24         ` Halil Pasic
2017-02-09  2:29           ` Gonglei (Arei)
2017-02-15 12:01             ` Halil Pasic
2017-02-16  1:14               ` [Qemu-devel] [virtio-dev] " Gonglei (Arei)
2017-02-09 12:48         ` [Qemu-devel] " Cornelia Huck
2017-02-08  6:24     ` Gonglei (Arei)
2017-02-08 13:27       ` Halil Pasic
2017-02-09  3:08         ` [Qemu-devel] [virtio-dev] " Gonglei (Arei)
2017-01-18  8:22 ` [Qemu-devel] [PATCH v16 2/2] virtio-crypto: Add conformance clauses Gonglei
2017-02-03 10:33   ` Stefan Hajnoczi
2017-02-06  1:49     ` Gonglei (Arei)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170203173607-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=Jani.Kokkonen@huawei.com \
    --cc=Ola.Liljedahl@arm.com \
    --cc=Varun.Sethi@freescale.com \
    --cc=agraf@suse.de \
    --cc=arei.gonglei@hotmail.com \
    --cc=arei.gonglei@huawei.com \
    --cc=brian.a.keating@intel.com \
    --cc=claudio.fontana@huawei.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=denglingli@chinamobile.com \
    --cc=jianjay.zhou@huawei.com \
    --cc=john.griffin@intel.com \
    --cc=liang.j.ma@intel.com \
    --cc=longpeng2@huawei.com \
    --cc=luonengjun@huawei.com \
    --cc=mike.caraman@nxp.com \
    --cc=nmorey@kalray.eu \
    --cc=pasic@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    --cc=stefanha@redhat.com \
    --cc=vincent.jardin@6wind.com \
    --cc=virtio-dev@lists.oasis-open.org \
    --cc=weidong.huang@huawei.com \
    --cc=wu.wubin@huawei.com \
    --cc=xin.zeng@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.