[dpdk-dev] [PATCHv2 0/5] ACL library

2014-06-12 Thread Thomas Monjalon
Hi Konstantin, 2014-05-28 20:26, Konstantin Ananyev: > v2 fixes: > * Fixed several checkpatch.pl issues It seems that many checkpatch issues are remaining. Could you re-check please? Thanks -- Thomas

[dpdk-dev] [PATCHv2 0/5] ACL library

2014-06-06 Thread De Lara Guarch, Pablo
Acked-by: Pablo de Lara Guarch > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Konstantin Ananyev > Sent: Wednesday, May 28, 2014 8:27 PM > To: dev at dpdk.org; dev at dpdk.org > Subject: [dpdk-dev] [PATCHv2 0/5] ACL library > > Th

[dpdk-dev] [PATCHv2 0/5] ACL library

2014-06-06 Thread Cao, Waterman
Tested-by: Waterman Cao This patch has been tested by Intel. Basic functional test has been performed about 'l3fwd-acl', all cases are passed. It includes test_l3fwdacl_acl_rule, test_l3fwdacl_exact_route, test_l3fwdacl_lpm_route, test_l3fwdAcl_Scalar and test_l3fwdacl_invalid. There is one

[dpdk-dev] [PATCHv2 0/5] ACL library

2014-05-28 Thread Konstantin Ananyev
The ACL library is used to perform an N-tuple search over a set of rules with multiple categories and find the best match (highest priority) for each category. This code was previously released under a proprietary license, but is now being released under a BSD license to allow its integration