diff mbox series

[3/4] abi: event: add ODP_EVENT_IPSEC_RESULT

Message ID 20170221224127.31314-3-dmitry.ereminsolenikov@linaro.org
State New
Headers show
Series [1/4] example: ipsec_offload: enable compilation | expand

Commit Message

Dmitry Eremin-Solenikov Feb. 21, 2017, 10:41 p.m. UTC
ODP_EVENT_IPSEC_RESULT is an event type used for result reporting from
IPsec offload.

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

---
 include/odp/arch/default/api/abi/event.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.11.0

Comments

Bill Fischofer Feb. 21, 2017, 11:44 p.m. UTC | #1
This looks like it should be an independent patch.

On Tue, Feb 21, 2017 at 4:41 PM, Dmitry Eremin-Solenikov <
dmitry.ereminsolenikov@linaro.org> wrote:

> ODP_EVENT_IPSEC_RESULT is an event type used for result reporting from

> IPsec offload.

>

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

>


Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>



> ---

>  include/odp/arch/default/api/abi/event.h | 3 ++-

>  1 file changed, 2 insertions(+), 1 deletion(-)

>

> diff --git a/include/odp/arch/default/api/abi/event.h

> b/include/odp/arch/default/api/abi/event.h

> index 4f6596b1..df9870a8 100644

> --- a/include/odp/arch/default/api/abi/event.h

> +++ b/include/odp/arch/default/api/abi/event.h

> @@ -28,7 +28,8 @@ typedef enum odp_event_type_t {

>         ODP_EVENT_BUFFER       = 1,

>         ODP_EVENT_PACKET       = 2,

>         ODP_EVENT_TIMEOUT      = 3,

> -       ODP_EVENT_CRYPTO_COMPL = 4

> +       ODP_EVENT_CRYPTO_COMPL = 4,

> +       ODP_EVENT_IPSEC_RESULT = 5,

>  } odp_event_type_t;

>

>  /**

> --

> 2.11.0

>

>
diff mbox series

Patch

diff --git a/include/odp/arch/default/api/abi/event.h b/include/odp/arch/default/api/abi/event.h
index 4f6596b1..df9870a8 100644
--- a/include/odp/arch/default/api/abi/event.h
+++ b/include/odp/arch/default/api/abi/event.h
@@ -28,7 +28,8 @@  typedef enum odp_event_type_t {
 	ODP_EVENT_BUFFER       = 1,
 	ODP_EVENT_PACKET       = 2,
 	ODP_EVENT_TIMEOUT      = 3,
-	ODP_EVENT_CRYPTO_COMPL = 4
+	ODP_EVENT_CRYPTO_COMPL = 4,
+	ODP_EVENT_IPSEC_RESULT = 5,
 } odp_event_type_t;
 
 /**