acl: fix flow data comments
authorMichał Mirosław <michal.miroslaw@atendesoftware.pl>
Tue, 13 Dec 2016 01:08:16 +0000 (02:08 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 30 Jan 2017 10:15:11 +0000 (11:15 +0100)
Signed-off-by: Michał Mirosław <michal.miroslaw@atendesoftware.pl>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
lib/librte_acl/acl_run.h

index 024f393..a862ff6 100644 (file)
@@ -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;