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:

committed by
Damjan Marion

parent
2dc942e873
commit
0a7551bef8
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user