DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: add deprecation note to add parameter in rte_cryptodev_info.sym
@ 2017-02-14 12:11 akhil.goyal
  2017-02-14 10:34 ` Doherty, Declan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: akhil.goyal @ 2017-02-14 12:11 UTC (permalink / raw)
  To: declan.doherty, fiona.trahe, pablo.de.lara.guarch
  Cc: thomas.monjalon, dev, hemant.agrawal, deepak.k.jain, Akhil Goyal

From: Akhil Goyal <akhil.goyal@nxp.com>

A new parameter is planned to be added in 17.05 release in
rte_cryptodev_info.sym - max_nb_sessions_per_qp.

This will allow applications to know the maximum number of session
which can be attached to queue_pairs of device.

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
---
 doc/guides/rel_notes/deprecation.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 97d87fd..487f798 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -56,3 +56,8 @@ Deprecation Notices
   to specify which type of instance to create (single or burst), and
   additional calls for ``rte_distributor_poll_pkt_burst`` and
   ``rte_distributor_return_pkt_burst``, among others.
+
+* cryptodev: A new parameter ``max_nb_sessions_per_qp`` will be added to
+  ``rte_cryptodev_info.sym``. Some drivers may support limited number of
+  sessions per queue_pair. With this new parameter application will know
+  how many sessions can be mapped to each queue_pair of a device.
-- 
2.9.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-02-14 20:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-14 12:11 [dpdk-dev] [PATCH] doc: add deprecation note to add parameter in rte_cryptodev_info.sym akhil.goyal
2017-02-14 10:34 ` Doherty, Declan
2017-02-14 10:49 ` Trahe, Fiona
2017-02-14 11:19   ` De Lara Guarch, Pablo
2017-02-14 20:43 ` Thomas Monjalon

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).