From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 480571396 for ; Fri, 7 Oct 2016 04:27:57 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 06 Oct 2016 19:27:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,454,1473145200"; d="scan'208";a="769803484" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by FMSMGA003.fm.intel.com with ESMTP; 06 Oct 2016 19:27:55 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by IRSMSX103.ger.corp.intel.com ([169.254.3.91]) with mapi id 14.03.0248.002; Fri, 7 Oct 2016 03:27:54 +0100 From: "De Lara Guarch, Pablo" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [PATCH 1/2] app/test: fix vdev names Thread-Index: AQHSH71BqUe7Lmor0EWzG8+B4e5u0aCcRRsA Date: Fri, 7 Oct 2016 02:27:53 +0000 Message-ID: References: <1475750063-16199-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1475750063-16199-1-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTVhNDllODUtNGU4Yi00MTA0LTg5MDgtMWU3ZDM4NjU2ZGY5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkpcL3cwc3BoS29zZ0J0ZVJFNVdURlZFYTRkXC9OdldDeXZaMWpcL0lJUzE0WUE9In0= 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 1/2] app/test: fix 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:57 -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 1/2] app/test: fix vdev names >=20 > The vdev eth_ring has been renamed to net_ring. > Some unit tests are using the old name and fail. >=20 > Fixes also the vdev comments in EAL and ethdev. >=20 > Fixes: 2f45703c17ac ("drivers: make driver names consistent") >=20 > Signed-off-by: Thomas Monjalon Acked-by: Pablo de Lara