X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbuffer.h;h=9e997b81c52c66b186ef6b55d3d8c2d52e6c2f72;hb=c05e2852f6755f38065e633a3c1bcf7a502e1bf3;hp=50515c435e29ad7ac4e329246b3e5897824815e8;hpb=2a595da121b28784f73e710534522583cac7af40;p=vpp.git diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 50515c435e2..9e997b81c52 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -452,11 +452,10 @@ typedef struct /* size of L4 prototol header */ u16 gso_l4_hdr_sz; - /* The union below has a u64 alignment, so this space is unused */ - u32 __unused2[1]; - struct { + u16 unused; + u16 thread_next; u32 arc_next; u32 ed_out2in_nat_session_index; } nat;