From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 17EE95A08 for ; Tue, 13 Sep 2016 19:14:22 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 13 Sep 2016 10:14:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,329,1470726000"; d="scan'208";a="7946252" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.106]) ([10.237.220.106]) by fmsmga006.fm.intel.com with ESMTP; 13 Sep 2016 10:14:21 -0700 To: Alejandro Lucero , dev@dpdk.org References: <1471363043-14087-1-git-send-email-alejandro.lucero@netronome.com> From: Ferruh Yigit Message-ID: <7fec91bf-36e4-e878-880c-c56dadbffdd4@intel.com> Date: Tue, 13 Sep 2016 18:14:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1471363043-14087-1-git-send-email-alejandro.lucero@netronome.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] nfp: unregister interrupt callback function when closing device X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 17:14:23 -0000 On 8/16/2016 4:57 PM, Alejandro Lucero wrote: > With an app using hotplug feature, when a device is unplugged without > unregistering makes the interrupt handling unstable. > > Fixes: 6c53f87b3497 ("nfp: add link status interrupt") > > Signed-off-by: Alejandro Lucero Headline too long: nfp: unregister interrupt callback function when closing device