From: Vijayabhaskar Katamreddy Date: Thu, 7 Jun 2018 18:49:01 +0000 (-0700) Subject: Adding pad for reasm vnet_buffer reasm struct sothat adj_index is retained X-Git-Tag: v18.07-rc1~211 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F12954%2F4;p=vpp.git Adding pad for reasm vnet_buffer reasm struct sothat adj_index is retained Change-Id: Ib756c4f3e8caba1f77ef48b62a2a5d7283fe5016 Signed-off-by: Vijayabhaskar Katamreddy --- diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 5392f53a741..2ddea865024 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -163,6 +163,7 @@ typedef struct /* reassembly */ union { + u32 pad[2]; /* do not overlay w/ ip.adj_index[0,1] */ /* in/out variables */ struct {