numam-dpdk/examples/performance-thread
Thomas Monjalon 26ebdfff37 examples/performance-thread: fix build without SSE4.1
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 only when ENABLE_MULTI_BUFFER_OPTIMIZE is 1.

Fixes: d48415e1fe ("examples/performance-thread: add l3fwd-thread app")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2016-03-22 19:22:06 +01:00
..
common config: remove useless explicit includes of generated header 2016-02-10 22:43:38 +01:00
l3fwd-thread examples/performance-thread: fix build without SSE4.1 2016-03-22 19:22:06 +01:00
pthread_shim config: remove useless explicit includes of generated header 2016-02-10 22:43:38 +01:00
Makefile examples/performance-thread: add pthread_shim app 2015-12-11 02:16:26 +01:00