From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/1] ena: fix SIGFPE with 0 rx queues Date: Wed, 27 Jun 2018 14:22:55 +0100 Message-ID: <75d533b8-0b57-9df1-6dc3-83534ca16005@intel.com> References: <20180625134046.12448-1-daria.kolistratova@intel.com> <20180626110734.25181-1-daria.kolistratova@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Marcin Wojtas , "Tzalik, Guy" , "Schmeilin, Evgeny" , Daria Kolistratova , dev@dpdk.org To: =?UTF-8?Q?Micha=c5=82_Krawczyk?= Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 49FB61B915 for ; Wed, 27 Jun 2018 15:23:03 +0200 (CEST) In-Reply-To: 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 6/27/2018 9:36 AM, MichaƂ Krawczyk wrote: > 2018-06-26 18:53 GMT+02:00 Ferruh Yigit : >> On 6/26/2018 6:38 PM, Ferruh Yigit wrote: >>> From: Daria Kolistratova >> >> I re-send the Daria's patch, somehow it didn't appeared in mail list and patchwork. >> >>> >>> When the number of rx queues is 0 >>> (what can be when application does not receive) >>> failed with SIGFPE. It happens when the application >>> is also requesting ETH_MQ_RX_RSS_FLAG in the >>> rte_dev->data->dev_conf.rxmode.mq_mode. >>> Fixed adding zero rx queues check. >>> >>> Signed-off-by: Daria Kolistratova > > Acked-by: Michal Krawczyk Applied to dpdk-next-net/master, thanks.