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 5BABB1B00B for ; Tue, 9 Jan 2018 09:21:52 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 00:21:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,334,1511856000"; d="scan'208";a="22552538" Received: from dpdk26.sh.intel.com ([10.67.110.152]) by orsmga001.jf.intel.com with ESMTP; 09 Jan 2018 00:21:50 -0800 From: Wenzhuo Lu To: wei.dai@intel.com Cc: dev@dpdk.org Date: Tue, 9 Jan 2018 16:23:50 +0800 Message-Id: <1515486230-77436-1-git-send-email-wenzhuo.lu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1505903043-51967-1-git-send-email-wei.dai@intel.com> References: <1505903043-51967-1-git-send-email-wei.dai@intel.com> Subject: Re: [dpdk-dev] net/ixgbe: fix VFIO interrupt mapping in PF 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: Tue, 09 Jan 2018 08:21:52 -0000 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?