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

2014-09-01 Thread Thomas Monjalon
2014-08-29 17:58, Ananyev, Konstantin: > Good way to overcome the problem. > From what I am seeing it adds a tiny slowdown (as expected) ... > Though it provides a good flexibility and I don't have any better ideas. > So I'd say let stick with that approach. Nice work guys. I'd like to have this

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

2014-08-29 Thread Ananyev, Konstantin
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Thursday, August 28, 2014 9:38 PM > To: dev at dpdk.org > Cc: Neil Horman; Ananyev, Konstantin; thomas.monjalon at 6wind.com > Subject: [PATCHv4] librte_acl make it build/work for 'default' target > > Make

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

2014-08-28 Thread Neil Horman
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