From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYk0b-0002wi-G2 for qemu-devel@nongnu.org; Thu, 19 Mar 2015 19:37:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYk0a-0005eO-Ls for qemu-devel@nongnu.org; Thu, 19 Mar 2015 19:37:49 -0400 Received: from mail-oi0-x22e.google.com ([2607:f8b0:4003:c06::22e]:34165) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYk0a-0005eG-H0 for qemu-devel@nongnu.org; Thu, 19 Mar 2015 19:37:48 -0400 Received: by oier21 with SMTP id r21so78579693oie.1 for ; Thu, 19 Mar 2015 16:37:48 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <550A85B3.4070703@redhat.com> Date: Thu, 19 Mar 2015 19:37:47 -0400 Message-ID: From: jacob jacob Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] PCI passthrough of 40G ethernet interface (Openstack/KVM) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shannon Nelson Cc: kvm-devel , netdev@vger.kernel.org, Alex Williamson , QEMU Developers , Bandan Das , Stefan Assmann On Thu, Mar 19, 2015 at 5:53 PM, jacob jacob wrote: > On Thu, Mar 19, 2015 at 5:42 PM, Shannon Nelson > wrote: >> On Thu, Mar 19, 2015 at 2:04 PM, jacob jacob wrote: >>> I have updated to latest firmware and still no luck. >> >> [...] >> >>> [ 61.554132] i40e 0000:00:06.0 eth2: the driver failed to link >>> because an unqualified module was detected. <<<<<<<<<<<<<<<<<<<< >>> [ 61.555331] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready >>> >> >> So I assume you're getting traffic on the other port and it doesn't >> complain about "unqualified module"? Does the problem move if you >> swap the cables? The usual problem here is a QSFP connector that >> isn't compatible with the NIC. I don't have a pointer handy to the >> official list, but you should be able to get that from your NIC >> supplier. > > No. That is not the case. > > The traffic counters are for the dpdk test run which uses igb_uio driver. > > As i mentioned earlier, have tried all combinations of cable, pci slot > , card etc to isolate any hw issues. Everything works fine on the host and hence the modules are verified to be working. The issue is seen only when the device is passed through to a VM running on the same host.