From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH 2/4] net/mlx5: fix flow single queue Date: Wed, 21 Mar 2018 18:45:19 +0000 Message-ID: <6b81cc53-f6a5-a5e8-0972-16da937644ab@intel.com> References: <7aeb54018d1a8dd06638632076f25fbc88945afd.1518686582.git.nelio.laranjeiro@6wind.com> <07145c9505263ba30de44a5c5186431935b98884.1520950386.git.nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org To: Nelio Laranjeiro , Adrien Mazarguil , Yongseok Koh Return-path: In-Reply-To: <07145c9505263ba30de44a5c5186431935b98884.1520950386.git.nelio.laranjeiro@6wind.com> Content-Language: en-US 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 3/13/2018 2:17 PM, Nelio Laranjeiro wrote: > The flow is created with any steering being applied in the NIC when the > device is handling a single Rx queue. > > Fixes: cede123a158f ("net/mlx5: fix flow creation with a single target queue") This patch is from current release and still in next-net. If it is possible to split this patch to fix issue in this particular commit it can be squashed into original fix. If not commit id for fixes will be wrong and needs to be fixed when merged into main repo. > Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") > Cc: stable@dpdk.org > > Signed-off-by: Nelio Laranjeiro <...>