From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47])
 by dpdk.org (Postfix) with ESMTP id B66862BE6
 for <dev@dpdk.org>; Thu, 24 Mar 2016 21:16:51 +0100 (CET)
Received: by mail-wm0-f47.google.com with SMTP id p65so878664wmp.0
 for <dev@dpdk.org>; Thu, 24 Mar 2016 13:16: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:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=15yBOE7Bx50kfEZlXhEx48oGOB5m8nrF1gZ7ixV2h9I=;
 b=GTnB0m25r3by42N3RQT5hh3L1orkQkX6Q/3AqJv8pQXR9fOCiqVhO79wTkZ0fgYHLs
 NpNMCNky5B/FNtjVopVi8ug3vXwFZxxBQLidPQ/Ox4ClgI2vFiYTCV/x+Clza/i9M4pY
 NKc7OnKzVHy9jujhxjE/AgOPSGeCwRe2590QgK8DncUSFOLDjrZOJY1r6Lcsya0nYFpU
 XMo7dWjYNCUvHpuofGjXbjSFx10BSL/UT9/TjAQyOZXcOH2aVQ9YtxO1rt+ILwhR0KaV
 0Zcmn+i8anFv11KKDRvLMngIxf91imX4aPBvf6lH653u1VwB5IgmRU37FemZmH3Cul0f
 fM0w==
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:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding;
 bh=15yBOE7Bx50kfEZlXhEx48oGOB5m8nrF1gZ7ixV2h9I=;
 b=mCs1C2Tz9bZJTyqt3Ye4jEcKhkJC6sXSf5vkd84kui8aAidWbUsVCRz+wG1uBi5b3P
 BFQzyX/RI54bTg4h71hfYuIcFLnyl11jNKR6MVNiUIKoICJwjzLmxWpRrq83MzjKq9Hu
 tX83BwG0MvPImXJuGPIRAjDgxQodkCsyCxXp1qSieqsnnZfW1RNrVWx/oCOC9tByfpRI
 0RgXmHGxvGkU+clvPIN81rACPyV7ufIhoFYm9tVDph8BDhk6hqMq0ml+NMVoxcdOVJA7
 achZ7ALACRETyXUwzBRww3UIqsMPNa08x7o/NYUC82+0Yrg39ZrGSfYGsF1477GaiXK8
 MUXw==
X-Gm-Message-State: AD7BkJJRmyJMuirPn4dN8jAu4A8usRsqOg3B0yrjpulMR3DMiUHTrYIEEDKFkpoyWlSf/W8v
X-Received: by 10.28.174.72 with SMTP id x69mr34559098wme.68.1458850611619;
 Thu, 24 Mar 2016 13:16:51 -0700 (PDT)
Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91])
 by smtp.gmail.com with ESMTPSA id bg1sm8879135wjc.27.2016.03.24.13.16.50
 (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 24 Mar 2016 13:16:51 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Olivier Matz <olivier.matz@6wind.com>
Cc: dev@dpdk.org
Date: Thu, 24 Mar 2016 21:15:07 +0100
Message-ID: <22445124.a8cTQGe8Vc@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1458044729-32694-1-git-send-email-olivier.matz@6wind.com>
References: <1458044729-32694-1-git-send-email-olivier.matz@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] autotests: fix pmd ring
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: Thu, 24 Mar 2016 20:16:51 -0000

2016-03-15 13:25, Olivier Matz:
> This test expects that a vdev is instanciated on the command
> line. If it's not the case, just skip this part.
> 
> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>

Applied, thanks