From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2] net/mlx5: setup RSS regardless of queue count Date: Thu, 22 Mar 2018 23:37:47 +0000 Message-ID: <19675758-5A97-4FE8-B234-0C0B586EA118@mellanox.com> References: <20180319163007.11516-1-allain.legacy@windriver.com> <3635d2d4c01011fa599d599bfbf16d30fba7e722.1521636364.git.nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: Adrien Mazarguil , =?iso-8859-1?Q?N=E9lio_Laranjeiro?= , "dev@dpdk.org" , "matt.peters@windriver.com" To: Dahir Osman , Allain Legacy Return-path: Received: from EUR03-AM5-obe.outbound.protection.outlook.com (mail-eopbgr30043.outbound.protection.outlook.com [40.107.3.43]) by dpdk.org (Postfix) with ESMTP id 0CCC59E4 for ; Fri, 23 Mar 2018 00:37:51 +0100 (CET) In-Reply-To: <3635d2d4c01011fa599d599bfbf16d30fba7e722.1521636364.git.nelio.laranjeiro@6wind.com> Content-Language: en-US Content-ID: 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 Mar 21, 2018, at 5:47 AM, Nelio Laranjeiro wrote: >=20 > From: Dahir Osman >=20 > In some environments it is desirable to have the NIC perform RSS > normally on the packet regardless of the number of queues configured. > The RSS hash result that is stored in the mbuf can then be used by > the application to make decisions about how to distribute workloads > to threads, secondary processes, or even virtual machines if the > application is a virtual switch. This change to the mlx5 driver > aligns with how other drivers in the Intel family work. >=20 > Signed-off-by: Allain Legacy > Signed-off-by: Nelio Laranjeiro > --- Dahir, Allain Did you get a chance to test this patch? It would be good to have 'tested-b= y' tag from you. Acked-by: Yongseok Koh =20 Thanks=