From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v7 5/6] igb_uio: use kernel functions for masking MSI-X Date: Fri, 13 Oct 2017 03:49:56 +0100 Message-ID: <519c1e97-1653-53dc-5e15-7a6f013db528@intel.com> References: <1503336825-7700-1-git-send-email-markus.theil@tu-ilmenau.de> <1504613046-7259-1-git-send-email-markus.theil@tu-ilmenau.de> <1504613046-7259-5-git-send-email-markus.theil@tu-ilmenau.de> <79e9684f-1efa-f801-3132-5821f89c8b35@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stephen@networkplumber.org, Bob Noseworthy , Patrick MacArthur , "O'Driscoll, Tim" To: Patrick MacArthur , Markus Theil , dev@dpdk.org, Mark Kavanagh Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D7A1E1B61F for ; Fri, 13 Oct 2017 04:49:57 +0200 (CEST) In-Reply-To: <79e9684f-1efa-f801-3132-5821f89c8b35@intel.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/12/2017 6:04 PM, Ferruh Yigit wrote: > On 10/9/2017 10:56 PM, Patrick MacArthur wrote: >> Hi, Markus, >> >> This commit appears to cause a regression on CentOS 7.4 with the in-box >> Linux 3.10.0-639-2.2.el7.x86_64 kernel. Although the kernel module >> appears to build correctly, when I attempt to load the module with >> insmod, it fails and I see the following errors in dmesg: >> >>> [620323.805125] igb_uio: Unknown symbol unmask_msi_irq (err 0) >>> [620323.805163] igb_uio: Unknown symbol mask_msi_irq (err 0) >> > > Hi Patrick, Mark, > > Thanks for reporting, I will check it. Can you please test http://dpdk.org/dev/patchwork/patch/30325/ > > >> It also fails with the same dmesg errors if I copy it into >> /lib/modules/$(uname -r)/extra, run depmod, and try to modprobe it. >> >> Running git bisect points to this commit as the root cause. >> >> This issue was identified as part of setting up the DPDK performance >> test lab CI environment at the University of New Hampshire >> InterOperability Laboratory. >> >> Thanks, >> Patrick >> > <...> >