[dpdk-dev] [PATCH] l3fwd: Fix compilation & enable exact match mode on ARM.

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Mar 11 16:16:48 CET 2016


2016-03-10 17:06, Maciej.Czekaj at caviumnetworks.com:
> From: Maciej Czekaj <Maciej.Czekaj at caviumnetworks.com>
> 
> Enable NEON support in exact match mode.
> l3fwd example did not compile on ARM due to SSE2 instrincics used
> in generic part.
> Some instrinsins were used to initialize data structures and those were
> replaced by ordinary structure initalization.
> All SSE2 intrinsics used in forwarding, i.e. masking the IP/TCP header
> are moved to single inline function and made arch-specific.
> 
> Signed-off-by: Maciej Czekaj <Maciej.Czekaj at caviumnetworks.com>

Applied, thanks



More information about the dev mailing list