From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 30/30] net/mlx5: add new operations for isolated mode Date: Thu, 5 Oct 2017 22:48:02 -0700 Message-ID: <20171006054801.GJ19594@minint-98vp2qg> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, ferruh.yigit@intel.com To: Nelio Laranjeiro Return-path: Received: from EUR02-HE1-obe.outbound.protection.outlook.com (mail-eopbgr10053.outbound.protection.outlook.com [40.107.1.53]) by dpdk.org (Postfix) with ESMTP id CBDB31B24C for ; Fri, 6 Oct 2017 07:48:15 +0200 (CEST) Content-Disposition: inline In-Reply-To: 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 Thu, Oct 05, 2017 at 02:50:02PM +0200, Nelio Laranjeiro wrote: > Isolated works exclusively with the generic flow API, this patch adds a new > set of operations valid in this mode. > > - promiscuous*() > - allmulticast*() > - reta*() > - rss*() > > are not supported in this mode as it is fully supported by generic flow > API. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh   Thanks