X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbuffer.h;h=27aeb3b42ea4008573457419a91b8cf299b3ae1d;hb=aa7d7662f63bfe6643b193f74288aea67f883744;hp=88637e1d90262e29e4369d080bba41d37beb24e8;hpb=088bf1dcc32fcd26dac312a5561e0f263fa401d9;p=vpp.git diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 88637e1d902..27aeb3b42ea 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -309,8 +309,11 @@ typedef struct /* interface output features */ struct { + /* don't overlap the adjcencies nor flow-hash */ + u32 __pad[3]; u32 sad_index; u32 protect_index; + u16 thread_index; } ipsec; /* MAP */