From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 12 Oct 2017 19:49:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,369,1503385200"; d="scan'208";a="909487937" Received: from unknown (HELO [10.241.225.21]) ([10.241.225.21]) by FMSMGA003.fm.intel.com with ESMTP; 12 Oct 2017 19:49:56 -0700 From: Ferruh Yigit To: Patrick MacArthur , Markus Theil , dev@dpdk.org, Mark Kavanagh Cc: stephen@networkplumber.org, Bob Noseworthy , Patrick MacArthur , "O'Driscoll, Tim" 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> Message-ID: <519c1e97-1653-53dc-5e15-7a6f013db528@intel.com> Date: Fri, 13 Oct 2017 03:49:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <79e9684f-1efa-f801-3132-5821f89c8b35@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v7 5/6] igb_uio: use kernel functions for masking MSI-X 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: Fri, 13 Oct 2017 02:49:58 -0000 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 >> > <...> >