acl-plugin: add hitcount to applied hash-acl entries
[vpp.git] / src / plugins / acl / hash_lookup_types.h
index f711000..1fa197e 100644 (file)
@@ -64,6 +64,10 @@ typedef struct {
    * chain tail, if this is the first entry
    */
   u32 tail_applied_entry_index;
+  /*
+   * number of hits on this entry
+   */
+  u64 hitcount;
   /*
    * Action of this applied ACE
    */