From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: add flow isolate all parameter Date: Thu, 13 Jul 2017 11:50:24 +0200 Message-ID: <5190833.D7uGkFr4iB@xps> References: <2d0c842d7c1eb46845610057544dcfab08550933.1499585615.git.vasilyf@mellanox.com> <20170710124634.GU19852@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Adrien Mazarguil , Jingjing Wu To: Vasily Philipov Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6DDA82C1A for ; Thu, 13 Jul 2017 11:50:25 +0200 (CEST) In-Reply-To: <20170710124634.GU19852@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" 10/07/2017 14:46, Adrien Mazarguil: > On Sun, Jul 09, 2017 at 11:08:05AM +0300, Vasily Philipov wrote: > > Providing this parameter requests flow API isolated mode on all ports at > > initialization time. It ensures all traffic is received through the > > configured flow rules only (see flow command). > > > > Ports that do not support this mode are automatically discarded. > > > > Signed-off-by: Vasily Philipov > > Acked-by: Adrien Mazarguil Applied, thanks