From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <adrien.mazarguil@6wind.com> Received: from mail-wr0-f169.google.com (mail-wr0-f169.google.com [209.85.128.169]) by dpdk.org (Postfix) with ESMTP id 236CD58D1 for <dev@dpdk.org>; Mon, 10 Jul 2017 14:46:43 +0200 (CEST) Received: by mail-wr0-f169.google.com with SMTP id r103so137535269wrb.0 for <dev@dpdk.org>; Mon, 10 Jul 2017 05:46:43 -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:in-reply-to; bh=Gdos6MI2ptt1EO8kuK/KZHFXZ3Bcdz94hG33sJPbHFw=; b=N8BBWj+46GWRoXY3Pk9mLiXwMu7fv68ENVatPD8C7K9PBrnRs+06h66TA861Z+MElT qcxviIsPf2hob+pRCmGwaZwNYFZvlbjdE6zsAWMppm/Vow16TO65Z2fmyK42fCkanXfx Q/HC89TeQr9vzz84lFdkZTjmC/nlk48YoU2zPBur3kpr2r2DlZKnaztlJ8ZESlEKcKQL aTJ86ltN7s+ME7RgCgqgzjZjRRhAzs1zfnqjGP52R2OBt3GYRt/f2mmrPcSaxpBZLX7P CA+U1ewkp7Rmoi666N9+mvwFUtFEHFNSxyk2YDU1CW132CtHFJCr2DUjj6fgrXPLUVKb yWPg== 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:in-reply-to; bh=Gdos6MI2ptt1EO8kuK/KZHFXZ3Bcdz94hG33sJPbHFw=; b=mvBYRgau2Ub7GjYoSgMgLXbxwwGU4U/Wwp7tGe40LXcmUMRAZWryTxWwqBnzxKyYrO 2nejLxLK7kEWYEfu/ENQng3Q+7kxyXTbUCEGxQ/5dw6oYePBnACRmCGCHBxwVwy338KO rkjJnYPiMaP5db+TZtk2jwTmlxXCTmPnfV3oYYo9njetCHv4P6XkreUwMspWrTyJMdJp c3ns/3pmnLkx1QW8+IZLsjyRwVRvGpr9yy8Le51HUBwkO7PXs9Xs/x7qGFJWz4zITNa0 IU57W3gIm7zNI16ufUSS8NE5W48wQxwbByAK5/79V/s+j6ua3d/S28xgcgBtj0mKxYPW BM/g== X-Gm-Message-State: AIVw110kGhdjU0RlBSasEILqBhUczwacao+CkCZPSQkhVZ2rBo9ckuBU FIVkEn3lHgkqIYm2 X-Received: by 10.28.238.5 with SMTP id m5mr7587859wmh.86.1499690802751; Mon, 10 Jul 2017 05:46:42 -0700 (PDT) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id z101sm16958815wrb.41.2017.07.10.05.46.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Jul 2017 05:46:42 -0700 (PDT) Date: Mon, 10 Jul 2017 14:46:34 +0200 From: Adrien Mazarguil <adrien.mazarguil@6wind.com> To: Vasily Philipov <vasilyf@mellanox.com> Cc: dev@dpdk.org, Jingjing Wu <jingjing.wu@intel.com> Message-ID: <20170710124634.GU19852@6wind.com> References: <2d0c842d7c1eb46845610057544dcfab08550933.1499585615.git.vasilyf@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2d0c842d7c1eb46845610057544dcfab08550933.1499585615.git.vasilyf@mellanox.com> Subject: Re: [dpdk-dev] [PATCH] app/testpmd: add flow isolate all parameter 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: Mon, 10 Jul 2017 12:46:43 -0000 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 <vasilyf@mellanox.com> Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com> -- Adrien Mazarguil 6WIND