From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/2] net/mlx5: fix segfault on interrupt disable Date: Mon, 23 Oct 2017 10:49:57 -0700 Message-ID: <76454859-524d-a15b-fc37-1168f67d359b@intel.com> References: <20171017120457.122693-1-shahafs@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Shahaf Shuler , nelio.laranjeiro@6wind.com, adrien.mazarguil@6wind.com, yskoh@mellanox.com Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id DC0191B6C0 for ; Mon, 23 Oct 2017 19:50:02 +0200 (CEST) In-Reply-To: <20171017120457.122693-1-shahafs@mellanox.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 10/17/2017 5:04 AM, Shahaf Shuler wrote: > Interrupt disable can be called when the interrupt vector is not yet > allocated. Such case ends up with segmentation fault. > > Fixing it by adding verification for interrupt vector validity. > > Fixes: 09cb5b581762 ("net/mlx5: separate DPDK from verbs Rx queue objects") > Cc: nelio.laranjeiro@6wind.com > > Signed-off-by: Shahaf Shuler > Acked-by: Nelio Laranjeiro Series applied to dpdk-next-net/master, thanks.