From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id DC71E2B92 for ; Fri, 27 May 2016 18:38:51 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id z87so143597505wmh.0 for ; Fri, 27 May 2016 09:38:51 -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=41AAP2VLK1NtTAaQDKOBs/BfzpF3Mc64BluGNZw9cdE=; b=n3gOZDh1n9A/JTt6wibXTEW1Oge+oLpMfMKgUhWtYsTHCQmckrXAWENeaPBYjsY25k NA0/Cfj+6EqEkHmWj2o2N34IVZfAwjfTKu3I7TjPMrGrkZogd3hs5BXADTGcPoGPzFDx MZw40Ue9Yevj1Sr/X/kiabpEGk7H2A2uVGh9jtpqbhPCd6cjq90xpB2g8It/GKlhe0zu 9UsN7R2pWE+L5vLKW8ts4BX1MyEYWpOy1WYjK+X4loABh5hOMP7trvg9lWXKS9SOkeTM wsghffgdpvhnEvwnB1XzLtaq3ZPsTQuuELnKwYBXvIGu0CdaNEv+bAcEDQ2WHzxqrXuJ isQQ== 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=41AAP2VLK1NtTAaQDKOBs/BfzpF3Mc64BluGNZw9cdE=; b=jKwvOEaStJLG6owFgClJGDqN2PuxZVHD/M13ULploGherRvl6x4fXXhlnl/lvL6nxa cZoHsRxvx9uJcOautxFv/KX8Ekwjd1CR+W+pSd3E1EIUEUEvoW/l8E606OohmZU2pE9P fVx9hW/MhrAT2/YBGktHuRooNR4/g6pq3vyd7dGinR3/yvhn/HWQFsK+2j8Nj1VWO1Ak ZQNy2HloFNeFxRJikwsW6FoLjMCh9YQCLeUyN1InrxCQo3VB6ckX2cQUdzGKe7YbEfSQ Nhk35ylg6RWyhyKvLDFDEIFlRBxlGg2lUp738xM/lZpTorbdJ7eQvUAXRSlm16x0uh1q cplA== X-Gm-Message-State: ALyK8tIM3YiGpnwxrJL1b5dlapa+oTBnv4yMGn1WqRjuJLHRpLs2bZ2p9N84zryq2m2zLliH X-Received: by 10.28.96.10 with SMTP id u10mr10758095wmb.93.1464367131537; Fri, 27 May 2016 09:38:51 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id u6sm9386350wmd.21.2016.05.27.09.38.50 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 May 2016 09:38:50 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Cc: Michal Jastrzebski , "Iremonger, Bernard" Date: Fri, 27 May 2016 18:38:50 +0200 Message-ID: <2264813.2ytFIn7NGK@xps13> User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1464362453-5732-1-git-send-email-michalx.k.jastrzebski@intel.com> References: <1464362453-5732-1-git-send-email-michalx.k.jastrzebski@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: Fri, 27 May 2016 16:38:52 -0000 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".