]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_acl/rte_acl.h
acl: add AltiVec for ppc64
[dpdk.git] / lib / librte_acl / rte_acl.h
index 0979a09831db5dda24e44333fc613104feeeaa64..8d4e2a681775712768e1184cad18dedb448fcefd 100644 (file)
@@ -271,6 +271,7 @@ enum rte_acl_classify_alg {
        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_ALTIVEC = 5,    /**< requires ALTIVEC support. */
        RTE_ACL_CLASSIFY_NUM          /* should always be the last one. */
 };