From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f172.google.com (mail-qk0-f172.google.com [209.85.220.172]) by dpdk.org (Postfix) with ESMTP id 210322C6A for ; Fri, 1 Jun 2018 07:02:29 +0200 (CEST) Received: by mail-qk0-f172.google.com with SMTP id k86-v6so18981155qkh.13 for ; Thu, 31 May 2018 22:02:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=csie-io.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/N/zgZS1LGvkpU5NY85YajD+LnBXrYjcxXpvBmYk+dI=; b=VvIXUJNMWwqg2btN1JqCgrcDg0E+rIcSmtMZgDR0oBP/f2GE1ssGkwroR2p47yjiqZ aGEVYST5F5SSGM5YSGeRJYCLrawnfBWzSEKjSFpDHEoKEh2pj9ZcVC7dy3j6WI86D7FJ JgqbW5vCDeXNgRRxgxX6HwjQrlExbNTlBAxwpilJjnO3KIaaKq5mzN1/7L0WVTdaVCR6 pd3gE0rOEii3p96Z2hA6byXhkeAwTY5Aeyo217q+Z+8zq0oziL+WHCyP0K1YDm9OtVQa Q/OQdp3zjd1/2PYdyaGmqhRIyXEaZ/5cxSQ8wlknb7X4GU8CmSi3e+JzQE/nWfV/DxXb TEww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/N/zgZS1LGvkpU5NY85YajD+LnBXrYjcxXpvBmYk+dI=; b=EviPQciGgOX+/KptwMhQbzg/QzXwaaFUFvHuaWZhl1uI6NbCdw4+Q/Gcwb9trdIBLw hKPQdkmmMQTvlMK4U8tyIxzXZNlx8rEN3Y9ubZCHqRgg0Nw0ganlf1cn/cChs52XY8pd /lK7xTvOXCiPxx3QCtA81fsuniNoBShzyfa/i5gamIU7vXWGkGotlY2aTmvrC9dyAiU8 0MP8fJncBSWuF2vE9rLgUP9QOf/BARSs8OtA1odIWAwTwm8egSnoaBsaWb44e+JyIVw6 6nhYifc0TcQTrNSi7i0l3LZysjk579HQ9+nxjLEhFm3J7/9aMtLUa4k55fibv73+CkD9 8xzA== X-Gm-Message-State: APt69E0RAJ1U/9Pg334NHbHm8X/uiZ2fAoVhMyKcnbTSOiq/mvIqd+9x LWEiLy5s7qTgPmgSoJVed9ebWPRxRqTh7SRbG1nrZw== X-Google-Smtp-Source: ADUXVKJq2a4QgIvo4hAeka/UfP52KIU/S9dAv2wx9zuXEBppjy3smPoL3MldUkYEDivOVp3PSfWHRNL4+XbEEvI5LrA= X-Received: by 2002:a37:9d13:: with SMTP id g19-v6mr8795715qke.217.1527829348467; Thu, 31 May 2018 22:02:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?B?5by15pWs5piK?= Date: Fri, 1 Jun 2018 13:02:15 +0800 Message-ID: To: stud4063294@gmail.com Cc: users@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] No probed ethernet devices. Does DPDK support BCM57810? 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: Fri, 01 Jun 2018 05:02:29 -0000 Hi Wu, After a deeper inspection into bnx2x_ethdev.c, I realized 0x168e is actually on the list. Is it possible that you didn't set CONFIG_RTE_LIBRTE_BNX2X_PMD=3Dy in config/common-base? Try to recompile DPDK library with the above option enabled, perhaps that'll solve your problem. BR, Frank On Fri, Jun 1, 2018 at 12:20 PM =E5=BC=B5=E6=95=AC=E6=98=8A = wrote: > Hi Wu, > > Please take a look at > http://dpdk.org/doc/guides/nics/bnxt.html > and > http://dpdk.org/browse/dpdk/tree/drivers/net/bnxt/bnxt_ethdev.c#n95 > > It appears that BCM57810 is not in the support list. > > BR, > Frank > > On Fri, Jun 1, 2018 at 11:25 AM =E4=BC=8D=E8=8B=B1=E8=8F=AF wrote: > >> Hi, >> I am using NIC Broadcom Corporation NetXtreme II BCM57810 10 Gigabit >> Ethernet 168e. >> >> I bind igb_uio to the network device but got error when running testpmd: >> =3D=3D=3D=3D=3D=3D=3D=3D >> # ./testpmd -c 3 -n 4 -- -i >> EAL: Detected 32 lcore(s) >> EAL: Multi-process socket /var/run/.rte_unix >> EAL: Probing VFIO support... >> EAL: VFIO support initialized >> testpmd: No probed ethernet devices >> Interactive-mode selected >> ... >> =3D=3D=3D=3D=3D=3D=3D=3D >> >> Since the original driver is bnx2x, I checked the supported NIC: >> http://dpdk.org/doc/guides/nics/bnx2x.html >> >> and the PCI devices this driver supports: >> >> http://dpdk.org/browse/dpdk-stable/tree/drivers/net/bnx2x/bnx2x_ethdev.c= #n24 >> >> I am confused that does DPDK support BCM57810 ? Or QLogic 578xx only? >> >> Regards, >> Wu >> > > >