ethdev: remove rte_pmd_init_all function
authorNeil Horman <nhorman@tuxdriver.com>
Mon, 21 Apr 2014 14:59:39 +0000 (10:59 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 20 May 2014 12:28:26 +0000 (14:28 +0200)
commite5ffdd1457c0fb4e8365f524ee2529ac726edcf3
treecfe1218173b00d44484e69f7329ac92d666b3c3d
parent2e87457ef99faef83ae5671d756f4f3f0a66286f
ethdev: remove rte_pmd_init_all function

Now that we've converted all the pmds in dpdk to use the driver registration
macro, rte_pmd_init_all has become empty.  As theres no reason to keep it around
anymore, just remove it and fix up all the eample callers.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
25 files changed:
app/test-pmd/testpmd.c
app/test/test_kni.c
examples/exception_path/main.c
examples/ip_reassembly/main.c
examples/ipv4_frag/main.c
examples/ipv4_multicast/main.c
examples/kni/main.c
examples/l2fwd-ivshmem/host/host.c
examples/l2fwd/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/shared/init_drivers.h
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
lib/librte_ether/rte_ethdev.h