[dpdk-dev] [PATCH] examples/performance-thread: fix build without SSE4.1

2016-03-22 Thread Thomas Monjalon
> clang reports these errors: > > error: too many arguments to function call, expected 2, have 3 > examples/performance-thread/l3fwd-thread/main.c:1220:1: note: > 'l3fwd_simple_forward' declared here > > examples/l3fwd/main.c:550:1: error: unused function 'send_packetsx4' > > The

[dpdk-dev] [PATCH] examples/performance-thread: fix build without SSE4.1

2016-03-22 Thread Thomas Monjalon
clang reports these errors: error: too many arguments to function call, expected 2, have 3 examples/performance-thread/l3fwd-thread/main.c:1220:1: note: 'l3fwd_simple_forward' declared here examples/l3fwd/main.c:550:1: error: unused function 'send_packetsx4' The function is used