Home
last modified time | relevance | path

Searched refs:RTE_ACL_CLASSIFY_NEON (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/acl/
H A Drte_acl.c102 [RTE_ACL_CLASSIFY_NEON] = rte_acl_classify_neon,
115 if (alg == RTE_ACL_CLASSIFY_NEON) { in acl_check_alg_arm()
215 case RTE_ACL_CLASSIFY_NEON: in acl_check_alg()
244 RTE_ACL_CLASSIFY_NEON, in acl_get_best_alg() enumerator
H A Drte_acl.h242 RTE_ACL_CLASSIFY_NEON = 4, /**< requires NEON support. */ enumerator
/dpdk/app/test-acl/
H A Dmain.c80 .alg = RTE_ACL_CLASSIFY_NEON,
/dpdk/doc/guides/prog_guide/
H A Dpacket_classif_access_ctrl.rst379 * **RTE_ACL_CLASSIFY_NEON**: vector implementation, can process up to 8 flows
/dpdk/app/test/
H A Dtest_acl.c352 RTE_ACL_CLASSIFY_NEON, in test_classify_run() enumerator
/dpdk/examples/l3fwd-acl/
H A Dmain.c167 .alg = RTE_ACL_CLASSIFY_NEON,