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 AE5FB5947 for ; Fri, 6 Mar 2015 11:32:53 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 06 Mar 2015 02:30:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,352,1422950400"; d="scan'208";a="537003307" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga003.jf.intel.com with ESMTP; 06 Mar 2015 02:32:37 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.218]) by irsmsx105.ger.corp.intel.com ([169.254.7.117]) with mapi id 14.03.0195.001; Fri, 6 Mar 2015 10:32:15 +0000 From: "De Lara Guarch, Pablo" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] testpmd: bond port creation did not enable bond port Thread-Index: AQHQV+DCwXzW+jCD6Uys0pmlopM0HJ0PQcNw Date: Fri, 6 Mar 2015 10:32:14 +0000 Message-ID: References: <1425627539-8364-1-git-send-email-michalx.k.jastrzebski@intel.com> In-Reply-To: <1425627539-8364-1-git-send-email-michalx.k.jastrzebski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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] testpmd: bond port creation did not enable bond port 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, 06 Mar 2015 10:32:54 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Friday, March 06, 2015 7:39 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] testpmd: bond port creation did not enable > bond port >=20 > When invoking creation of bonded device using: > create bonded device mode socket in testpmd the bonded port was not > enabled at the end of cmd_create_bonded_device_parsed function. > This caused commands 'show port info' and 'show port stats' not working > properly with bonding device. This patch fixed it. >=20 > Signed-off-by: Michal Jastrzebski Acked-by: Pablo de Lara