From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A33EA2E8E for ; Fri, 27 May 2016 18:14:37 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 27 May 2016 09:14:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,374,1459839600"; d="scan'208";a="816182205" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga003.jf.intel.com with ESMTP; 27 May 2016 09:14:36 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.183]) by IRSMSX153.ger.corp.intel.com ([169.254.9.105]) with mapi id 14.03.0248.002; Fri, 27 May 2016 17:14:35 +0100 From: "Iremonger, Bernard" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] app/test: fix bond device name too long Thread-Index: AQHRuCtt7fJMac2SM0OBhvaqL3gPTp/M9Qug Date: Fri, 27 May 2016 16:14:35 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C21A011797@IRSMSX108.ger.corp.intel.com> References: <1464362453-5732-1-git-send-email-michalx.k.jastrzebski@intel.com> In-Reply-To: <1464362453-5732-1-git-send-email-michalx.k.jastrzebski@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzA2ZTRkMTUtMDhkNy00ZWZmLWJiMGQtZGIzN2ZjZTg2NzkyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJ3c203WDBNQ1F0akplZ21mVEtsbTlYWXZCXC9ocFJvZmJzcFNyTm0wYzNLUT0ifQ== x-ctpclassification: CTP_PUBLIC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/test: fix bond device name too long 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, 27 May 2016 16:14:38 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Friday, May 27, 2016 4:21 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] app/test: fix bond device name too long >=20 > Bond device name was too long (grather than 32 signs) that cause mempool > allocation to fail. >=20 > Fixes: 92073ef961ee ("bond: unit tests") >=20 > Signed-off-by: Michal Jastrzebski Acked-by: Bernard Iremonger