From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] autotests: fix pmd ring Date: Thu, 24 Mar 2016 21:15:07 +0100 Message-ID: <22445124.a8cTQGe8Vc@xps13> References: <1458044729-32694-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Olivier Matz Return-path: 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 ; Thu, 24 Mar 2016 21:16:51 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id p65so878664wmp.0 for ; Thu, 24 Mar 2016 13:16:51 -0700 (PDT) In-Reply-To: <1458044729-32694-1-git-send-email-olivier.matz@6wind.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-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 Applied, thanks