[dpdk-dev] [PATCHv5] librte_acl make it build/work for 'default' target

2014-09-25 Thread Zhan, Zhaochen
Tested-by: Zhaochen Zhan This patch has been verified both on "native" and "default" target. Please see environment information as the following: CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz OS: Linux fc20 3.11.10-301.fc20.x86_64 GCC: 4.8.3 NIC: Intel Niantic 82599

[dpdk-dev] [PATCHv5] librte_acl make it build/work for 'default' target

2014-09-03 Thread Thomas Monjalon
> > Make ACL library to build/work on 'default' architecture: > > - make rte_acl_classify_scalar really scalar > > (make sure it wouldn't use sse4 instrincts through resolve_priority()). > > - Provide two versions of rte_acl_classify code path: > > rte_acl_classify_sse() - could be build and use

[dpdk-dev] [PATCHv5] librte_acl make it build/work for 'default' target

2014-09-02 Thread Matthew Hall
On Wed, Sep 03, 2014 at 03:29:16AM +0200, Thomas Monjalon wrote: > > > Make ACL library to build/work on 'default' architecture: Upon reading all the steps taken to implement the new multi-arch version of the code, I had a funny feeling where each time I asked, "But... what if X???" the next ste

[dpdk-dev] [PATCHv5] librte_acl make it build/work for 'default' target

2014-09-02 Thread Neil Horman
On Mon, Sep 01, 2014 at 04:28:44PM +0100, Konstantin Ananyev wrote: > Make ACL library to build/work on 'default' architecture: > - make rte_acl_classify_scalar really scalar > (make sure it wouldn't use sse4 instrincts through resolve_priority()). > - Provide two versions of rte_acl_classify code

[dpdk-dev] [PATCHv5] librte_acl make it build/work for 'default' target

2014-09-01 Thread Konstantin Ananyev
Make ACL library to build/work on 'default' architecture: - make rte_acl_classify_scalar really scalar (make sure it wouldn't use sse4 instrincts through resolve_priority()). - Provide two versions of rte_acl_classify code path: rte_acl_classify_sse() - could be build and used only on systems wi