ikev2: add support for custom ipsec-over-udp port
[vpp.git] / src / plugins / crypto_native / crypto_native.h
index 279684b..b83dd77 100644 (file)
@@ -22,6 +22,7 @@ typedef void *(crypto_native_key_fn_t) (vnet_crypto_key_t * key);
 
 typedef struct
 {
+  CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
   u8x16 cbc_iv[4];
 } crypto_native_per_thread_data_t;