]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_acl/acl.h
acl: remove subtree calculations at build stage
[dpdk.git] / lib / librte_acl / acl.h
index 4dadab5f148d499668599dd3e5b1394f65f54546..eb4930ca26159662e8f65da5f6c871eb833673a3 100644 (file)
@@ -151,13 +151,6 @@ struct rte_acl_node {
        /* free list link or pointer to duplicate node during merge */
        struct rte_acl_node     *prev;
        /* points to node from which this node was duplicated */
-
-       uint32_t                subtree_id;
-       uint32_t                subtree_ref_count;
-
-};
-enum {
-       RTE_ACL_SUBTREE_NODE = 0x80000000
 };
 
 /*