]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_acl/acl_run.h
mbuf: move chaining from ip_frag library
[dpdk.git] / lib / librte_acl / acl_run.h
index 4c843c130bc52c293ae3cb8820ef0bd09bc2ec2e..b2fc42c64af4e31e896078a29b443e9a0a5359ec 100644 (file)
 #define        _ACL_RUN_H_
 
 #include <rte_acl.h>
-#include "acl_vect.h"
 #include "acl.h"
 
+#define MAX_SEARCHES_AVX16     16
 #define MAX_SEARCHES_SSE8      8
 #define MAX_SEARCHES_SSE4      4
-#define MAX_SEARCHES_SSE2      2
 #define MAX_SEARCHES_SCALAR    2
 
 #define GET_NEXT_4BYTES(prm, idx)      \