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 AD30223C for ; Fri, 21 Jul 2017 04:29:43 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jul 2017 19:29:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,387,1496127600"; d="scan'208";a="289560714" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga004.fm.intel.com with ESMTP; 20 Jul 2017 19:29:42 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 20 Jul 2017 19:29:42 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 20 Jul 2017 19:29:41 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.122]) with mapi id 14.03.0319.002; Fri, 21 Jul 2017 10:29:11 +0800 From: "Wu, Jingjing" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" CC: "Jain, Deepak K" , "Doherty, Declan" , "Jastrzebski, MichalX K" Thread-Topic: [dpdk-dev] [PATCH] app/testpmd: fix bonding initialization due to unproper name Thread-Index: AQHS+71mvEoEUZtYOUutludfQ230l6JdmqAg Date: Fri, 21 Jul 2017 02:29:11 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810DCD41E@SHSMSX103.ccr.corp.intel.com> References: <20170713094832.16904-1-michalx.k.jastrzebski@intel.com> In-Reply-To: <20170713094832.16904-1-michalx.k.jastrzebski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix bonding initialization due to unproper name X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2017 02:29:44 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Thursday, July 13, 2017 5:49 PM > To: dev@dpdk.org > Cc: Jain, Deepak K ; Doherty, Declan > ; Jastrzebski, MichalX K > > Subject: [dpdk-dev] [PATCH] app/testpmd: fix bonding initialization due t= o > unproper name >=20 > when creating a bond device in testpmd, a name for a device must meet the > correct convention described in the documentation: > The device name must start with the net_bonding prefix followed by number= s > or letters. > Change for ALB mempool allocation - mem_name was too long. >=20 > Fixes: 9bf4901d1a11 ("bus/vdev: remove probe with driver name option") >=20 > Signed-off-by: Michal Jastrzebski Reviewed-by: Jingjing Wu