All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: announce crypto op struct changes
@ 2021-08-02 11:11 Anoob Joseph
  2021-08-02 12:36 ` Akhil Goyal
  2021-08-02 21:18 ` Ananyev, Konstantin
  0 siblings, 2 replies; 5+ messages in thread
From: Anoob Joseph @ 2021-08-02 11:11 UTC (permalink / raw)
  To: Akhil Goyal, Declan Doherty, Fan Zhang, Konstantin Ananyev
  Cc: Anoob Joseph, Jerin Jacob, Archana Muniganti, Tejasree Kondoj,
	Hemant Agrawal, dev

One reserved byte in rte_crypto_op struct would be used to indicate
warnings and other information from the crypto/security operation. This
field will be used to communicate events such as soft expiry with IPsec
in lookaside mode.

Signed-off-by: Anoob Joseph <anoobj@marvell.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 6a35c76..b5f50a4 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -151,3 +151,8 @@ Deprecation Notices
 * security: The functions ``rte_security_set_pkt_metadata`` and
   ``rte_security_get_userdata`` will be made inline functions and additional
   flags will be added in structure ``rte_security_ctx`` in DPDK 21.11.
+
+* cryptodev: The structure ``rte_crypto_op`` would be updated to reduce
+  reserved bytes to 2 (from 3), and use 1 byte to indicate warnings and other
+  information from the crypto/security operation. This field will be used to
+  communicate events such as soft expiry with IPsec in lookaside mode.
-- 
2.7.4


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

* Re: [dpdk-dev] [PATCH] doc: announce crypto op struct changes
  2021-08-02 11:11 [dpdk-dev] [PATCH] doc: announce crypto op struct changes Anoob Joseph
@ 2021-08-02 12:36 ` Akhil Goyal
  2021-08-04 16:31   ` Thomas Monjalon
  2021-08-02 21:18 ` Ananyev, Konstantin
  1 sibling, 1 reply; 5+ messages in thread
From: Akhil Goyal @ 2021-08-02 12:36 UTC (permalink / raw)
  To: Anoob Joseph, Declan Doherty, Fan Zhang, Konstantin Ananyev
  Cc: Anoob Joseph, Jerin Jacob Kollanukkaran, Archana Muniganti,
	Tejasree Kondoj, Hemant Agrawal, dev

> One reserved byte in rte_crypto_op struct would be used to indicate
> warnings and other information from the crypto/security operation. This
> field will be used to communicate events such as soft expiry with IPsec
> in lookaside mode.
> 
> Signed-off-by: Anoob Joseph <anoobj@marvell.com>
> ---
Acked-by: Akhil Goyal <gakhil@marvell.com>

@Konstantin Ananyev: Could you Ack this notice, it is as per our discussion.


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

* Re: [dpdk-dev] [PATCH] doc: announce crypto op struct changes
  2021-08-02 11:11 [dpdk-dev] [PATCH] doc: announce crypto op struct changes Anoob Joseph
  2021-08-02 12:36 ` Akhil Goyal
@ 2021-08-02 21:18 ` Ananyev, Konstantin
  2021-08-03  6:52   ` Hemant Agrawal
  1 sibling, 1 reply; 5+ messages in thread
From: Ananyev, Konstantin @ 2021-08-02 21:18 UTC (permalink / raw)
  To: Anoob Joseph, Akhil Goyal, Doherty, Declan, Zhang, Roy Fan
  Cc: Jerin Jacob, Archana Muniganti, Tejasree Kondoj, Hemant Agrawal, dev


> One reserved byte in rte_crypto_op struct would be used to indicate
> warnings and other information from the crypto/security operation. This
> field will be used to communicate events such as soft expiry with IPsec
> in lookaside mode.
> 
> Signed-off-by: Anoob Joseph <anoobj@marvell.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 6a35c76..b5f50a4 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -151,3 +151,8 @@ Deprecation Notices
>  * security: The functions ``rte_security_set_pkt_metadata`` and
>    ``rte_security_get_userdata`` will be made inline functions and additional
>    flags will be added in structure ``rte_security_ctx`` in DPDK 21.11.
> +
> +* cryptodev: The structure ``rte_crypto_op`` would be updated to reduce
> +  reserved bytes to 2 (from 3), and use 1 byte to indicate warnings and other
> +  information from the crypto/security operation. This field will be used to
> +  communicate events such as soft expiry with IPsec in lookaside mode.
> --

Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

> 2.7.4


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

* Re: [dpdk-dev] [PATCH] doc: announce crypto op struct changes
  2021-08-02 21:18 ` Ananyev, Konstantin
@ 2021-08-03  6:52   ` Hemant Agrawal
  0 siblings, 0 replies; 5+ messages in thread
From: Hemant Agrawal @ 2021-08-03  6:52 UTC (permalink / raw)
  To: Ananyev, Konstantin, Anoob Joseph, Akhil Goyal, Doherty, Declan,
	Zhang, Roy Fan
  Cc: Jerin Jacob, Archana Muniganti, Tejasree Kondoj, dev

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

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

* Re: [dpdk-dev] [PATCH] doc: announce crypto op struct changes
  2021-08-02 12:36 ` Akhil Goyal
@ 2021-08-04 16:31   ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2021-08-04 16:31 UTC (permalink / raw)
  To: Akhil Goyal
  Cc: Anoob Joseph, Declan Doherty, Fan Zhang, Konstantin Ananyev, dev,
	Anoob Joseph, Jerin Jacob Kollanukkaran, Archana Muniganti,
	Tejasree Kondoj, Hemant Agrawal

02/08/2021 14:36, Akhil Goyal:
> > One reserved byte in rte_crypto_op struct would be used to indicate
> > warnings and other information from the crypto/security operation. This
> > field will be used to communicate events such as soft expiry with IPsec
> > in lookaside mode.
> > 
> > Signed-off-by: Anoob Joseph <anoobj@marvell.com>
> > ---
> Acked-by: Akhil Goyal <gakhil@marvell.com>

Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

Applied, thanks.



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

end of thread, other threads:[~2021-08-04 16:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02 11:11 [dpdk-dev] [PATCH] doc: announce crypto op struct changes Anoob Joseph
2021-08-02 12:36 ` Akhil Goyal
2021-08-04 16:31   ` Thomas Monjalon
2021-08-02 21:18 ` Ananyev, Konstantin
2021-08-03  6:52   ` Hemant Agrawal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.