From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 17/30] net/mlx5: use flow to enable promiscuous mode Date: Thu, 5 Oct 2017 22:07:57 -0700 Message-ID: <20171006050756.GH19330@yongseok-MBP.local> 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-eopbgr10046.outbound.protection.outlook.com [40.107.1.46]) by dpdk.org (Postfix) with ESMTP id 1836F1B22C for ; Fri, 6 Oct 2017 07:08:14 +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:49:49PM +0200, Nelio Laranjeiro wrote: > @@ -1630,3 +1646,90 @@ priv_flow_verify(struct priv *priv) > } > return ret; > } > + > +/** > + * Enable/disable a flow control configured from the control plane. "flow control" -> "control flow" Acked-by: Yongseok Koh   Thanks