diff mbox series

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

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

Commit Message

Github ODP bot Aug. 29, 2017, 2 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: 35c2d85c103d67ae4ae16b1e67ff5f66c002c6ce
 **/
 include/odp/api/spec/event.h | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Savolainen, Petri (Nokia - FI/Espoo) Aug. 30, 2017, 7:39 a.m. UTC | #1
Reviewed-by: Petri Savolainen <petri.savolainen@linaro.org>



> -----Original Message-----

> From: lng-odp [mailto:lng-odp-bounces@lists.linaro.org] On Behalf Of

> Github ODP bot

> Sent: Tuesday, August 29, 2017 5:00 PM

> To: lng-odp@lists.linaro.org

> Subject: [lng-odp] [PATCH API-NEXT v2 1/1] api: event: add documentation

> for ODP_EVENT_PACKET_CRYPTO

> 

> 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: 35c2d85c103d67ae4ae16b1e67ff5f66c002c6ce

>  **/

>  include/odp/api/spec/event.h | 4 ++++

>  1 file changed, 4 insertions(+)

> 

> diff --git a/include/odp/api/spec/event.h b/include/odp/api/spec/event.h

> index 2ad3ce84..f924973f 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
diff mbox series

Patch

diff --git a/include/odp/api/spec/event.h b/include/odp/api/spec/event.h
index 2ad3ce84..f924973f 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