From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 5D51D9AD2 for ; Wed, 8 Jun 2016 15:31:07 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id k204so17296195wmk.0 for ; Wed, 08 Jun 2016 06:31:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=Y1xyt7JgIY0zkpU+kzIWmrl/dXd+d4VvXt6BuVrkJPg=; b=Ux+YCo7y+clHO0ee9kkp1OQi7hjuqECwoySGMLWrZd9ksECu1dFNOq43va0AKPuFkm e43X9ZixMNKiuJp2SrJKR0kzoEAa1bSzydKRQ93cwI7axbxCOe6wnlg2Iiw8uoBKmiSP XfrJuxKrY0TKLzeI8ep1J0UmIR09FK5CbkSXKFvh0te5i8nTnt3usDg7PtQTfMeW6HC5 VDObO/AesRkk+5TmX6LVqQFCeoBwSqPaIlnaZvbTsnKYOgyJfqnEIeuvmePWckFoSLs8 F8CuqhZK9i89bCGN8AOtDjago0+F8Qh9th9EQQ0T64pg9hcOCNZVpjU4qGYdScJOe0O0 eOMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=Y1xyt7JgIY0zkpU+kzIWmrl/dXd+d4VvXt6BuVrkJPg=; b=gtpB2bNOyi61iAhGMADFFSyVNr9R6jCedhXBl5nNpT1gyhkV6QWTtjSW7LcWEH9Aos KKy0x4d8vukFzRdP+RS8Az76ywT7l6syxCom6GEGJr4ZQVVBoZCBvKv7ZXC8f5f/qZ3w /zYl4tm0UJkxqw+tDi5Gj/sRVePES8PsF2ru/Gixi9tvgAj4dqC3xALcB8WzHcTdq+m0 SDfFS3md02f07pzgzhX+GpvgPvQXzA1EuZhZUQHt1Vlt5K64qZEk/ImQFv06M6lWLZAg WdYUCHTNHMHCN6bWSiat20Z8SoHw2Z3HOEq2INE5y/Y6AwQv1lGQYT93u1b9ncTSyild x5BA== X-Gm-Message-State: ALyK8tJlC92nosANIanzu5khoHeNMPYK8aqovKqdZWp9hJVrFAWTRTKgX2FGA6hS3GMchuSr X-Received: by 10.28.152.136 with SMTP id a130mr4824771wme.60.1465392667042; Wed, 08 Jun 2016 06:31:07 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id s125sm24769392wms.14.2016.06.08.06.31.06 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Jun 2016 06:31:06 -0700 (PDT) From: Thomas Monjalon To: "Jastrzebski, MichalX K" Cc: "Iremonger, Bernard" , dev@dpdk.org Date: Wed, 08 Jun 2016 15:31:05 +0200 Message-ID: <3883347.3dLukHgfgL@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <60ABE07DBB3A454EB7FAD707B4BB158213AA771C@IRSMSX109.ger.corp.intel.com> References: <1464362453-5732-1-git-send-email-michalx.k.jastrzebski@intel.com> <1811926.blbdy7xKmg@xps13> <60ABE07DBB3A454EB7FAD707B4BB158213AA771C@IRSMSX109.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 13:31:07 -0000 2016-06-08 11:50, Jastrzebski, MichalX K: > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > 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". > > > > Any comment please? > > Hi Thomas, > > There is a small timeout in test_tlb_tx_burst - big burst has to be generated to > detect balancing and small timeout has to be included between each burst, > thus I am not sure if link_bonding_autotest can be classified to fast tests > (test takes about 3-4 seconds). > We can add this test to autotests script for which time is not so critical. The bug we see here could be detected by just initializing bonding. Maybe we can consider having some basic/fast tests and others longer.