From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id ED53D7CC4; Wed, 21 Mar 2018 19:45:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2018 11:45:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,340,1517904000"; d="scan'208";a="213435479" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.63]) ([10.237.221.63]) by fmsmga006.fm.intel.com with ESMTP; 21 Mar 2018 11:45:19 -0700 To: Nelio Laranjeiro , Adrien Mazarguil , Yongseok Koh Cc: dev@dpdk.org, stable@dpdk.org References: <7aeb54018d1a8dd06638632076f25fbc88945afd.1518686582.git.nelio.laranjeiro@6wind.com> <07145c9505263ba30de44a5c5186431935b98884.1520950386.git.nelio.laranjeiro@6wind.com> From: Ferruh Yigit Message-ID: <6b81cc53-f6a5-a5e8-0972-16da937644ab@intel.com> Date: Wed, 21 Mar 2018 18:45:19 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <07145c9505263ba30de44a5c5186431935b98884.1520950386.git.nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH 2/4] net/mlx5: fix flow single queue 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 18:45:23 -0000 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 <...>