From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 83FC7A034D; Mon, 3 Jan 2022 19:19:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6D83F40042; Mon, 3 Jan 2022 19:19:12 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 31F6D4003C for ; Mon, 3 Jan 2022 19:19:11 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id 1B036A0352; Mon, 3 Jan 2022 19:19:11 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 919] Error attaching device to DPDK Date: Mon, 03 Jan 2022 18:19:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: ethdev X-Bugzilla-Version: 19.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jmover@me.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org https://bugs.dpdk.org/show_bug.cgi?id=3D919 Bug ID: 919 Summary: Error attaching device to DPDK Product: DPDK Version: 19.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: jmover@me.com Target Milestone: --- Error attaching device to DPDK while adding interfaces to OVS bond on Ubunt= u. Ubuntu 20.04.3 DPDK 19.11.10 OVS 2.13.3 NICs Intel x710 (fw 7.10) Command: ovs-vsctl add-bond ovsbr0 bond0 ens2f0 ens2f1 ens3f0 ens3f1 \ -- set Interface ens2f0 type=3Ddpdk "options:dpdk-devargs=3D0000:5e:00.= 0" \ -- set Interface ens2f1 type=3Ddpdk "options:dpdk-devargs=3D0000:5e:00.= 1" \ -- set Interface ens3f0 type=3Ddpdk "options:dpdk-devargs=3D0000:d8:00.= 0" \ -- set Interface ens3f1 type=3Ddpdk "options:dpdk-devargs=3D0000:d8:00.= 1" Output: ovs-vsctl: Error detected while setting up 'ens2f0': Error attaching device '0000:5e:00.0' to DPDK. See ovs-vswitchd log for details. ovs-vsctl: Error detected while setting up 'ens2f1': Error attaching device '0000:5e:00.1' to DPDK. See ovs-vswitchd log for details. ovs-vsctl: Error detected while setting up 'ens3f0': Error attaching device '0000:d8:00.0' to DPDK. See ovs-vswitchd log for details. ovs-vsctl: Error detected while setting up 'ens3f1': Error attaching device '0000:d8:00.1' to DPDK. See ovs-vswitchd log for details. ovs-vsctl: The default log directory is "/var/log/openvswitch". /var/log/openvswitch/ovs-vswitchd.log 2022-01-03T16:00:05.776Z|00083|dpdk|ERR|EAL: Driver cannot attach the device (0000:d8:00.1) 2022-01-03T16:00:05.776Z|00084|dpdk|ERR|EAL: Failed to attach device on pri= mary process 2022-01-03T16:00:05.776Z|00085|netdev_dpdk|WARN|Error attaching device '0000:d8:00.1' to DPDK 2022-01-03T16:00:05.776Z|00086|netdev|WARN|ens3f1: could not set configurat= ion (Invalid argument) 2022-01-03T16:00:05.776Z|00087|dpdk|ERR|Invalid port_id=3D32 VT-d support is enabled: cat /proc/cmdline=20 BOOT_IMAGE=3D/boot/vmlinuz-5.4.0-91-generic root=3DUUID=3D2849776f-b167-447f-a5d1-ea4b5c831c35 ro iommu=3Dpt intel_iomm= u=3Don --=20 You are receiving this mail because: You are the assignee for the bug.=