From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com [209.85.218.48]) by dpdk.org (Postfix) with ESMTP id 30E317D0D for ; Thu, 24 Aug 2017 21:21:37 +0200 (CEST) Received: by mail-oi0-f48.google.com with SMTP id k77so3806520oib.2 for ; Thu, 24 Aug 2017 12:21:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=azFEvjrXAjCjIFrAOc4EWR6VwKoLwMRVTjoRWU4ztBU=; b=QqJ3W2+wCB07d59AesXMSsoIbCIpwaFohNfAQqGRU+4BkCL6+NqbSdKO/VTouhSyMH x0tX1mEqRcrxk1wZcfKCwRnvSsFJZhv85DQhWlNcvi+eV+o2i/8OOVbyOWlnZM7lSZ+S t847y4Fw3B55pjU4MFmDowa7l5sdz/e6ydlKbg6qno92cZC1f9+7zuECX97JHkJqdavT la+vRRjL5NlaEY0vb8BJqWNA3OFh4fxOjjoRLToFjHMjWz8gzd6gKp5gofi0C4Xklj3B 3X7tu+E65mmRWP92tU26Kb9ROhN2aXyi/2gYRQy+NWIEXbgq5vWJRAG1qbueak7oabW0 q2XQ== X-Gm-Message-State: AHYfb5gY7j3J7F54P/sqPgeK5cwH2/IVFl+I5LdQNFlNiOQ9l5qFBcuo opu1ATIQ84WLSdRW592i3/8u/rZOQZh5Tbq0dg== X-Received: by 10.202.207.209 with SMTP id f200mr2600013oig.193.1503602496173; Thu, 24 Aug 2017 12:21:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.150.195 with HTTP; Thu, 24 Aug 2017 12:21:15 -0700 (PDT) From: Chris Paquin Date: Thu, 24 Aug 2017 15:21:15 -0400 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] [SRIOV][TestPMD][OpenStack] No probed ethernet devices X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2017 19:21:37 -0000 Hello. I am trying to get testpmd up and running in a RHEL 7.4 guest (DPDK 17.08), however, I am unable to get my interface to bind to a dpdk compatible driver. [root@localhost ~]# dpdk-devbind --status Network devices using DPDK-compatible driver ============================================ Network devices using kernel driver =================================== 0000:00:03.0 'Virtio network device' if=eth0 drv=virtio-pci unused=virtio_pci,vfio-pci *Active* 0000:00:05.0 '82599 Ethernet Controller Virtual Function' if=eth1 drv=ixgbevf unused=vfio-pci *Active* I am trying to bind the vfio-pci driver (not igb_uio - which I read was deprecated). I am running into the following error. [root@testpmd-vm ~]# dpdk_nic_bind --bind=vfio-pci 0000:00:05.0 Error: bind failed for 0000:00:05.0 - Cannot bind to driver vfio-pci Has anyone seen this before? Can someone confirm that I am attempting to bind correctly?