Re: [dpdk-dev] [PATCH v7 06/17] lib: add SIMD flow matching to distributor

2017-02-24 Thread Bruce Richardson
On Tue, Feb 21, 2017 at 03:17:42AM +, David Hunt wrote: > Add an optimised version of the in-flight flow matching algorithm > using SIMD instructions. This should give up to 1.5x over the scalar > versions performance. > > Falls back to scalar version if SSE4.2 not available > > Signed-off-by

[dpdk-dev] [PATCH v7 06/17] lib: add SIMD flow matching to distributor

2017-02-21 Thread David Hunt
Add an optimised version of the in-flight flow matching algorithm using SIMD instructions. This should give up to 1.5x over the scalar versions performance. Falls back to scalar version if SSE4.2 not available Signed-off-by: David Hunt --- lib/librte_distributor/Makefile|