From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: fix bond device name too long Date: Fri, 27 May 2016 18:38:50 +0200 Message-ID: <2264813.2ytFIn7NGK@xps13> References: <1464362453-5732-1-git-send-email-michalx.k.jastrzebski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Michal Jastrzebski , "Iremonger, Bernard" To: dev@dpdk.org 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) In-Reply-To: <1464362453-5732-1-git-send-email-michalx.k.jastrzebski@intel.com> 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" 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".