From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v10 03/11] net/failsafe: add fail-safe PMD Date: Sun, 16 Jul 2017 17:58:13 +0200 Message-ID: <5427497.J9YauXzikF@xps> References: <7390b7f14a1925ece0c55c6b1df8da358c725017.1500130634.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id DD6A225E5 for ; Sun, 16 Jul 2017 17:58:19 +0200 (CEST) In-Reply-To: <7390b7f14a1925ece0c55c6b1df8da358c725017.1500130634.git.gaetan.rivet@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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?