From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 20/30] net/mlx5: handle a single RSS hash key for all protocols Date: Thu, 5 Oct 2017 22:23:13 -0700 Message-ID: <20171006052312.GA19594@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 EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0089.outbound.protection.outlook.com [104.47.0.89]) by dpdk.org (Postfix) with ESMTP id 37600199B6 for ; Fri, 6 Oct 2017 07:23:30 +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:52PM +0200, Nelio Laranjeiro wrote: > Since RSS configuration can also be used by flow API, there is no more > necessity to keep a list of RSS configurable for each protocol. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh   Thanks