doc: announce change in crypto queue setup

Message ID 20240731112037.1440890-1-gakhil@marvell.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: announce change in crypto queue setup |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-marvell-Functional success Functional Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-unit-arm64-testing pending Testing pending
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-compile-amd64-testing pending Testing pending
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-sample-apps-testing success Testing PASS

Commit Message

Akhil Goyal July 31, 2024, 11:20 a.m. UTC
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(+)
  

Comments

Anoob Joseph July 31, 2024, 11:25 a.m. UTC | #1
> 
> 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>
  
Hemant Agrawal July 31, 2024, 11:27 a.m. UTC | #2
> -----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
  
Ji, Kai July 31, 2024, 12:51 p.m. UTC | #3
Acked-by: Kai Ji <kai.ji@intel.com>
  
Thomas Monjalon July 31, 2024, 1:09 p.m. UTC | #4
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.
  

Patch

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.