From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v8 1/4] app/testpmd: add isolated mode parameter Date: Wed, 5 Jul 2017 16:46:30 +0100 Message-ID: <35caf8fe-2422-10b0-b128-3a34113409d3@intel.com> References: <0dca86aa1372d6ff09d0aff01d522c580e0e24ab.1495717153.git.vasilyf@mellanox.com> <225679c202aa0bae5c61882aef6c8117a9074029.1499242343.git.vasilyf@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Adrien Mazarguil , Nelio Laranjeiro To: Vasily Philipov , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 1002D2C13 for ; Wed, 5 Jul 2017 17:46:34 +0200 (CEST) In-Reply-To: <225679c202aa0bae5c61882aef6c8117a9074029.1499242343.git.vasilyf@mellanox.com> Content-Language: en-US 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 7/5/2017 9:14 AM, 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 Patch 2-4/4 applied to dpdk-next-net/master, thanks. (Patch 1/4, testpmd patch excluded!)