acl-plugin: rework the optimization 7383, fortify acl-plugin memory behavior (VPP...
[vpp.git] / src / plugins / acl / hash_lookup_types.h
index 1c04459..fbc9777 100644 (file)
@@ -57,6 +57,10 @@ typedef struct {
    * if ~0 then this is entry in the hash.
    */
   u32 prev_applied_entry_index;
+  /*
+   * chain tail, if this is the first entry
+   */
+  u32 tail_applied_entry_index;
   /*
    * Action of this applied ACE
    */