[dpdk-dev] [PATCH] test/bonding: fix namespace bonding mode4 unit tests

Declan Doherty declan.doherty at intel.com
Wed Jul 5 18:41:10 CEST 2017


On 05/07/2017 4:27 PM, Daniel Mrzyglod wrote:
> ring network driver is limited to 32 characters
> the name of device was extened to net_ring_unit_test_mode4_slave_0 which is 33
>
> Fixes: 5e41ab250dfa ("app/test: unit tests for bonding mode 4")
>
> Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod at intel.com>
> ---
>  test/test/test_link_bonding_mode4.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/test/test/test_link_bonding_mode4.c b/test/test/test_link_bonding_mode4.c
> index c6745e8..8b64bbf 100644
> --- a/test/test/test_link_bonding_mode4.c
> +++ b/test/test/test_link_bonding_mode4.c
> @@ -73,11 +73,11 @@
>  #define MAX_PKT_BURST           (32)
>  #define DEF_PKT_BURST           (16)
>
> -#define BONDED_DEV_NAME         ("unit_test_mode4_bond_dev")
> +#define BONDED_DEV_NAME         ("ut_mode4_bond_dev")
>
> -#define SLAVE_DEV_NAME_FMT      ("unit_test_mode4_slave_%d")
> -#define SLAVE_RX_QUEUE_FMT      ("unit_test_mode4_slave_%d_rx")
> -#define SLAVE_TX_QUEUE_FMT      ("unit_test_mode4_slave_%d_tx")
> +#define SLAVE_DEV_NAME_FMT      ("ut_mode4_slave_%d")
> +#define SLAVE_RX_QUEUE_FMT      ("ut_mode4_slave_%d_rx")
> +#define SLAVE_TX_QUEUE_FMT      ("ut_mode4_slave_%d_tx")
>
>  #define INVALID_SOCKET_ID       (-1)
>  #define INVALID_PORT_ID         (0xFF)
>

Acked-by: Declan Doherty <declan.doherty at intel.com>


More information about the dev mailing list