]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_acl/acl.h
acl: add AVX2 classify method
[dpdk.git] / lib / librte_acl / acl.h
index 96bb318730dbf575302e3ebcc97a7ebf020808f9..d33d7adef74bed0709f59ba85dac34c5b81fbafc 100644 (file)
@@ -196,6 +196,10 @@ int
 rte_acl_classify_sse(const struct rte_acl_ctx *ctx, const uint8_t **data,
        uint32_t *results, uint32_t num, uint32_t categories);
 
+int
+rte_acl_classify_avx2(const struct rte_acl_ctx *ctx, const uint8_t **data,
+       uint32_t *results, uint32_t num, uint32_t categories);
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */