X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=lib%2Flibrte_acl%2Facl_run.h;h=a862ff6ec6632484fb12c70a501b9b270beee7dc;hb=d07b5b0b6b370b7c603dd90707e0dfdb03840f56;hp=024f3931438e873658c3d5db02ce3a9f2fa2af5f;hpb=6b3e017e5d25f15da73f7700f7f2ac553ef1a2e9;p=deb_dpdk.git diff --git a/lib/librte_acl/acl_run.h b/lib/librte_acl/acl_run.h index 024f3931..a862ff6e 100644 --- a/lib/librte_acl/acl_run.h +++ b/lib/librte_acl/acl_run.h @@ -69,10 +69,10 @@ struct acl_flow_data { uint32_t trie; /* current trie index (0 to N-1) */ uint32_t cmplt_size; + /* maximum number of packets to process */ uint32_t total_packets; - uint32_t categories; /* number of result categories per packet. */ - /* maximum number of packets to process */ + uint32_t categories; const uint64_t *trans; const uint8_t **data; uint32_t *results;