qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Halil Pasic <pasic@linux.vnet.ibm.com>
To: "Zeng, Xin" <xin.zeng@intel.com>,
	"Gonglei (Arei)" <arei.gonglei@huawei.com>,
	longpeng <longpeng2@huawei.com>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	"virtio-dev@lists.oasis-open.org"
	<virtio-dev@lists.oasis-open.org>
Cc: "Huangweidong (C)" <weidong.huang@huawei.com>,
	"mst@redhat.com" <mst@redhat.com>,
	"jasowang@redhat.com" <jasowang@redhat.com>,
	"Griffin, John" <john.griffin@intel.com>,
	"Varun.Sethi@freescale.com" <Varun.Sethi@freescale.com>,
	"denglingli@chinamobile.com" <denglingli@chinamobile.com>,
	"arei.gonglei@hotmail.com" <arei.gonglei@hotmail.com>,
	"agraf@suse.de" <agraf@suse.de>,
	"vincent.jardin@6wind.com" <vincent.jardin@6wind.com>,
	"Ola.Liljedahl@arm.com" <Ola.Liljedahl@arm.com>,
	Luonengjun <luonengjun@huawei.com>,
	"Ma, Liang J" <liang.j.ma@intel.com>,
	"stefanha@redhat.com" <stefanha@redhat.com>,
	Jani Kokkonen <Jani.Kokkonen@huawei.com>,
	"Keating, Brian A" <brian.a.keating@intel.com>,
	"wangxin (U)" <wangxinxin.wang@huawei.com>,
	"cohuck@redhat.com" <cohuck@redhat.com>,
	"mike.caraman@nxp.com" <mike.caraman@nxp.com>
Subject: Re: [Qemu-devel] [PATCH REPOST v19 1/2] virtio-crypto: Add virtio crypto device specification
Date: Mon, 18 Sep 2017 18:32:57 +0200	[thread overview]
Message-ID: <e7e10450-806a-00f6-f9d3-65460b692f34@linux.vnet.ibm.com> (raw)
In-Reply-To: <82063967A54EF84C8AFCD6BD7F6AD93310E1111B@SHSMSX103.ccr.corp.intel.com>



On 09/18/2017 04:51 PM, Zeng, Xin wrote:
> On Monday, September 18, 2017 9:24 PM, Gonglei (Arei) wrote:
> 
> < > On 09/18/2017 02:13 PM, Gonglei (Arei) wrote:
> < > >> Destroy does not need to specify queue_id. That means session_id's aren't
> < > >> queue scoped from namespace perspective. The question remains what is
> < > >> queue_id good for, and whether a session type op request should be
> < > >> rejected if the the session id originates from a session creation
> < > >> request specifying a different dataqueue (not the dataqueue containing
> < > >> the given request)?
> < > >>
> < > > My original idea about the queue_id is using the queue_id to specify which
> < > > datequeue of the following data requests will be used. But after deep
> < > thinking,
> < > > I find that the queue_id is superfluous, and the current code in QEMU also
> < > > don't use the queue_id value as well. That's because the we can use
> < > session_id
> < > > to find the pervious session information and get the current dataqueue id
> < > > from the used virtqueue .
> < > >
> < > > So maybe we should drop the queue_id this time.
> < > >
> < > >
> < >
> < > Sounds reasonable to me. We can make it reserved and ignored in
> < > the specification. Linux uses it, but it's always set to 0 as we only
> < > support one data-queue (if I'm not wrong). So reserved and must be zero
> < > is an option too.
> < >
> < Makes sense to keeping compatibility.
> < 
> 
> If we always set it to 0, and backend device doesn't specify the queue
> id when creating session, this works only when one data queue is
> supported. But if we want to support multi data queues,
> how does frontend driver know which queue it should use when 
> sending requests to the virt queue? And furthermore, if the data queue 
> id which can be used is determined by backend device, how does 
> guest frontend driver know which queue can be used when operating
> in stateless mode in case multi data queue is supported?

AFAIU you answered your own questions (questions above, answers below). Gonglei
has just stated that he intends to abandon the queue_id.

> So from my point of view, session should only be associated with service
> related information, but not associated with the transport layer information,
> i.e. data queue id in this case. The data queue to be used should be chosen by
> frontend driver. Frontend driver can use any valid data queue to send requests
> to backend device, backend device need to extract the session information
> from the request packet and retrieve the request's session info then handle it 
> correspondingly.

AFAIU that's what we have agreed, basically. I'm not sure about your wording
(for instance I would have said session identifier instead of session information),
but I think we think the same. In short conceptually all configured data queues
are equivalent in the sense that it does not matter on which queue a request is
placed -- modulo capacity.

Halil

> 
> < Thanks,
> < -Gonglei
> 

  reply	other threads:[~2017-09-18 16:33 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-11  1:12 [Qemu-devel] [PATCH REPOST v19 0/2] virtio-crypto: virtio crypto device specification Longpeng(Mike)
2017-09-11  1:12 ` [Qemu-devel] [PATCH REPOST v19 1/2] virtio-crypto: Add " Longpeng(Mike)
2017-09-15 14:39   ` Halil Pasic
2017-09-26 13:55     ` Longpeng (Mike)
2017-09-15 15:59   ` Halil Pasic
2017-09-18 12:13     ` Gonglei (Arei)
2017-09-18 13:08       ` Halil Pasic
2017-09-18 13:23         ` Gonglei (Arei)
2017-09-18 14:51           ` Zeng, Xin
2017-09-18 16:32             ` Halil Pasic [this message]
2017-09-19  8:01               ` [Qemu-devel] [virtio-dev] " Zeng, Xin
2017-09-27  1:50     ` [Qemu-devel] " Longpeng (Mike)
2017-09-11  1:12 ` [Qemu-devel] [PATCH REPOST v19 2/2] virtio-crypto: Add conformance clauses Longpeng(Mike)

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=e7e10450-806a-00f6-f9d3-65460b692f34@linux.vnet.ibm.com \
    --to=pasic@linux.vnet.ibm.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=cohuck@redhat.com \
    --cc=denglingli@chinamobile.com \
    --cc=jasowang@redhat.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=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    --cc=vincent.jardin@6wind.com \
    --cc=virtio-dev@lists.oasis-open.org \
    --cc=wangxinxin.wang@huawei.com \
    --cc=weidong.huang@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).