From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 81E41AD86 for ; Wed, 8 Jun 2016 13:50:31 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 08 Jun 2016 04:50:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,438,1459839600"; d="scan'208";a="118217771" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga004.fm.intel.com with ESMTP; 08 Jun 2016 04:50:02 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.193]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0248.002; Wed, 8 Jun 2016 12:50:01 +0100 From: "Jastrzebski, MichalX K" To: Thomas Monjalon , "Iremonger, Bernard" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] app/test: fix bond device name too long Thread-Index: AQHRuCttyFervgcAmUSd4i+Vi+l2mp/M62QAgBJ3zoCAACJIQA== Date: Wed, 8 Jun 2016 11:50:01 +0000 Message-ID: <60ABE07DBB3A454EB7FAD707B4BB158213AA771C@IRSMSX109.ger.corp.intel.com> References: <1464362453-5732-1-git-send-email-michalx.k.jastrzebski@intel.com> <2264813.2ytFIn7NGK@xps13> <1811926.blbdy7xKmg@xps13> In-Reply-To: <1811926.blbdy7xKmg@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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: Wed, 08 Jun 2016 11:50:31 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, June 08, 2016 12:40 PM > To: Jastrzebski, MichalX K ; Iremonger, > Bernard > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] app/test: fix bond device name too long >=20 > 2016-05-27 18:38, Thomas Monjalon: > > 2016-05-27 17:20, Michal Jastrzebski: > > > Bond device name was too long (grather than 32 signs) that > > > cause mempool allocation to fail. > > > > Maybe that this kind of failure would be avoided if the test > > was added to autotests (app/test/autotest_data.py). > > > > Generally speaking, it would be a good idea to make an audit > > on which tests are missing in "make fast_test" and "make test". >=20 > Any comment please? Hi Thomas, There is a small timeout in test_tlb_tx_burst - big burst has to be generat= ed to detect balancing and small timeout has to be included between each burst,=20 thus I am not sure if link_bonding_autotest can be classified to fast tests= =20 (test takes about 3-4 seconds). We can add this test to autotests script for which time is not so critical. Best regards Michal