From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] app/testpmd: use consistent vdev names Date: Thu, 13 Oct 2016 15:57:09 +0200 Message-ID: <4167162.0ZGcm1NAd4@xps13> References: <1475750063-16199-1-git-send-email-thomas.monjalon@6wind.com> <1475750063-16199-2-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "De Lara Guarch, Pablo" Return-path: Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) by dpdk.org (Postfix) with ESMTP id 6DD452A5E for ; Thu, 13 Oct 2016 15:57:11 +0200 (CEST) Received: by mail-lf0-f41.google.com with SMTP id b81so135406089lfe.1 for ; Thu, 13 Oct 2016 06:57:11 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-10-07 02:27, De Lara Guarch, Pablo: > > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > Sent: Thursday, October 06, 2016 3:34 AM > > To: De Lara Guarch, Pablo > > Cc: dev@dpdk.org > > Subject: [PATCH 2/2] 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 > > Acked-by: Pablo de Lara Series applied