On Tue, Nov 15, 2016 at 10:40 AM, Nikhil Jagtap
wrote:
> Is it possible to build the ACL context over a period of time, one rule
> at a time by calling build post each add operation?
> Something like this :
> rte_acl_add_rules(ctx, rule1, 1);
> rte_acl_build(ctx, build_cfg);
> rte_acl
Hi,
I had a couple of questions about ACL support in DPDK.
1) Is it possible to build the ACL context over a period of time, one rule
at a time by calling build post each add operation?
Something like this :
rte_acl_add_rules(ctx, rule1, 1);
rte_acl_build(ctx, build_cfg);
rte_acl_add_
2 matches
Mail list logo