mk: split install rule
[dpdk.git] / lib / librte_acl / rte_acl.h
index 98ef2fc..0979a09 100644 (file)
@@ -270,6 +270,7 @@ enum rte_acl_classify_alg {
        RTE_ACL_CLASSIFY_SCALAR = 1,  /**< generic implementation. */
        RTE_ACL_CLASSIFY_SSE = 2,     /**< requires SSE4.1 support. */
        RTE_ACL_CLASSIFY_AVX2 = 3,    /**< requires AVX2 support. */
+       RTE_ACL_CLASSIFY_NEON = 4,    /**< requires NEON support. */
        RTE_ACL_CLASSIFY_NUM          /* should always be the last one. */
 };