From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41])
 by dpdk.org (Postfix) with ESMTP id 7D61837B6
 for <dev@dpdk.org>; Tue, 24 May 2016 17:20:20 +0200 (CEST)
Received: by mail-wm0-f41.google.com with SMTP id n129so28592881wmn.1
 for <dev@dpdk.org>; Tue, 24 May 2016 08:20:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:subject:date:message-id:user-agent:in-reply-to:references
 :mime-version:content-transfer-encoding;
 bh=J5+4dF22B+2dkM5emVGOR3S89N4A2eldgKLmw/smdwA=;
 b=TNz9SE+oOYWEjXyT4z5smhX1Vn59W2F+5TVHunkuFS/jt0QZRcSFdcNaKddd3DjTiS
 rwcGalrVSSDqDaNjG1QeAKUtR1bu2eW6cdjVBuGgZ58iAYLuLx4arjYh6O7NToEUZ9nd
 sTL5N7YOcAXQn8DQaSqft6kIjfqKcPeCrBdWD9ctHm3mhXASwoH0CVKlmb+qF6EYXItw
 zZzWv+FNG3NN1nsARJSRPfhSpa/U+c+G4NaEX9OKveinnpFpcr00TwN7QOXS0RzaOF6U
 ho3/qDVc0WVkBF4XS1fsMyWd6hIi+E1Z0GV63rp++R/LnvRXKy3txZNrfYjmYCwUfxbR
 BIgA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=J5+4dF22B+2dkM5emVGOR3S89N4A2eldgKLmw/smdwA=;
 b=L+O/ozdzzLxsdXfPKRG5aYKnR+JtoNG0+eL90kIg5zy3btp7XBNnNYY3JxcIePFBMQ
 8qGQF1AhHyqA5WDDEiZiFQmLuXG2G2FoS8JNwMbdoCWf1KelbOIzvj2zg/YhsSuLRP64
 vhdRomfIGxZbj00fSMfVDf8K37C2iEa0HI+oIDK2DhZCdAIGrn/PmwXQvYVdMW3vUEUX
 sICODS7osAmh+L8u9xfQa6rml48p/gqJHQISgWMot3QB8tkQg4pJ5/Q3AmTdAYzmH7fl
 WX+AalmzgUhbY+0QvULDi3i+ACZUBhwKTvAEuI84siAG3iKxRJ2sE6KFF5CRdNpO0vYb
 ZhzQ==
X-Gm-Message-State: ALyK8tJxDitEW6k8nFtzpZJlxAe6zcE8XHUQgzEdcwfuYOwM4B7mKYJYvP2GKa9FYXxR944O
X-Received: by 10.195.17.166 with SMTP id gf6mr4885911wjd.124.1464103220314;
 Tue, 24 May 2016 08:20:20 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id y1sm3736799wjy.36.2016.05.24.08.20.19
 for <dev@dpdk.org> (version=TLSv1/SSLv3 cipher=OTHER);
 Tue, 24 May 2016 08:20:19 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Date: Tue, 24 May 2016 17:20:18 +0200
Message-ID: <21539115.0uGr5dq4aK@xps13>
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1462976770-6780-1-git-send-email-thomas.monjalon@6wind.com>
References: <1462383137-24045-1-git-send-email-thomas.monjalon@6wind.com>
 <1462976770-6780-1-git-send-email-thomas.monjalon@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v2 0/4] reduce autotests constraints
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2016 15:20:20 -0000

2016-05-11 16:26, Thomas Monjalon:
> In order to make autotests easy to run often,
> the time and memory constraints are reduced.

Applied

There is some remaining work:

>   Red autotest:                  Success           [01m 36s] [02m 13s]
> The RED autotest needs some work.