From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f169.google.com (mail-qt0-f169.google.com [209.85.216.169]) by dpdk.org (Postfix) with ESMTP id 590752C55 for ; Tue, 14 Aug 2018 07:54:41 +0200 (CEST) Received: by mail-qt0-f169.google.com with SMTP id h4-v6so19985313qtj.7 for ; Mon, 13 Aug 2018 22:54:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=pfmThw2HUE2eM7WqVRHBLki6NDeyHWUGTL2ho+q13HQ=; b=ls3ttgdDpe2KWJ4rXaaSnA1hRCvddXcCJW8XycPmQ1MWb4grOJRCD1F4yPAMaxCxJY Y/YCE8VRbQXkQCrv8XFfxCNI7rGLB8lGbAiQZ21caKQQJQrVIjEOrg0V/cpBxpQnNXRg z3ojneKA/flsN+ae5I+THolMZdC+glfYgQXq646yLgujP2FitCpNyoq3OgQjI3NcUklq 1vxOLA9fTU6/1rbR1MnyQOKNb8Niw7OgmZnZjMWEJR8vBSfWK2vNsNmy09tTaTRCp3CR d8TvnvJj/7CkZOESwmESwk3SEIxD5uN8o0TgNXTWdZpXcfwy1wuKrkx7Tfb9W18YVDIG qSkg== 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=pfmThw2HUE2eM7WqVRHBLki6NDeyHWUGTL2ho+q13HQ=; b=tM41qhdhJzDnYt1x2AMwEtjEBmq/tk4ouLbAtnkjuwnWztPbdp5j+yh4G/VDshwc+C quhEpZqtFrSVeOTE+BHSotPhuAENZ38NaIzHIwv3Yy5SSXQpbdGG8FDrI9mZX7l1wtOH es7gKkNYAm/1Lhqo4WkheUXoc8xom6Uz8sAqeODM3C8htVplYMt+fW3hwf6yeL+SCpvq DGYa4zA96OTkw2g8A2oLzoqI6cNbxCUlmTw/TLJeFlczXpfkV4OmmD545IeuX6AWcCex CR/ld7e33pf8ecjsKuJboLET3W0Zw5ufdVKb78kHWEt4EuERxm/XLmC3L0IlOMhrGkSp 7R3g== X-Gm-Message-State: AOUpUlFZHH5bBSb6FbCCPTmgZ4ywWingj1mmzwbSdKBtzCGy4dlsX+AH QbKD/VCdJ5K0hD88rLJ3krDBugX8Quj6fYTfRRO27w== X-Google-Smtp-Source: AA+uWPxDyl+3/6dbbeZk4a4/+YeR3hJUo9yyEwCW+kBrAj0C6RnDatz19wMIDrRkfhJz1VXeENjEi0IP2Phy8Fon3Y4= X-Received: by 2002:aed:2418:: with SMTP id r24-v6mr19786963qtc.407.1534226080386; Mon, 13 Aug 2018 22:54:40 -0700 (PDT) MIME-Version: 1.0 From: Aaron Hughes Date: Tue, 14 Aug 2018 00:54:29 -0500 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] Unsupported kernel driver 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: Tue, 14 Aug 2018 05:54:41 -0000 I'm having trouble getting testpmd to work with an Intel X710. I'm seeing an unsupported kernel driver error. Based on this page I think I'm using the correct kernel driver: http://doc.dpdk.org/guides/nics/i40e.html#recommended-matching-list Does anyone have any idea what I'm doing wrong? My system info: CentOS release 6.5 (Final) Intel X710 with version 5.05 firmware Kernel Driver: i40e version 1.5.23 (From Intel) DPDK version: 17.05 /tmp/testpmd --log-level=8 -w 05:00.0EAL: Detected lcore 0 as core 0 on socket 0 EAL: Detected lcore 1 as core 1 on socket 0 EAL: Detected lcore 2 as core 2 on socket 0 EAL: Detected lcore 3 as core 3 on socket 0 EAL: Detected lcore 4 as core 4 on socket 0 EAL: Detected lcore 5 as core 8 on socket 0 EAL: Detected lcore 6 as core 9 on socket 0 EAL: Detected lcore 7 as core 10 on socket 0 EAL: Detected lcore 8 as core 11 on socket 0 EAL: Detected lcore 9 as core 12 on socket 0 EAL: Detected lcore 10 as core 0 on socket 0 EAL: Detected lcore 11 as core 1 on socket 0 EAL: Detected lcore 12 as core 2 on socket 0 EAL: Detected lcore 13 as core 3 on socket 0 EAL: Detected lcore 14 as core 4 on socket 0 EAL: Detected lcore 15 as core 8 on socket 0 EAL: Detected lcore 16 as core 9 on socket 0 EAL: Detected lcore 17 as core 10 on socket 0 EAL: Detected lcore 18 as core 11 on socket 0 EAL: Detected lcore 19 as core 12 on socket 0 EAL: Support maximum 128 logical core(s) by configuration. EAL: Detected 20 lcore(s) EAL: Setting up physically contiguous memory... EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0x7fb9e9400000 (size = 0x200000) EAL: Ask a virtual area of 0x7fc00000 bytes EAL: Virtual area found at 0x7fb969600000 (size = 0x7fc00000) EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0x7fb969200000 (size = 0x200000) EAL: Requesting 1024 pages of size 2MB from socket 0 EAL: TSC frequency is ~2394234 KHz EAL: Master lcore 0 is ready (tid=e9afc8c0;cpuset=[0]) EAL: lcore 10 is ready (tid=62df5700;cpuset=[10]) EAL: lcore 2 is ready (tid=67dfd700;cpuset=[2]) EAL: lcore 1 is ready (tid=687fe700;cpuset=[1]) EAL: lcore 18 is ready (tid=5dded700;cpuset=[18]) EAL: lcore 13 is ready (tid=60ff2700;cpuset=[13]) EAL: lcore 3 is ready (tid=673fc700;cpuset=[3]) EAL: lcore 6 is ready (tid=655f9700;cpuset=[6]) EAL: lcore 17 is ready (tid=5e7ee700;cpuset=[17]) EAL: lcore 9 is ready (tid=637f6700;cpuset=[9]) EAL: lcore 12 is ready (tid=619f3700;cpuset=[12]) EAL: lcore 7 is ready (tid=64bf8700;cpuset=[7]) EAL: lcore 4 is ready (tid=669fb700;cpuset=[4]) EAL: lcore 8 is ready (tid=641f7700;cpuset=[8]) EAL: lcore 14 is ready (tid=605f1700;cpuset=[14]) EAL: lcore 19 is ready (tid=5d3ec700;cpuset=[19]) EAL: lcore 16 is ready (tid=5f1ef700;cpuset=[16]) EAL: lcore 5 is ready (tid=65ffa700;cpuset=[5]) EAL: lcore 15 is ready (tid=5fbf0700;cpuset=[15]) EAL: lcore 11 is ready (tid=623f4700;cpuset=[11]) EAL: Driver (net_ark) doesn't match the device EAL: Driver (net_avp) doesn't match the device EAL: Driver (net_bnxt) doesn't match the device EAL: Driver (net_cxgbe) doesn't match the device EAL: Driver (net_e1000_igb) doesn't match the device EAL: Driver (net_e1000_igb_vf) doesn't match the device EAL: Driver (net_e1000_em) doesn't match the device EAL: Driver (net_ena) doesn't match the device EAL: Driver (net_enic) doesn't match the device EAL: Driver (net_fm10k) doesn't match the device EAL: PCI device 0000:05:00.0 on NUMA socket -1 EAL: probe driver: 8086:1572 net_i40e EAL: Not managed by a supported kernel driver, skipped EAL: Driver (net_i40e_vf) doesn't match the device EAL: Driver (net_ixgbe) doesn't match the device EAL: Driver (net_ixgbe_vf) doesn't match the device EAL: Driver (net_liovf) doesn't match the device EAL: Driver (net_nfp) doesn't match the device EAL: Driver (net_qede) doesn't match the device EAL: Driver (net_qede_vf) doesn't match the device EAL: Driver (net_sfc_efx) doesn't match the device EAL: Driver (net_thunderx) doesn't match the device EAL: Driver (net_virtio) doesn't match the device EAL: Driver (net_vmxnet3) doesn't match the device EAL: Driver (event_skeleton_pci) doesn't match the device EAL: Driver (octeontx_ssowvf) doesn't match the device EAL: Driver (octeontx_ssovf) doesn't match the device EAL: No probed ethernet devices