From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gaetan.rivet@6wind.com>
Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com
 [209.85.128.175]) by dpdk.org (Postfix) with ESMTP id 6D5ABA10
 for <dev@dpdk.org>; Sun, 16 Jul 2017 22:00:23 +0200 (CEST)
Received: by mail-wr0-f175.google.com with SMTP id 77so87749582wrb.1
 for <dev@dpdk.org>; Sun, 16 Jul 2017 13:00:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=date:from:to:cc:subject:message-id:references:mime-version
 :content-disposition:content-transfer-encoding:in-reply-to
 :user-agent; bh=4EC2BKqkNf7bAeeFwCniCcA2UMBLBsyRUyOXukViYPs=;
 b=mC3GJ/Td//jg8dVx2Tm/xk88fzhphX7vCRMCphvnBYx33qn1tbDHmIUnj3nBi1MtZ/
 vvnnqJlTGjwGM5H6iIj/1EoD2eDBzEmUP2Q0+EyqFrizXeVa6y0DwskvrWpnDp0vSdLy
 4ISBlHGxBqMLfuYWZfYfAiHgPSK+rHnGdIr2Wz+HSd6Y0P8E1YVuO+wtprJ+sz4Eg7YG
 LLjnwr+FO9AB6jkixZADsYrlIindAgi4T7h7pjzjfvbN1TyZ/psyR4rYLxP2ofea03R3
 6HAhTiGsvoAQ1h8tRWHi8fXNxsoIM2NPwLK3C2ZG4tuoK1sQBs5Q1f0EYtNv1S9dTUjG
 Kf+g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:date:from:to:cc:subject:message-id:references
 :mime-version:content-disposition:content-transfer-encoding
 :in-reply-to:user-agent;
 bh=4EC2BKqkNf7bAeeFwCniCcA2UMBLBsyRUyOXukViYPs=;
 b=UyfdHRDrqhRj7cJCC6vnqMKkBPrCDXohdpZaGzUltLg5I37Z9lBVbzlmIHAmLh6oXX
 sV0Hk+NiK8zV3pqcuBa0SeLKda2AZX/gTFQqnTwApqRfshxVZJq7+6uO1BjUO3S+8FKK
 cCD1WOnYqa5iQ3BXV5ZqbwXe1bHIwnnMIKcSN6guSG1MDjstlw+J4Brnv7VAu+sGt9z3
 heZkvfSmhvP8aBYNNnbcPE+Zb9aMBBxM7Ask9LR4BUXJerjRasLnDwS3pcqVw1oDt6Hi
 RbaZVqqoj/o8gc1m2eiuR4wev9ChS+1JIUPOhCflF1y/fD6+QKh0DAtewhcjBkkcKNcU
 iF3A==
X-Gm-Message-State: AIVw113z9fGLHEJG6qGK/V+2LTRU3+oIxdTaaSzuwI+jBVaho+1/qKdO
 FpOoIEPJQfZxy8f+p+Y=
X-Received: by 10.223.174.194 with SMTP id y60mr8873113wrc.19.1500235222882;
 Sun, 16 Jul 2017 13:00:22 -0700 (PDT)
Received: from bidouze.vm.6wind.com (host.78.145.23.62.rev.coltfrance.com.
 [62.23.145.78])
 by smtp.gmail.com with ESMTPSA id r191sm11751433wmg.6.2017.07.16.13.00.21
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Sun, 16 Jul 2017 13:00:21 -0700 (PDT)
Date: Sun, 16 Jul 2017 22:00:13 +0200
From: =?iso-8859-1?Q?Ga=EBtan?= Rivet <gaetan.rivet@6wind.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: dev@dpdk.org
Message-ID: <20170716200013.GO11154@bidouze.vm.6wind.com>
References: <cover.1499815140.git.gaetan.rivet@6wind.com>
 <cover.1500130634.git.gaetan.rivet@6wind.com>
 <7390b7f14a1925ece0c55c6b1df8da358c725017.1500130634.git.gaetan.rivet@6wind.com>
 <5427497.J9YauXzikF@xps>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <5427497.J9YauXzikF@xps>
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-dev] [PATCH v10 03/11] net/failsafe: add fail-safe PMD
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <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: Sun, 16 Jul 2017 20:00:23 -0000

On Sun, Jul 16, 2017 at 05:58:13PM +0200, Thomas Monjalon wrote:
> Hi Gaetan,
> 
> 15/07/2017 19:57, Gaetan Rivet:
> > +#. Start testpmd. The slave device should be blacklisted from normal EAL
> > +   operations to avoid probing it twice when in PCI blacklist mode.
> > +
> > +   .. code-block:: console
> > +
> > +      $RTE_TARGET/build/app/testpmd -c 0xff -n 4 \
> > +         -w 'net_failsafe0,mac=de:ad:be:ef:01:02,dev(84:00.0),dev(net_ring0)'
> > +         -b 84:00.0 -b 00:04.0 -- -i
> 
> It is weird to use -w to declare the failsafe device.
> And I think it does not work with -w.
> Should it be changed to --vdev?

It did work before [1], and it was a way to showcase the new format, but
with [1] applied, then it should come back to --vdev indeed.

[1]: http://dpdk.org/ml/archives/dev/2017-July/071361.html

-- 
Gaƫtan Rivet
6WIND