DPDK patches and discussions
 help / color / mirror / Atom feed
* Re: [dpdk-dev] [PATCH] doc: add deprecation note to add parameter in rte_cryptodev_info.sym
  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 20:43 ` Thomas Monjalon
  2 siblings, 0 replies; 5+ messages in thread
From: Doherty, Declan @ 2017-02-14 10:34 UTC (permalink / raw)
  To: akhil.goyal, fiona.trahe, pablo.de.lara.guarch
  Cc: thomas.monjalon, dev, hemant.agrawal, deepak.k.jain

On 14/02/2017 12:11 PM, akhil.goyal@nxp.com wrote:
> 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>
> ---
...
>

Acked-by: Declan Doherty <declan.doherty@intel.com>

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

* Re: [dpdk-dev] [PATCH] doc: add deprecation note to add parameter in rte_cryptodev_info.sym
  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
  2 siblings, 1 reply; 5+ messages in thread
From: Trahe, Fiona @ 2017-02-14 10:49 UTC (permalink / raw)
  To: akhil.goyal, Doherty, Declan, De Lara Guarch, Pablo
  Cc: thomas.monjalon, dev, hemant.agrawal, Jain, Deepak K, Trahe, Fiona



> -----Original Message-----
> From: akhil.goyal@nxp.com [mailto:akhil.goyal@nxp.com]
> Sent: Tuesday, February 14, 2017 12:11 PM
> To: Doherty, Declan <declan.doherty@intel.com>; Trahe, Fiona
> <fiona.trahe@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>
> Cc: thomas.monjalon@6wind.com; dev@dpdk.org;
> hemant.agrawal@nxp.com; Jain, Deepak K <deepak.k.jain@intel.com>; Akhil
> Goyal <akhil.goyal@nxp.com>
> Subject: [PATCH] doc: add deprecation note to add parameter in
> rte_cryptodev_info.sym
> 
> 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>

Acked-by: Fiona Trahe <fiona.trahe@intel.com>

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

* Re: [dpdk-dev] [PATCH] doc: add deprecation note to add parameter in rte_cryptodev_info.sym
  2017-02-14 10:49 ` Trahe, Fiona
@ 2017-02-14 11:19   ` De Lara Guarch, Pablo
  0 siblings, 0 replies; 5+ messages in thread
From: De Lara Guarch, Pablo @ 2017-02-14 11:19 UTC (permalink / raw)
  To: Trahe, Fiona, akhil.goyal, Doherty, Declan
  Cc: thomas.monjalon, dev, hemant.agrawal, Jain, Deepak K



> -----Original Message-----
> From: Trahe, Fiona
> Sent: Tuesday, February 14, 2017 10:49 AM
> To: akhil.goyal@nxp.com; Doherty, Declan; De Lara Guarch, Pablo
> Cc: thomas.monjalon@6wind.com; dev@dpdk.org;
> hemant.agrawal@nxp.com; Jain, Deepak K; Trahe, Fiona
> Subject: RE: [PATCH] doc: add deprecation note to add parameter in
> rte_cryptodev_info.sym
> 
> 
> 
> > -----Original Message-----
> > From: akhil.goyal@nxp.com [mailto:akhil.goyal@nxp.com]
> > Sent: Tuesday, February 14, 2017 12:11 PM
> > To: Doherty, Declan <declan.doherty@intel.com>; Trahe, Fiona
> > <fiona.trahe@intel.com>; De Lara Guarch, Pablo
> > <pablo.de.lara.guarch@intel.com>
> > Cc: thomas.monjalon@6wind.com; dev@dpdk.org;
> > hemant.agrawal@nxp.com; Jain, Deepak K <deepak.k.jain@intel.com>;
> Akhil
> > Goyal <akhil.goyal@nxp.com>
> > Subject: [PATCH] doc: add deprecation note to add parameter in
> > rte_cryptodev_info.sym
> >
> > 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>
> 
> Acked-by: Fiona Trahe <fiona.trahe@intel.com>

Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

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

* [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

* Re: [dpdk-dev] [PATCH] doc: add deprecation note to add parameter in rte_cryptodev_info.sym
  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 20:43 ` Thomas Monjalon
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-02-14 20:43 UTC (permalink / raw)
  To: Akhil Goyal; +Cc: dev

Applied

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