DPDK usage discussions
 help / color / mirror / Atom feed
From: Changchun Zhang <changchun.zhang@oracle.com>
To: "Trahe, Fiona" <fiona.trahe@intel.com>,
	"Pathak, Pravin" <pravin.pathak@intel.com>,
	users@dpdk.org
Subject: Re: [dpdk-users] Run-to-completion or Pipe-line for QAT PMD in DPDK
Date: Fri, 18 Jan 2019 10:52:56 -0800 (PST)	[thread overview]
Message-ID: <ab36faa8-2d86-4831-b988-bb08641e9468@default> (raw)
In-Reply-To: <348A99DA5F5B7549AA880327E580B435896CD7E0@IRSMSX101.ger.corp.intel.com>

HI Fiona,

Thanks!
Changchun (Alex)


-----Original Message-----
From: Trahe, Fiona [mailto:fiona.trahe@intel.com] 
Sent: Friday, January 18, 2019 1:21 PM
To: Changchun Zhang <changchun.zhang@oracle.com>; Pathak, Pravin <pravin.pathak@intel.com>; users@dpdk.org
Cc: Trahe, Fiona <fiona.trahe@intel.com>
Subject: RE: [dpdk-users] Run-to-completion or Pipe-line for QAT PMD in DPDK

Hi Alex,

>  [changchun] Many thanks! So from this limitation, we can conclude 
> that Lcore can only dequeue the QAT queue which was enqueued by 
> itself, right. If so, then the Crypto device lib doc may be a little misleading, at least some notes should be put there.
[Fiona] Limitations are generally on the device documentation - it wouldn't make sense to pollute the lib with the limitations of individual devices. (though I understand it's easy to miss the limitations) As mentioned before, if this is an important use-case for you we would be interested in hearing about it, and we could investigate performant ways to remove the limitation.

 [changchun] Currently we don't see if it is necessary to remove this limitation or not. But we do need to confirm what the relationship between logical core, queue pair, and crypto device. As my understanding, no matter pipe line or current limitation, the QAT accepts the request from the RX queue of a queue pair and after the processing, the data will be put the TX queue on the same queue pair, it is right? Say enqueue data to the RX queue of Queue pair 1, the return data would always be put to the TX queue of Queue pair 1, not possible to other Queue pair's TX queue, right? Let me know if you did not get my question. 

      reply	other threads:[~2019-01-18 18:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-17 23:00 Changchun Zhang
2019-01-18 13:13 ` Trahe, Fiona
2019-01-18 14:29   ` Pathak, Pravin
2019-01-18 15:44     ` Changchun Zhang
2019-01-18 16:26       ` Trahe, Fiona
2019-01-18 16:41         ` Changchun Zhang
2019-01-18 16:57           ` Trahe, Fiona
2019-01-18 17:55             ` Changchun Zhang
2019-01-18 18:20               ` Trahe, Fiona
2019-01-18 18:52                 ` Changchun Zhang [this message]

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=ab36faa8-2d86-4831-b988-bb08641e9468@default \
    --to=changchun.zhang@oracle.com \
    --cc=fiona.trahe@intel.com \
    --cc=pravin.pathak@intel.com \
    --cc=users@dpdk.org \
    /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).