From 9f5a5512e5853abf1d13208eeeae442ddc232aa5 Mon Sep 17 00:00:00 2001 From: Maxim Uvarov Date: Thu, 18 Sep 2014 02:53:51 +0400 Subject: dpdk: add generic crypto Signed-off-by: Maxim Uvarov --- platform/linux-dpdk/include/odp_packet_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/linux-dpdk/include/odp_packet_internal.h') diff --git a/platform/linux-dpdk/include/odp_packet_internal.h b/platform/linux-dpdk/include/odp_packet_internal.h index 9357f90a2..ccaba5ac5 100644 --- a/platform/linux-dpdk/include/odp_packet_internal.h +++ b/platform/linux-dpdk/include/odp_packet_internal.h @@ -115,6 +115,8 @@ typedef struct { uint32_t frame_len; + uint64_t user_ctx; /* user context */ + odp_pktio_t input; uint32_t pad; -- cgit v1.2.3