doc: remove event crypto metadata deprecation note
authorShijith Thotton <sthotton@marvell.com>
Mon, 27 Sep 2021 15:22:44 +0000 (20:52 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Fri, 8 Oct 2021 19:31:07 +0000 (21:31 +0200)
Proposed change to event crypto metadata is not done as per deprecation
note. Instead, comments are updated in spec to improve readability.

Signed-off-by: Shijith Thotton <sthotton@marvell.com>
Acked-by: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
doc/guides/rel_notes/deprecation.rst
lib/eventdev/rte_event_crypto_adapter.h

index 309f105..97823a9 100644 (file)
@@ -235,12 +235,6 @@ Deprecation Notices
   values to the function ``rte_event_eth_rx_adapter_queue_add`` using
   the structure ``rte_event_eth_rx_adapter_queue_add``.
 
-* eventdev: Reserved bytes of ``rte_event_crypto_request`` is a space holder
-  for ``response_info``. Both should be decoupled for better clarity.
-  New space for ``response_info`` can be made by changing
-  ``rte_event_crypto_metadata`` type to structure from union.
-  This change is targeted for DPDK 21.11.
-
 * metrics: The function ``rte_metrics_init`` will have a non-void return
   in order to notify errors instead of calling ``rte_exit``.
 
index f8c6cca..30596ed 100644 (file)
@@ -227,6 +227,7 @@ union rte_event_crypto_metadata {
        struct rte_event_crypto_request request_info;
        /**< Request information to be filled in by application
         * for RTE_EVENT_CRYPTO_ADAPTER_OP_FORWARD mode.
+        * First 8 bytes of request_info is reserved for response_info.
         */
        struct rte_event response_info;
        /**< Response information to be filled in by application