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

2016-03-11 Thread Thomas Monjalon
2016-03-10 17:06, Maciej.Czekaj at caviumnetworks.com: > From: Maciej Czekaj > > 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

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

2016-03-10 Thread maciej.cze...@caviumnetworks.com
From: Maciej Czekaj 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.

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

2016-03-10 Thread maciej.cze...@caviumnetworks.com
From: Maciej Czekaj This patch depends on following pending patches: lpm: add support for NEON http://dpdk.org/dev/patchwork/patch/10479/ lpm: make rte_lpm_lookupx4 API definition architecture agnostic http://dpdk.org/dev/patchwork/patch/10478/ Maciej Czekaj

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

2016-03-10 Thread maciej.cze...@caviumnetworks.com
From: Maciej Czekaj 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.

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

2016-03-10 Thread maciej.cze...@caviumnetworks.com
From: Maciej Czekaj This patch depends on following pending patches: lpm: add support for NEON http://dpdk.org/dev/patchwork/patch/10479/ lpm: make rte_lpm_lookupx4 API definition architecture agnostic http://dpdk.org/dev/patchwork/patch/10478/ Maciej Czekaj