app/testpmd: use consistent vdev names
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 6 Oct 2016 10:34:23 +0000 (12:34 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 13 Oct 2016 13:55:51 +0000 (15:55 +0200)
commit58c82067f1aeeb59301bf22dda1350853ff969da
treedd65a37850bd7d653e88786b0c10d9907837aad6
parent5fc07e3eb7599d5b5995e28f5d727367a7fa9c0e
app/testpmd: use consistent vdev names

The vdev eth_bond has been renamed to net_bond.
testpmd is creating a bonding device with the old prefix.
It is changed for consistency.

The script test-null.sh was failing because using the old name
for the null vdev.

Fixes also the bonding and testpmd doc.

Fixes: 2f45703c17ac ("drivers: make driver names consistent")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test-pmd/cmdline.c
doc/guides/contributing/documentation.rst
doc/guides/howto/lm_bond_virtio_sriov.rst
doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
doc/guides/testpmd_app_ug/run_app.rst
doc/guides/testpmd_app_ug/testpmd_funcs.rst
scripts/test-null.sh