From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 18/30] net/mlx5: use flow to enable all multi mode Date: Thu, 5 Oct 2017 22:10:32 -0700 Message-ID: <20171006051031.GI19330@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 EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0054.outbound.protection.outlook.com [104.47.1.54]) by dpdk.org (Postfix) with ESMTP id CC4CA1B22C for ; Fri, 6 Oct 2017 07:10:46 +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:50PM +0200, Nelio Laranjeiro wrote: > RSS hash configuration is currently ignored by the PMD, this commits > removes the RSS feature on promiscuous mode. A mistake? "promiscuous" -> "all multi" > > This functionality will be added in a later commit. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh   Thanks