diff mbox series

[API-NEXT,v1,1/1] api: event: add documentation for ODP_EVENT_PACKET_CRYPTO

Message ID 1504011606-3134-2-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [API-NEXT,v1,1/1] api: event: add documentation for ODP_EVENT_PACKET_CRYPTO | expand

Commit Message

Github ODP bot Aug. 29, 2017, 1 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 151 (lumag:add-event-type)
 ** https://github.com/Linaro/odp/pull/151
 ** Patch: https://github.com/Linaro/odp/pull/151.patch
 ** Base sha: 91c0b58fc87ba0431241818758cea94438cd5498
 ** Merge commit sha: f1a040b0394ac9e8ace3e02c99b20112de3d5d96
 **/
 include/odp/api/spec/event.h | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/include/odp/api/spec/event.h b/include/odp/api/spec/event.h
index 2ad3ce84..a14a7af1 100644
--- a/include/odp/api/spec/event.h
+++ b/include/odp/api/spec/event.h
@@ -77,6 +77,10 @@  extern "C" {
  *  List of event subtypes:
  * - ODP_EVENT_PACKET_BASIC
  *     - Packet event (odp_packet_t) with basic packet metadata
+ * - ODP_EVENT_PACKET_CRYPTO
+ *     - Packet event (odp_packet_t) generated as a result of a Crypto
+ *       operation. It contains crypto specific metadata in addition to the basic
+ *       packet metadata.
  * - ODP_EVENT_PACKET_IPSEC
  *     - Packet event (odp_packet_t) generated as a result of an IPsec
  *       operation. It contains IPSEC specific metadata in addition to the basic