From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by dpdk.org (Postfix) with ESMTP id 8ED5F5F22 for ; Wed, 21 Mar 2018 13:43:54 +0100 (CET) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id w2LChoHo005098 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 21 Mar 2018 05:43:51 -0700 Received: from ALA-MBD.corp.ad.wrs.com ([169.254.3.201]) by ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) with mapi id 14.03.0361.001; Wed, 21 Mar 2018 05:43:50 -0700 From: "Legacy, Allain" To: =?iso-8859-1?Q?N=E9lio_Laranjeiro?= , "Yongseok Koh" CC: "adrien.mazarguil@6wind.com" , "dev@dpdk.org" , "Peters, Matt" Thread-Topic: [PATCH] net/mlx5: setup RSS regardless of queue count Thread-Index: AQHTwEbFFSf0CCynGk6fXJFSyz7H7KPaNSWAgACeWID//9A7oA== Date: Wed, 21 Mar 2018 12:43:49 +0000 Message-ID: <70A7408C6E1BFB41B192A929744D8523BA9CB0C1@ALA-MBD.corp.ad.wrs.com> References: <20180319163007.11516-1-allain.legacy@windriver.com> <20180320122608.6noglggdsojbtqsx@laranjeiro-vm.dev.6wind.com> <20180320230710.GA49230@yongseok-MBP.local> <20180321083355.7muji23cmca5gatw@laranjeiro-vm.dev.6wind.com> In-Reply-To: <20180321083355.7muji23cmca5gatw@laranjeiro-vm.dev.6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [128.224.140.231] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/mlx5: setup RSS regardless of queue count X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2018 12:43:54 -0000 > -----Original Message----- > From: N=E9lio Laranjeiro [mailto:nelio.laranjeiro@6wind.com] > Sent: Wednesday, March 21, 2018 4:34 AM <...> > The engine is not trivial as it needs to convert flow API to Verbs flows = which > the restrictions from the MLX5 kernel driver. > Trying to give instructions ends by writing it down directly as I need to= test > them to see if it does not break your requirements also. >=20 > Allain, I will finalise this patch (today) and make some test, I'll cont= act you > once it is finish to see if the behavior you expect is reached. >=20 Great, thanks!