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

2014-08-07 Thread Ananyev, Konstantin
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Wednesday, August 06, 2014 7:55 PM > To: Ananyev, Konstantin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] librte_acl make it build/work for 'default' > target >

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

2014-08-06 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

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

2014-08-06 Thread Neil Horman
On Wed, Aug 06, 2014 at 06:53:45PM +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