diff options
author | Ray Kinsella <mdr@ashroe.eu> | 2021-11-17 10:03:04 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-11-23 12:58:42 +0000 |
commit | 0a7551bef872363bd3a25129bdc91dbf2a3b1ee2 (patch) | |
tree | a4e9aecae1e83b3aaf1aa47b5aede70d05848f38 /src/plugins/gtpu/gtpu.h | |
parent | 2dc942e8735de7e4e6bb7212e2c006190d5dcc52 (diff) |
vxlan: multiarch optimization of vxlan
Fixing the mutliarch versions of vxlan, geneve and friends. Ensures that
main struct is correctly sized for all multiarch permutations.
Type: fix
Fixes: 290526e3c
Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
Change-Id: I7c4c435763a5dcb0c3b429cd4f361d373d480c03
Diffstat (limited to 'src/plugins/gtpu/gtpu.h')
-rw-r--r-- | src/plugins/gtpu/gtpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/gtpu/gtpu.h b/src/plugins/gtpu/gtpu.h index 59e340148fb..72d09232001 100644 --- a/src/plugins/gtpu/gtpu.h +++ b/src/plugins/gtpu/gtpu.h @@ -237,9 +237,7 @@ typedef struct vnet_main_t *vnet_main; u32 flow_id_start; /* cache for last 8 gtpu tunnel */ -#ifdef CLIB_HAVE_VEC512 vtep4_cache_t vtep4_u512; -#endif } gtpu_main_t; |