DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: announce change in crypto queue setup
@ 2024-07-31 11:20 Akhil Goyal
  2024-07-31 11:25 ` Anoob Joseph
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Akhil Goyal @ 2024-07-31 11:20 UTC (permalink / raw)
  To: dev
  Cc: thomas, david.marchand, hemant.agrawal, anoobj,
	pablo.de.lara.guarch, fiona.trahe, declan.doherty, matan,
	g.singh, fanzhang.oss, jianjay.zhou, asomalap, ruifeng.wang,
	konstantin.v.ananyev, radu.nicolau, ajit.khaparde, rnagadheeraj,
	adwivedi, ciara.power, Akhil Goyal

Certain hardware crypto PMDs may support setting up
of priority to a queue pair.
Hence a new parameter for priority will be added in
struct rte_cryptodev_qp_conf.

Signed-off-by: Akhil Goyal <gakhil@marvell.com>
---
 doc/guides/rel_notes/deprecation.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 6948641ff6..4d114cec3e 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -125,6 +125,9 @@ Deprecation Notices
   This will effect the KASUMI, SNOW3G, ZUC, AESNI GCM, AESNI MB and CHACHAPOLY
   SW PMDs.
 
+* cryptodev: The structure ``rte_cryptodev_qp_conf`` will be updated to have
+  a new parameter to set priority of that particular queue pair.
+
 * eventdev: The single-event (non-burst) enqueue and dequeue operations,
   used by static inline burst enqueue and dequeue functions in ``rte_eventdev.h``,
   will be removed in DPDK 23.11.
-- 
2.25.1


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

* RE: [PATCH] doc: announce change in crypto queue setup
  2024-07-31 11:20 [PATCH] doc: announce change in crypto queue setup Akhil Goyal
@ 2024-07-31 11:25 ` Anoob Joseph
  2024-07-31 13:09   ` Thomas Monjalon
  2024-07-31 11:27 ` Hemant Agrawal
  2024-07-31 12:51 ` Ji, Kai
  2 siblings, 1 reply; 5+ messages in thread
From: Anoob Joseph @ 2024-07-31 11:25 UTC (permalink / raw)
  To: Akhil Goyal, dev
  Cc: thomas, david.marchand, hemant.agrawal, pablo.de.lara.guarch,
	fiona.trahe, declan.doherty, matan, g.singh, fanzhang.oss,
	jianjay.zhou, asomalap, ruifeng.wang, konstantin.v.ananyev,
	radu.nicolau, ajit.khaparde, Nagadheeraj Rottela, Ankur Dwivedi,
	ciara.power, Akhil Goyal

> 
> Certain hardware crypto PMDs may support setting up of priority to a queue
> pair.
> Hence a new parameter for priority will be added in struct
> rte_cryptodev_qp_conf.
> 
> Signed-off-by: Akhil Goyal <gakhil@marvell.com>

Acked-by: Anoob Joseph <anoobj@marvell.com>



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

* RE: [PATCH] doc: announce change in crypto queue setup
  2024-07-31 11:20 [PATCH] doc: announce change in crypto queue setup Akhil Goyal
  2024-07-31 11:25 ` Anoob Joseph
@ 2024-07-31 11:27 ` Hemant Agrawal
  2024-07-31 12:51 ` Ji, Kai
  2 siblings, 0 replies; 5+ messages in thread
From: Hemant Agrawal @ 2024-07-31 11:27 UTC (permalink / raw)
  To: Akhil Goyal, dev
  Cc: thomas, david.marchand, anoobj, pablo.de.lara.guarch,
	fiona.trahe, declan.doherty, matan, Gagandeep Singh,
	fanzhang.oss, jianjay.zhou, asomalap, ruifeng.wang,
	konstantin.v.ananyev, radu.nicolau, ajit.khaparde, rnagadheeraj,
	adwivedi, ciara.power


> -----Original Message-----
> From: Akhil Goyal <gakhil@marvell.com>
> Sent: Wednesday, July 31, 2024 4:51 PM
> To: dev@dpdk.org
> Cc: thomas@monjalon.net; david.marchand@redhat.com; Hemant Agrawal
> <hemant.agrawal@nxp.com>; anoobj@marvell.com;
> pablo.de.lara.guarch@intel.com; fiona.trahe@intel.com;
> declan.doherty@intel.com; matan@nvidia.com; Gagandeep Singh
> <G.Singh@nxp.com>; fanzhang.oss@gmail.com; jianjay.zhou@huawei.com;
> asomalap@amd.com; ruifeng.wang@arm.com;
> konstantin.v.ananyev@yandex.ru; radu.nicolau@intel.com;
> ajit.khaparde@broadcom.com; rnagadheeraj@marvell.com;
> adwivedi@marvell.com; ciara.power@intel.com; Akhil Goyal
> <gakhil@marvell.com>
> Subject: [PATCH] doc: announce change in crypto queue setup
> Importance: High
> 
> Certain hardware crypto PMDs may support setting up of priority to a queue
> pair.
> Hence a new parameter for priority will be added in struct
> rte_cryptodev_qp_conf.
> 
> Signed-off-by: Akhil Goyal <gakhil@marvell.com>

Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

