[dpdk-dev] ACL trie build incrementally

Rapelly, Varun vrapelly at sonusnet.com
Tue Apr 5 08:19:59 CEST 2016


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



More information about the dev mailing list