Backport current state of optimized kernel rule engine to CPU

This commit is contained in:
jsteube
2017-08-20 12:50:24 +02:00
parent f63df45fca
commit 6907981f08
3 changed files with 537 additions and 569 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
#define _RP_KERNEL_ON_CPU_OPTIMIZED_H
u32 apply_rule_optimized (const u32 name, const u32 p0, const u32 p1, u32 buf0[4], u32 buf1[4], const u32 in_len);
u32 apply_rules_optimized (u32 *cmds, u32 buf0[4], u32 buf1[4], const u32 len);
u32 apply_rules_optimized (const u32 *cmds, u32 buf0[4], u32 buf1[4], const u32 len);
#endif // _RP_KERNEL_ON_CPU_OPTIMIZED_H