From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 85C98A254 for ; Wed, 8 Jun 2016 12:40:21 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id v199so57418400wmv.0 for ; Wed, 08 Jun 2016 03:40:21 -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=dXNbeJUXK4Bj6yI2VeaCgDzoQoaQ7gR/UANJBiG60Yg=; b=myiXrsu6LwnF3FExlcJ/VrOLkHb7fL+sXtedUU5GevALKqhhvJY6S8gBhxgOP4Jrzf 8lvb514HHMQqhDqKFC1pqmk9DiB0fM37hqjyrmwIyRxOuNKsp3jwYcfPfbso9nAQEP5E YVIjaVHhAs6ndwCUolaomIyk/qONx10BuSPpSwI8zdCtmzhrbgaukeXbMk2P8Z1hZeGj gzQefMQSfXNn15skHKLRRlapzYwuGTIjjrOPgvQITfmgwaypjs3bEnZNVQxqjp6RSsI8 cVuu6dna/jmB8LwtvC4uxAibPDR4eaBhg+gNhHsI53y25YyuPSyjqdtrixx0BNAqGxio R4oA== 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=dXNbeJUXK4Bj6yI2VeaCgDzoQoaQ7gR/UANJBiG60Yg=; b=mrs/XAgM6mPBJ3Mr1EcDVfAG9UbEHFdtAxswneuVGdhAp4v/6oZ+TZ/3PzUUcQFm/H t7qBE8sLbzjHfTuTCrMYN4/+kqylFgt9+gVBTyWBN3jDwmgEy6/oJtwzDSdYQsDtZt8N uRZEENALxkvKv3eKdfAEc9wRy7LBeplfNIIj0gPofBKWu1XRRzo/qowEnXvIc4hxBWjN Bz01LkZjLxYfIZff+9Q575EETgXd5pG63AaQIazKHa8IQ9VZsrdHpYzSTLUaftOExIFz PiR1QSPxsEqmbqMdYC1MT0goVrl/GGtI0I2b3mZT6Ma7+K724fXawGLotEvB28zEfEzg IMEg== X-Gm-Message-State: ALyK8tI1MUbhMJ1ExdU8Dw/csAjJhOO6EALT0vJxYoPH3d1SVXMntS9sZtrJ2v1Y4xlu4UMw X-Received: by 10.28.109.137 with SMTP id b9mr509458wmi.68.1465382421356; Wed, 08 Jun 2016 03:40:21 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id kd7sm737257wjc.33.2016.06.08.03.40.20 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Jun 2016 03:40:20 -0700 (PDT) From: Thomas Monjalon To: Michal Jastrzebski , "Iremonger, Bernard" Cc: dev@dpdk.org Date: Wed, 08 Jun 2016 12:40:19 +0200 Message-ID: <1811926.blbdy7xKmg@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <2264813.2ytFIn7NGK@xps13> References: <1464362453-5732-1-git-send-email-michalx.k.jastrzebski@intel.com> <2264813.2ytFIn7NGK@xps13> 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 10:40:21 -0000 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?