[dpdk-dev] [PATCH 2/2] app/testpmd: use consistent vdev names

2016-10-13 Thread Thomas Monjalon
2016-10-07 02:27, De Lara Guarch, Pablo: > > > -Original Message- > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Sent: Thursday, October 06, 2016 3:34 AM > > To: De Lara Guarch, Pablo > > Cc: dev at dpdk.org > > Subject: [PATCH 2/2] app/testpmd: use consistent vdev nam

[dpdk-dev] [PATCH 2/2] app/testpmd: use consistent vdev names

2016-10-07 Thread De Lara Guarch, Pablo
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, October 06, 2016 3:34 AM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: [PATCH 2/2] app/testpmd: use consistent vdev names > > The vdev eth_bond has been renamed to net_bond

[dpdk-dev] [PATCH 2/2] app/testpmd: use consistent vdev names

2016-10-06 Thread Thomas Monjalon
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 d