numam-dpdk/app/test-pipeline
Thomas Monjalon eced116610 mk: fix build with shared pcap pmd
Some applications doesn't have the pcap link flag
when shared libraries are enabled.
Indeed in such case, pcap PMD must not be linked but pcap library should.

Actually -lpcap is always needed if pcap PMD is used,
and -lrte_pmd_pcap must be set only with static PMD library.
So the flags -lrte_pmd_pcap and -lpcap are enabled separately.

Workarounds in test-pmd/ and test-pipeline/ can be removed.

Reported-by: Stepan Sojka <stepan.sojka@adaptivemobile.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
2014-12-16 23:35:31 +01:00
..
config.c app/pipeline: packet framework benchmark 2014-06-17 03:34:11 +02:00
init.c examples: do not probe pci twice 2014-09-29 13:08:53 +02:00
main.c app: no more bare metal environment 2014-11-27 13:09:55 +01:00
main.h app: no more bare metal environment 2014-11-27 13:09:55 +01:00
Makefile mk: fix build with shared pcap pmd 2014-12-16 23:35:31 +01:00
pipeline_acl.c app/pipeline: packet framework benchmark 2014-06-17 03:34:11 +02:00
pipeline_hash.c app/pipeline: packet framework benchmark 2014-06-17 03:34:11 +02:00
pipeline_lpm_ipv6.c app/pipeline: packet framework benchmark 2014-06-17 03:34:11 +02:00
pipeline_lpm.c app/pipeline: packet framework benchmark 2014-06-17 03:34:11 +02:00
pipeline_stub.c app/pipeline: packet framework benchmark 2014-06-17 03:34:11 +02:00
runtime.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00