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 17B751B3BE for ; Thu, 12 Oct 2017 19:04:46 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 12 Oct 2017 10:04:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,367,1503385200"; d="scan'208";a="909346817" Received: from unknown (HELO [10.241.225.21]) ([10.241.225.21]) by FMSMGA003.fm.intel.com with ESMTP; 12 Oct 2017 10:04:25 -0700 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> From: Ferruh Yigit Message-ID: <79e9684f-1efa-f801-3132-5821f89c8b35@intel.com> Date: Thu, 12 Oct 2017 18:04:24 +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: 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: Thu, 12 Oct 2017 17:04:47 -0000 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. > 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 > <...>