DPDK patches and discussions
 help / color / mirror / Atom feed
From: Billy O'Mahony <billy.o.mahony@intel.com>
To: pablo.de.lara.guarch@intel.com, dev@dpdk.org
Cc: Billy O'Mahony <billy.o.mahony@intel.com>
Subject: [dpdk-dev] [PATCH] cryptodev: Add useful comment to _sym_session
Date: Mon, 27 Nov 2017 11:40:28 +0000	[thread overview]
Message-ID: <1511782828-19964-1-git-send-email-billy.o.mahony@intel.com> (raw)

Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com>
---
 lib/librte_cryptodev/rte_cryptodev.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/librte_cryptodev/rte_cryptodev.h b/lib/librte_cryptodev/rte_cryptodev.h
index dade554..879bd71 100644
--- a/lib/librte_cryptodev/rte_cryptodev.h
+++ b/lib/librte_cryptodev/rte_cryptodev.h
@@ -890,7 +890,10 @@ rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id,
 }
 
 
-/** Cryptodev symmetric crypto session */
+/** Cryptodev symmetric crypto session
+ * Each session is derived from a fixed xform chain. Therefore each session
+ * has a fixed algo, key, op-type, digest_len etc.
+ */
 struct rte_cryptodev_sym_session {
 	__extension__ void *sess_private_data[0];
 	/**< Private session material */
-- 
2.7.4

             reply	other threads:[~2017-11-27 11:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-27 11:40 Billy O'Mahony [this message]
2017-11-27 11:44 ` Trahe, Fiona
2017-12-11 10:43   ` De Lara Guarch, Pablo
  -- strict thread matches above, loose matches on Subject: below --
2017-11-25 22:10 Billy O'Mahony
2017-11-27 11:05 ` O Mahony, Billy

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=1511782828-19964-1-git-send-email-billy.o.mahony@intel.com \
    --to=billy.o.mahony@intel.com \
    --cc=dev@dpdk.org \
    --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 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).