All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Griffin <john.griffin@intel.com>
To: dev@dpdk.org
Cc: fiona.trahe@intel.com, deepak.k.jain@intel.com,
	pablo.de.lara.guarch@intel.com
Subject: Re: [PATCH] qat: change the session structure to be variable sized
Date: Thu, 4 Aug 2016 11:49:12 +0100	[thread overview]
Message-ID: <57A31DA8.1040402@intel.com> (raw)
In-Reply-To: <1470126625-20371-1-git-send-email-john.griffin@intel.com>

On 02/08/16 09:30, John Griffin wrote:
> This patch changes the qat session data structure sent to qat from a
> fixed size to a variable size which is dependent on the size of
> the chosen algorithm.
> This reduces the amount of bytes which are transferred across
> PCIe and thus helps to increase qat performance when the
> accelerator is bound by PCIe.
>
> Signed-off-by: John Griffin <john.griffin@intel.com>
> ---
>   drivers/crypto/qat/qat_adf/qat_algs.h            |   5 +-
>   drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 462 +++++++++--------------
>   drivers/crypto/qat/qat_crypto.c                  |  15 +-
>   3 files changed, 183 insertions(+), 299 deletions(-)
>

Self-Nack compile issue on icc - will fix and send again.

  reply	other threads:[~2016-08-04 10:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-02  8:30 [PATCH] qat: change the session structure to be variable sized John Griffin
2016-08-04 10:49 ` John Griffin [this message]
2016-08-04 15:46 ` [PATCH v1] crypto/qat: make the session struct variable in size John Griffin
2016-08-09 13:30   ` Trahe, Fiona
2016-08-30 20:53     ` De Lara Guarch, Pablo

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=57A31DA8.1040402@intel.com \
    --to=john.griffin@intel.com \
    --cc=deepak.k.jain@intel.com \
    --cc=dev@dpdk.org \
    --cc=fiona.trahe@intel.com \
    --cc=pablo.de.lara.guarch@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.