From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f42.google.com (mail-it0-f42.google.com [209.85.214.42]) by dpdk.org (Postfix) with ESMTP id E17A22BBD for ; Fri, 1 Jun 2018 05:25:47 +0200 (CEST) Received: by mail-it0-f42.google.com with SMTP id a3-v6so205200itd.0 for ; Thu, 31 May 2018 20:25:47 -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=CCT/3Dr6tPcD+CbKGVm7wjxYYDedUzhZ0P43fKlxyGo=; b=s1dFv7w4Orvx/NiJpVyPXcX5HBtSRH884Pj6boTHwEDhxwQKMsw75OKm8b4wTd7VDC Nckeg+ENXeosIus1/HPkjNKUei8tfn9SCeu1AJvhI8l6acodVpD98vYVYZawgObtH7i4 SiXowHT/sgs5KOkrMxW4qWQRtG8fZ0Z6yHM5+17Yk9JJdRspf8S90pKMX76X476NfMIS dxegoYawUnocHb+qaekMt2gXdxBiK2sebmYWjNqZD+a2TDRTH0u9ZhbLpEi6mkFKMGIr np0cHmdN9bzhEdJRCOme3kt1z2LiXdq2zWxtZKK/Oo3FCrcgsplT+WxtinaInIhJTvgv 5NjA== 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=CCT/3Dr6tPcD+CbKGVm7wjxYYDedUzhZ0P43fKlxyGo=; b=jq/bdWWQ3s7FBNKrtVOyTS8ivIoFOsaP5sg51slanG2YZNtlyRtPaQDAchSQhjGs9a PLCxWRzLlja1iAYhp5n3xzg3hcTj8fWtN8zlQLUYTLg/dLWGg29Ew64WBEVUuumyCALQ eBI5DZen041Be2VZVdAKVNc2ACQtGpTyPsgY2bgFEzePPGOcZkAwx3q4Qqnm+NjSucOJ GA8As1smJc4FarrfVzbwNHv22G/9xYURugXaRoNls5MydxiHIq3bIUSDuO4En0KtL78X WXr9g0GNC+EqFTAUzkaIXFy3LYZmLlTsnISgQ6bnjBjh14ewpCymwNVBZjnyxCFy3CIu 2gkA== X-Gm-Message-State: APt69E05IEH6yO0DrxlcbhWoNrrV8rv7DsU+pe3wOWfuObpahASElSvk ludc5Avi8eXn5kO3Ln0d5YRC/i6M81HV5qavMJSxPg== X-Google-Smtp-Source: ADUXVKLQkMq7hkPrgiH31z21iua39VDnbSAADV/Ju2SW5VR1t0KnFWvhvRP7deNzrpfEL9bJQ1iVo6V6RyJ7wBMwlwo= X-Received: by 2002:a24:6c03:: with SMTP id w3-v6mr2837181itb.46.1527823546978; Thu, 31 May 2018 20:25:46 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:ee05:0:0:0:0:0 with HTTP; Thu, 31 May 2018 20:25:46 -0700 (PDT) From: =?UTF-8?B?5LyN6Iux6I+v?= Date: Fri, 1 Jun 2018 11:25:46 +0800 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] 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 03:25:48 -0000 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: ======== # ./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 ... ======== 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