numam-dpdk/examples/ip_pipeline
Thomas Monjalon 28377375c6 examples/ip_pipeline: fix build for x86_64 without SSE4.2
The compiler cannot use _mm_crc32_u64:

examples/ip_pipeline/pipeline/hash_func.h:165:9:
error: implicit declaration of function '_mm_crc32_u64' is invalid in C99

Fixes: 947024a26d ("examples/ip_pipeline: rework passthrough pipeline")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2016-02-16 07:33:43 +01:00
..
config doc: drop old naming of the project 2016-02-10 15:47:51 +01:00
pipeline examples/ip_pipeline: fix build for x86_64 without SSE4.2 2016-02-16 07:33:43 +01:00
app.h examples/ip_pipeline: check pipeline type 2015-12-07 02:35:56 +01:00
config_check.c examples/ip_pipeline: check queues 2015-12-07 02:35:56 +01:00
config_parse_tm.c examples/ip_pipeline: fix buffer overrun 2015-12-13 02:39:19 +01:00
config_parse.c examples/ip_pipeline: fix parsing error code 2015-12-13 02:39:24 +01:00
cpu_core_map.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
cpu_core_map.h examples/ip_pipeline: rework config file syntax 2015-07-09 17:25:45 +02:00
init.c examples/ip_pipeline: fix buffer copy size 2015-12-13 02:35:05 +01:00
main.c examples/ip_pipeline: add more ports 2015-11-26 00:32:12 +01:00
Makefile examples/ip_pipeline: add flow actions pipeline 2015-12-07 02:35:56 +01:00
pipeline_be.h examples/ip_pipeline: add hex parsing 2015-11-26 00:45:50 +01:00
pipeline.h examples/ip_pipeline: reconfigure thread binding dynamically 2015-12-07 02:35:56 +01:00
thread_fe.c examples/ip_pipeline: fix coverity warnings 2015-12-09 22:02:33 +01:00
thread_fe.h examples/ip_pipeline: reconfigure thread binding dynamically 2015-12-07 02:35:56 +01:00
thread.c examples/ip_pipeline: reconfigure thread binding dynamically 2015-12-07 02:35:56 +01:00
thread.h examples/ip_pipeline: reconfigure thread binding dynamically 2015-12-07 02:35:56 +01:00