diff mbox series

[API-NEXT,1/4] abi: event: add ODP_EVENT_IPSEC_RESULT

Message ID 1487776105-32713-2-git-send-email-petri.savolainen@linaro.org
State Accepted
Commit bae53291795e9c19cbfde9c0d0e11a19d9870623
Headers show
Series Add sha-1 and sha-512 | expand

Commit Message

Petri Savolainen Feb. 22, 2017, 3:08 p.m. UTC
Update ABI spec with the new IPSEC event type.

Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org>

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.8.1
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 4f6596b..ab14157 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;
 
 /**