X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=VNFs%2FvACL%2Fpipeline%2Fpipeline_acl_be.h;fp=VNFs%2FvACL%2Fpipeline%2Fpipeline_acl_be.h;h=edce7e4c159883b5cb4babbb420c831b1118ab00;hb=2e53911bb32745221fdc077d06237abc44ad9962;hp=bbb20e822409b4016b2853e0e9bee8f21ee970dc;hpb=58c7eb1100e51176c20e5d57250cb46ed7020fa3;p=samplevnf.git diff --git a/VNFs/vACL/pipeline/pipeline_acl_be.h b/VNFs/vACL/pipeline/pipeline_acl_be.h index bbb20e82..edce7e4c 100644 --- a/VNFs/vACL/pipeline/pipeline_acl_be.h +++ b/VNFs/vACL/pipeline/pipeline_acl_be.h @@ -64,7 +64,7 @@ extern uint8_t ACL_DEBUG; * One counter block per ACL Thread */ struct rte_ACL_counter_block { - char name[32]; + char name[PIPELINE_NAME_SIZE]; /* as long as a counter doesn't cross cache line, writes are atomic */ uint64_t tpkts_processed; uint64_t bytes_processed; /* includes all L3 and higher headers */