numam-dpdk/examples/ip_pipeline
Thomas Monjalon 68fa37e021 examples: do not probe pci twice
Since commit a155d43011 ("support link bonding device initialization"),
rte_eal_pci_probe() is called in rte_eal_init().
So it doesn't have to be called by application anymore.
It has been fixed for testpmd in commit 2950a76931,
and this patch remove it from other applications.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: David Marchand <david.marchand@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
2014-09-29 13:08:53 +02:00
..
cmdline.c mbuf: remove rte_ctrlmbuf 2014-09-17 11:27:50 +02:00
config.c eal: deprecate rte_snprintf 2014-06-27 02:31:24 +02:00
init.c examples: do not probe pci twice 2014-09-29 13:08:53 +02:00
ip_pipeline.cfg examples/pipeline: packet framework sample 2014-06-17 03:34:11 +02:00
ip_pipeline.sh examples/pipeline: packet framework sample 2014-06-17 03:34:11 +02:00
main.c mbuf: rename RTE_MBUF_SCATTER_GATHER into RTE_MBUF_REFCNT 2014-09-17 11:27:50 +02:00
main.h examples/pipeline: packet framework sample 2014-06-17 03:34:11 +02:00
Makefile mbuf: rename RTE_MBUF_SCATTER_GATHER into RTE_MBUF_REFCNT 2014-09-17 11:27:50 +02:00
pipeline_firewall.c mbuf: remove rte_ctrlmbuf 2014-09-17 11:27:50 +02:00
pipeline_flow_classification.c mbuf: remove rte_ctrlmbuf 2014-09-17 11:27:50 +02:00
pipeline_ipv4_frag.c examples/pipeline: packet framework sample 2014-06-17 03:34:11 +02:00
pipeline_ipv4_ras.c examples/pipeline: packet framework sample 2014-06-17 03:34:11 +02:00
pipeline_passthrough.c examples/pipeline: packet framework sample 2014-06-17 03:34:11 +02:00
pipeline_routing.c mbuf: remove rte_ctrlmbuf 2014-09-17 11:27:50 +02:00
pipeline_rx.c mbuf: flatten struct vlan_macip 2014-09-17 11:29:17 +02:00
pipeline_tx.c mbuf: flatten struct vlan_macip 2014-09-17 11:29:17 +02:00