[dpdk-dev] [PATCH] examples/l3fwd: report error when no vector engine is available

2016-06-08 Thread Thomas Monjalon
2016-04-26 13:30, Jan Viktorin: > If no SSE nor NEON are available the l3fwd should complain loudly to quickly > find out the reason. > > Signed-off-by: Jan Viktorin Applied, thanks

[dpdk-dev] [PATCH] examples/l3fwd: report error when no vector engine is available

2016-04-26 Thread Jan Viktorin
If no SSE nor NEON are available the l3fwd should complain loudly to quickly find out the reason. Signed-off-by: Jan Viktorin --- It has happened to me once when I've accidently built a GCC without the NEON support. It was confusing as at first I thought it is a bug... It is not, there is just mi