From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id CED677CC7; Thu, 1 Jun 2017 12:24:34 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Jun 2017 03:24:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,279,1493708400"; d="scan'208";a="93581599" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 01 Jun 2017 03:24:31 -0700 To: Adrien Mazarguil , Yongseok Koh Cc: dev@dpdk.org, nelio.laranjeiro@6wind.com, stable@dpdk.org References: <20170530010259.48823-1-yskoh@mellanox.com> <20170530074823.GU1758@6wind.com> From: Ferruh Yigit Message-ID: <3373c26a-702e-c11e-4239-629d4a212937@intel.com> Date: Thu, 1 Jun 2017 11:24:31 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170530074823.GU1758@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix wrong exception handling 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: Thu, 01 Jun 2017 10:24:35 -0000 On 5/30/2017 8:48 AM, Adrien Mazarguil wrote: > On Mon, May 29, 2017 at 06:02:59PM -0700, Yongseok Koh wrote: >> A sanity check is required in priv_fdir_disable(). If resizing Rx queue >> fails, this can cause a crash by referencing a NULL pointer. >> >> Cc: stable@dpdk.org >> Fixes: 76f5c99e6840 ("mlx5: support flow director") >> Fixes: 0cdddf4d0626 ("net/mlx5: split Rx queue structure") >> >> Signed-off-by: Yongseok Koh > > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.