IPSEC: support GCM in ESP
[vpp.git] / src / vnet / buffer.h
index ee04627..2144ed3 100644 (file)
@@ -190,6 +190,7 @@ typedef struct
          {
            u32 next_index;     /* index of next node - ignored if "feature" node */
            u16 estimated_mtu;  /* estimated MTU calculated during reassembly */
+           u16 owner_thread_index;
          };
          /* internal variables used during reassembly */
          struct
@@ -200,6 +201,7 @@ typedef struct
            u16 range_last;
            u32 next_range_bi;
            u16 ip6_frag_hdr_offset;
+           u16 owner_feature_thread_index;
          };
        } reass;
       };
@@ -272,7 +274,6 @@ typedef struct
     /* interface output features */
     struct
     {
-      u32 flags;
       u32 sad_index;
     } ipsec;
 
@@ -389,11 +390,7 @@ typedef struct
   {
     u8 __unused;
     u8 flags;
-    union
-    {
-      u16 src_epg;
-      u16 sclass;
-    };
+    u16 sclass;
   } gbp;
 
   /**