Hi All,

Can we build ACL trie in following way [lets say 4000 rules]: [I'm using DPDK 
2.1.0]

1.       Create context

2.       Add 1000 rules, to the context [rte_acl_add_rules]

3.       Then build the trie [rte_acl_build]for 1000 rules.

4.       Then repeat the steps 2-3 for the remaining 3000 rules


Is the above approach is ok? Or is there any other way to build the trie in 
incremental fashion?

Regards,
Varun

Reply via email to