From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wenzhuo Lu Subject: Re: net/ixgbe: fix VFIO interrupt mapping in PF Date: Tue, 9 Jan 2018 16:23:50 +0800 Message-ID: <1515486230-77436-1-git-send-email-wenzhuo.lu@intel.com> References: <1505903043-51967-1-git-send-email-wei.dai@intel.com> Cc: dev@dpdk.org To: wei.dai@intel.com Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 5BABB1B00B for ; Tue, 9 Jan 2018 09:21:52 +0100 (CET) In-Reply-To: <1505903043-51967-1-git-send-email-wei.dai@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Wei, > + rte_intr_disable(intr_handle); TBH, confused by this patch. I see the intr already disabled at the begining of this function, ixgbe_dev_start, why we need to disable it again?