> ---
>  doc/guides/rel_notes/deprecation.rst | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index 6948641ff6..4d114cec3e 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -125,6 +125,9 @@ Deprecation Notices
>    This will effect the KASUMI, SNOW3G, ZUC, AESNI GCM, AESNI MB and
> CHACHAPOLY
>    SW PMDs.
> 
> +* cryptodev: The structure ``rte_cryptodev_qp_conf`` will be updated to
> +have
> +  a new parameter to set priority of that particular queue pair.
> +
>  * eventdev: The single-event (non-burst) enqueue and dequeue operations,
>    used by static inline burst enqueue and dequeue functions in
> ``rte_eventdev.h``,
>    will be removed in DPDK 23.11.
> --
> 2.25.1


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

* Re: [PATCH] doc: announce change in crypto queue setup
  2024-07-31 11:20 [PATCH] doc: announce change in crypto queue setup Akhil Goyal
  2024-07-31 11:25 ` Anoob Joseph
  2024-07-31 11:27 ` Hemant Agrawal
@ 2024-07-31 12:51 ` Ji, Kai
  2 siblings, 0 replies; 5+ messages in thread
From: Ji, Kai @ 2024-07-31 12:51 UTC (permalink / raw)
  To: Akhil Goyal, dev
  Cc: thomas, Marchand, David, hemant.agrawal, anoobj, De Lara Guarch,
	Pablo, Trahe, Fiona, Doherty, Declan, matan, g.singh,
	fanzhang.oss, jianjay.zhou, asomalap, ruifeng.wang,
	konstantin.v.ananyev, Nicolau, Radu, ajit.khaparde, rnagadheeraj,
	adwivedi, ciara.power

[-- Attachment #1: Type: text/plain, Size: 2164 bytes --]

Acked-by: Kai Ji <kai.ji@intel.com>
________________________________
From: Akhil Goyal <gakhil@marvell.com>
Sent: 31 July 2024 12:20
To: dev@dpdk.org <dev@dpdk.org>
Cc: thomas@monjalon.net <thomas@monjalon.net>; Marchand, David <david.marchand@redhat.com>; hemant.agrawal@nxp.com <hemant.agrawal@nxp.com>; anoobj@marvell.com <anoobj@marvell.com>; De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; Trahe, Fiona <fiona.trahe@intel.com>; Doherty, Declan <declan.doherty@intel.com>; matan@nvidia.com <matan@nvidia.com>; g.singh@nxp.com <g.singh@nxp.com>; fanzhang.oss@gmail.com <fanzhang.oss@gmail.com>; jianjay.zhou@huawei.com <jianjay.zhou@huawei.com>; asomalap@amd.com <asomalap@amd.com>; ruifeng.wang@arm.com <ruifeng.wang@arm.com>; konstantin.v.ananyev@yandex.ru <konstantin.v.ananyev@yandex.ru>; Nicolau, Radu <radu.nicolau@intel.com>; ajit.khaparde@broadcom.com <ajit.khaparde@broadcom.com>; rnagadheeraj@marvell.com <rnagadheeraj@marvell.com>; adwivedi@marvell.com <adwivedi@marvell.com>; ciara.power@intel.com <ciara.power@intel.com>; Akhil Goyal <gakhil@marvell.com>
Subject: [PATCH] doc: announce change in crypto queue setup

Certain hardware crypto PMDs may support setting up
of priority to a queue pair.
Hence a new parameter for priority will be added in
struct rte_cryptodev_qp_conf.

Signed-off-by: Akhil Goyal <gakhil@marvell.com>
---
 doc/guides/rel_notes/deprecation.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 6948641ff6..4d114cec3e 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -125,6 +125,9 @@ Deprecation Notices
   This will effect the KASUMI, SNOW3G, ZUC, AESNI GCM, AESNI MB and CHACHAPOLY
   SW PMDs.

+* cryptodev: The structure ``rte_cryptodev_qp_conf`` will be updated to have
+  a new parameter to set priority of that particular queue pair.
+
 * eventdev: The single-event (non-burst) enqueue and dequeue operations,
   used by static inline burst enqueue and dequeue functions in ``rte_eventdev.h``,
   will be removed in DPDK 23.11.
--
2.25.1


[-- Attachment #2: Type: text/html, Size: 3205 bytes --]

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

* Re: [PATCH] doc: announce change in crypto queue setup
  2024-07-31 11:25 ` Anoob Joseph
@ 2024-07-31 13:09   ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2024-07-31 13:09 UTC (permalink / raw)
  To: Akhil Goyal
  Cc: dev, david.marchand, hemant.agrawal, pablo.de.lara.guarch,
	fiona.trahe, declan.doherty, matan, g.singh, fanzhang.oss,
	jianjay.zhou, asomalap, ruifeng.wang, konstantin.v.ananyev,
	radu.nicolau, ajit.khaparde, Nagadheeraj Rottela, Ankur Dwivedi,
	ciara.power

31/07/2024 13:25, Anoob Joseph:
> > 
> > Certain hardware crypto PMDs may support setting up of priority to a queue
> > pair.
> > Hence a new parameter for priority will be added in struct
> > rte_cryptodev_qp_conf.
> > 
> > Signed-off-by: Akhil Goyal <gakhil@marvell.com>
> 
> Acked-by: Anoob Joseph <anoobj@marvell.com>

Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Kai Ji <kai.ji@intel.com>

Applied, thanks.



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

end of thread, other threads:[~2024-07-31 13:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-31 11:20 [PATCH] doc: announce change in crypto queue setup Akhil Goyal
2024-07-31 11:25 ` Anoob Joseph
2024-07-31 13:09   ` Thomas Monjalon
2024-07-31 11:27 ` Hemant Agrawal
2024-07-31 12:51 ` Ji, Kai

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