examples: do not probe pci twice
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 26 Sep 2014 11:42:51 +0000 (13:42 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 29 Sep 2014 11:08:53 +0000 (13:08 +0200)
commit68fa37e021a1c44c6b2a947cefc20eb61c729947
tree1c78336e4b2e5793e4b2e4d64a10f82532b09aac
parent6bc2415c3387ae72f2ce3677f0e3540e734583d5
examples: do not probe pci twice

Since commit a155d430119 ("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 2950a769315,
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>
29 files changed:
app/test-pipeline/init.c
app/test/test_kni.c
examples/dpdk_qat/main.c
examples/exception_path/main.c
examples/ip_fragmentation/main.c
examples/ip_pipeline/init.c
examples/ip_reassembly/main.c
examples/ipv4_multicast/main.c
examples/kni/main.c
examples/l2fwd-ivshmem/host/host.c
examples/l2fwd/main.c
examples/l3fwd-acl/main.c
examples/l3fwd-power/main.c
examples/l3fwd-vf/main.c
examples/l3fwd/main.c
examples/link_status_interrupt/main.c
examples/load_balancer/init.c
examples/multi_process/client_server_mp/mp_client/client.c
examples/multi_process/client_server_mp/mp_server/init.c
examples/multi_process/client_server_mp/shared/init_drivers.h [deleted file]
examples/multi_process/l2fwd_fork/main.c
examples/multi_process/symmetric_mp/main.c
examples/netmap_compat/bridge/bridge.c
examples/qos_meter/main.c
examples/qos_sched/init.c
examples/quota_watermark/qw/init.c
examples/vhost/main.c
examples/vhost_xen/main.c
examples/vmdq/main.c