X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Facl%2Fhash_lookup_types.h;h=1fa197ec978d5d4156caf2149efd034882bff776;hb=7e550693dffd368b9dd8e0397674cfc4d10f9579;hp=837cc0a802d9c1be746a9a13e7b47617941d7c89;hpb=faef07fdd048cf96626daa8e09ed995af8e30f00;p=vpp.git diff --git a/src/plugins/acl/hash_lookup_types.h b/src/plugins/acl/hash_lookup_types.h index 837cc0a802d..1fa197ec978 100644 --- a/src/plugins/acl/hash_lookup_types.h +++ b/src/plugins/acl/hash_lookup_types.h @@ -38,6 +38,9 @@ typedef struct { typedef struct { /* The mask types present in this ACL */ uword *mask_type_index_bitmap; + /* hash ACL applied on these interfaces */ + u32 *inbound_sw_if_index_list; + u32 *outbound_sw_if_index_list; hash_ace_info_t *rules; } hash_acl_info_t; @@ -61,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 */