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
This commit is contained in:
Ray Kinsella
2021-11-17 10:03:04 +00:00
committed by Damjan Marion
parent 2dc942e873
commit 0a7551bef8
5 changed files with 1 additions and 9 deletions

View File

@@ -187,9 +187,7 @@ typedef struct
u16 msg_id_base;
/* cache for last 8 geneve tunnel */
#ifdef CLIB_HAVE_VEC512
vtep4_cache_t vtep4_u512;
#endif
} geneve_main_t;