From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Ga=EBtan?= Rivet Subject: Re: [PATCH v10 03/11] net/failsafe: add fail-safe PMD Date: Sun, 16 Jul 2017 22:00:13 +0200 Message-ID: <20170716200013.GO11154@bidouze.vm.6wind.com> References: <7390b7f14a1925ece0c55c6b1df8da358c725017.1500130634.git.gaetan.rivet@6wind.com> <5427497.J9YauXzikF@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: 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 ; Sun, 16 Jul 2017 22:00:23 +0200 (CEST) Received: by mail-wr0-f175.google.com with SMTP id 77so87749582wrb.1 for ; Sun, 16 Jul 2017 13:00:23 -0700 (PDT) Content-Disposition: inline In-Reply-To: <5427497.J9YauXzikF@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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