From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2693AC388F9 for ; Wed, 21 Oct 2020 12:53:14 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 61A0322249 for ; Wed, 21 Oct 2020 12:53:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 61A0322249 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=dpdk.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 165AFAC65; Wed, 21 Oct 2020 14:53:11 +0200 (CEST) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id 25A31AC62 for ; Wed, 21 Oct 2020 14:53:10 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 0B135A04DE; Wed, 21 Oct 2020 14:53:08 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 21 Oct 2020 12:53:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: other X-Bugzilla-Version: 20.08 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: marco.bore@gmail.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 Subject: [dpdk-dev] [Bug 562] Cannot bind 82599ES 10-Gigabit to uio_pci_generic 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D562 Bug ID: 562 Summary: Cannot bind 82599ES 10-Gigabit to uio_pci_generic Product: DPDK Version: 20.08 Hardware: x86 OS: All Status: UNCONFIRMED Severity: critical Priority: Normal Component: other Assignee: dev@dpdk.org Reporter: marco.bore@gmail.com Target Milestone: --- NIC: Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Net= work Connection (rev 01) OS: CentOS Linux release 8.2.2004 (Core) Kernel: 4.18.0-193.19.1.el8_2.x86_64 The command: python3 ./dpdk-devbind.py --bind uio_pci_generic 0000:82:00.0=20 Error: bind failed for 0000:82:00.0 - Cannot bind to driver uio_pci_generic dmesg log: [ 2571.106721] genirq: Threaded irq requested with handler=3DNULL and !ONES= HOT for irq 49 [ 2571.106795] uio_pci_generic: probe of 0000:82:00.0 failed with error -22 How can I fix that? --=20 You are receiving this mail because: You are the assignee for the bug.=