From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk0-f52.google.com (mail-vk0-f52.google.com [209.85.213.52]) by dpdk.org (Postfix) with ESMTP id 0EA511B1DF for ; Mon, 21 May 2018 18:17:06 +0200 (CEST) Received: by mail-vk0-f52.google.com with SMTP id i190-v6so9077120vkd.13 for ; Mon, 21 May 2018 09:17:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=3EoHaoX6UetFVJiaHw5K+WlQX+BDPmr+JuEKytdZ5fM=; b=RDu4/mLKXFh0jxSLHjaht4/d6KyKAQ2lnEHVGaDRDhXSSh3rcNImN9ya09I0IiDNSy 5+MaUbRByN65WWM5AbAoK7Nl4uYod+J9Bqo91aIgLg/Bb4A5F2fkj8fBVc8jEO6jQXFh SM9ip5LloeNh3GbZUE3038+eZ0YJv+dnjNnQX5Jx6HSHttTnSEWbgZzohTysHVVIKdfM 24UYcBPW3TzQTGgUKBtWr4VI912Mpzqwz6GX5YBxdARH9/bmcog4J0EoHpoM+/9ZKo2t gOydUgkiD6PIUlL6PrxOpH2x5dXOfViegy1gvsp71yNpxrNbDUAPy9c/0U3LEqPf1R7/ +PPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=3EoHaoX6UetFVJiaHw5K+WlQX+BDPmr+JuEKytdZ5fM=; b=gaKBP5CDtawxQIYG+7hmfPJfmgmq7liCWEZ6itJajYPxmoU8UOrpQTkKWmAyjHGuFm sMVNS+GtxlaKxGe1s8H6McbE7acz3dZK1RD6tBU3uazrmoCK5zEfZ7iUwvtogansdWIp Qwcp2+52ucOZyKpu6QjqjPmOIXG0M3Hui6qHEaNMVB54/hIn+bTT5tp1dSRvizmbfIIV 9F7vmIc84m99CWLOgoN9gQ79bfTPH+ygK+wKcbw4xGEBrc+3L+MS23SYyIX7TN2rmiaJ N9ymV3kf4xA4j6J2zmkV9GIV8GazCYkLc48qNeeau2U89mYJPpHW7LrawoNhKhbj4vLe ZTgw== X-Gm-Message-State: ALKqPwcxNus24rrxoiruOCXZsret8QZxhugGwHMjjHtwandsCfGo7W9w xc7tRaEM+IGbOgKFKyQNVV+eOnz/Er6C2NCZ9cg= X-Google-Smtp-Source: AB8JxZqxBjbdHqw/UyEsGarzoN++dBxtwR+7uwqo7rK5a4bhfBZup/vtCCJcwq+dD3ces3j29bJ1cFRWTktJfWegfYM= X-Received: by 2002:a1f:b34c:: with SMTP id c73-v6mr13674360vkf.37.1526919425316; Mon, 21 May 2018 09:17:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.151.200 with HTTP; Mon, 21 May 2018 09:16:44 -0700 (PDT) In-Reply-To: <5CE156A7-6529-4F5C-BF7E-AFB6A2C2E95D@intel.com> References: <5CE156A7-6529-4F5C-BF7E-AFB6A2C2E95D@intel.com> From: Milad Arabi Date: Mon, 21 May 2018 20:46:44 +0430 Message-ID: To: "Wiles, Keith" Cc: "users@dpdk.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] Found 0 usable 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: Mon, 21 May 2018 16:17:06 -0000 Hi Keith Thank you for your reply. Could you please check my output at: https://asciinema.org/a/182678 I get this error: > PMD: eth_ixgbe_dev_init(): The EEPROM checksum is not valid: -1 any comment would be appreciated On Mon, May 21, 2018 at 5:26 PM, Wiles, Keith wrote: > > > > On May 21, 2018, at 4:37 AM, Milad Arabi wrote: > > > > Hi there > > I try to with dpdk 17.08 on centos7.5 with other library,but I got this: > > > >> [INFO] Initializing DPDK. This will take a few seconds... > >> EAL: Detected 16 lcore(s) > >> EAL: Probing VFIO support... > >> EAL: PCI device 0000:0b:00.0 on NUMA socket -1 > >> EAL: Invalid NUMA socket, default to 0 > >> EAL: probe driver: 15ad:7b0 net_vmxnet3 > >> EAL: PCI device 0000:13:00.0 on NUMA socket 1 > >> EAL: probe driver: 8086:10fb net_ixgbe > >> EAL: PCI device 0000:13:00.1 on NUMA socket -1 > >> EAL: Invalid NUMA socket, default to 0 > >> EAL: probe driver: 8086:10fb net_ixgbe > >> *[INFO] Found 0 usable devices:* > > > > > > are these errors come from dpdk? and how I can solve this problem? > > Did you use the dpdk-devbind.py tool in dpdk to bind the device to allow > DPDK to use the device? > > Also you may have to insmod the igb_uio.ko for pci_uio_generic modules in > the kernel? > > > > > # ethtool -i ens224f1 > >> driver: ixgbe > >> version: 5.3.7 > >> firmware-version: 0x80000835, 1.949.0 > >> expansion-rom-version: > >> bus-info: 0000:13:00.1 > >> supports-statistics: yes > >> supports-test: yes > >> supports-eeprom-access: yes > >> supports-register-dump: yes > >> supports-priv-flags: yes > > Regards, > Keith > >