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

2014-06-14 Thread Thomas Monjalon
2014-06-14 00:07, Richardson, Bruce: > From: Thomas Monjalon > > I've made the code style changes, move some configuration lines and added > > to BSD build (not tested). > > > I'd be a bit wary about adding it to the BSD build. I'm only running BSD in > a VM here, but there GCC fails to recognise

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

2014-06-14 Thread Thomas Monjalon
2014-06-13 12:02, Ananyev, Konstantin: > 2014-06-13 13:56, Thomas Monjalon: > > > Konstantin Ananyev (5): > > > Add ACL library (librte_acl) into DPDK > > > acl: update UT to reflect latest changes in the librte_acl > > > acl: New test-acl application > > > acl: New sample l3fwd-acl > > >

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

2014-06-14 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Friday, June 13, 2014 4:38 PM > To: Ananyev, Konstantin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCHv3 0/5] ACL library > > 2014-06-13 12:02, Ananyev,

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

2014-06-13 Thread Thomas Monjalon
Hi Konstantin, > Konstantin Ananyev (5): > Add ACL library (librte_acl) into DPDK > acl: update UT to reflect latest changes in the librte_acl > acl: New test-acl application > acl: New sample l3fwd-acl > acl: add doxygen configuration and start page > > v2 fixes: > * Fixed several chec

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

2014-06-13 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 with

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

2014-06-13 Thread Ananyev, Konstantin
hanks Konstantin -Original Message- From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] Sent: Friday, June 13, 2014 12:56 PM To: Ananyev, Konstantin Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCHv3 0/5] ACL library Hi Konstantin, > Konstantin Ananyev (5): > Add ACL library