Adding pad for reasm vnet_buffer reasm struct sothat adj_index is retained
[vpp.git] / src / vnet / buffer.h
index 86bee6f..2ddea86 100644 (file)
@@ -88,7 +88,6 @@ _(ip)                                           \
 _(swt)                                          \
 _(l2)                                           \
 _(l2t)                                          \
-_(gre)                                          \
 _(l2_classify)                                  \
 _(handoff)                                      \
 _(policer)                                      \
@@ -164,6 +163,7 @@ typedef struct
        /* reassembly */
        union
        {
+         u32 pad[2];           /* do not overlay w/ ip.adj_index[0,1] */
          /* in/out variables */
          struct
          {
@@ -236,11 +236,6 @@ typedef struct
       u32 session_index;
     } l2t;
 
-    struct
-    {
-      u32 src, dst;
-    } gre;
-
     /* L2 classify */
     struct
     {