From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jastrzebski, MichalX K" Subject: Re: [PATCH] app/test: fix bond device name too long 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Thomas Monjalon , "Iremonger, Bernard" 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) In-Reply-To: <1811926.blbdy7xKmg@xps13> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----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