Re: [PATCH] doc: announce change in crypto queue setup

2024-07-31 Thread Thomas Monjalon
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 > > Acked-by: Anoob Joseph Acked-by: Hemant

Re: [PATCH] doc: announce change in crypto queue setup

2024-07-31 Thread Ji, Kai
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 --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3

RE: [PATCH] doc: announce change in crypto queue setup

2024-07-31 Thread Hemant Agrawal
com; ciara.po...@intel.com; Akhil Goyal > > 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 > rt

RE: [PATCH] doc: announce change in crypto queue setup

2024-07-31 Thread 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 Acked-by: Anoob Joseph

[PATCH] doc: announce change in crypto queue setup

2024-07-31 Thread 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 --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides