From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 6A9CD1396 for ; Fri, 7 Oct 2016 04:27:42 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 06 Oct 2016 19:27:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,454,1473145200"; d="scan'208";a="17076483" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga006.fm.intel.com with ESMTP; 06 Oct 2016 19:27:40 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by IRSMSX102.ger.corp.intel.com ([169.254.2.198]) with mapi id 14.03.0248.002; Fri, 7 Oct 2016 03:27:39 +0100 From: "De Lara Guarch, Pablo" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [PATCH 2/2] app/testpmd: use consistent vdev names Thread-Index: AQHSH71OPa0KuUR+rUKnLUt7gt0CsaCcRTHQ Date: Fri, 7 Oct 2016 02:27:38 +0000 Message-ID: References: <1475750063-16199-1-git-send-email-thomas.monjalon@6wind.com> <1475750063-16199-2-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1475750063-16199-2-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWU5YjIwOTEtYzNlYi00ZmY1LWE4YjYtYjdmNzFiYThiYzNjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkI2VVE0dmNiWkUwK21ucHVncDl3U2hUY2xHdkZtelVwXC9hKzlLTFBnRytrPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] app/testpmd: use consistent vdev names X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 02:27:43 -0000 > -----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 >=20 > 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. >=20 > The script test-null.sh was failing because using the old name > for the null vdev. >=20 > Fixes also the bonding and testpmd doc. >=20 > Fixes: 2f45703c17ac ("drivers: make driver names consistent") >=20 > Signed-off-by: Thomas Monjalon Acked-by: Pablo de Lara