* [PATCH] doc: remove deprecation for inline IPsec events
@ 2022-10-02 19:03 Akhil Goyal
2022-10-09 17:13 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Akhil Goyal @ 2022-10-02 19:03 UTC (permalink / raw)
To: dev; +Cc: thomas, Akhil Goyal
The IPsec SA expiry events were added as per below patch,
but the deprecation notice was not removed. This patch removed it.
Fixes: d1ce79d14ba1 ("ethdev: add IPsec SA expiry event subtypes")
Signed-off-by: Akhil Goyal <gakhil@marvell.com>
---
doc/guides/rel_notes/deprecation.rst | 5 -----
1 file changed, 5 deletions(-)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 80ec8ba01d..26ff2eedac 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -119,11 +119,6 @@ Deprecation Notices
alternative is implemented.
The legacy actions should be removed in DPDK 22.11.
-* ethdev: The enum ``rte_eth_event_ipsec_subtype`` will be extended to add
- new subtype values ``RTE_ETH_EVENT_IPSEC_SA_PKT_EXPIRY``,
- ``RTE_ETH_EVENT_IPSEC_SA_BYTE_HARD_EXPIRY`` and
- ``RTE_ETH_EVENT_IPSEC_SA_PKT_HARD_EXPIRY`` in DPDK 22.11.
-
* cryptodev: The function ``rte_cryptodev_cb_fn`` will be updated
to have another parameter ``qp_id`` to return the queue pair ID
which got error interrupt to the application,
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: remove deprecation for inline IPsec events
2022-10-02 19:03 [PATCH] doc: remove deprecation for inline IPsec events Akhil Goyal
@ 2022-10-09 17:13 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2022-10-09 17:13 UTC (permalink / raw)
To: Akhil Goyal; +Cc: dev
02/10/2022 21:03, Akhil Goyal:
> The IPsec SA expiry events were added as per below patch,
> but the deprecation notice was not removed. This patch removed it.
>
> Fixes: d1ce79d14ba1 ("ethdev: add IPsec SA expiry event subtypes")
>
> Signed-off-by: Akhil Goyal <gakhil@marvell.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-09 17:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-02 19:03 [PATCH] doc: remove deprecation for inline IPsec events Akhil Goyal
2022-10-09 17:13 ` 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).