From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: support BCM5719 driver Date: Tue, 30 Aug 2016 07:47:50 -0700 Message-ID: <20160830074750.247ac6ab@xeon-e3> References: <59DD23F5-7052-44D0-B005-74C397AB3332@lightcyber.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Keren Hochman Return-path: Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by dpdk.org (Postfix) with ESMTP id 64A6F3792 for ; Tue, 30 Aug 2016 16:47:40 +0200 (CEST) Received: by mail-pa0-f50.google.com with SMTP id cy9so8334414pac.0 for ; Tue, 30 Aug 2016 07:47:40 -0700 (PDT) In-Reply-To: <59DD23F5-7052-44D0-B005-74C397AB3332@lightcyber.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, 30 Aug 2016 13:54:41 +0300 Keren Hochman wrote: > Hi, > > I tried to bind BCM5719 driver to DPDK compatible driver: (I tried both to uio_pci_generic and igb_uio) > > Network devices using DPDK-compatible driver > ============================================ > 0000:03:00.2 'NetXtreme BCM5719 Gigabit Ethernet PCIe' drv=uio_pci_generic unused=tg3,igb_uio > 0000:03:00.3 'NetXtreme BCM5719 Gigabit Ethernet PCIe' drv=igb_uio unused=tg3,uio_pci_generic > > But when I ran from the dpdk example: link_status_interrupt I received an error No ethernet port. > > (When I tried to bind I350 Gigabit Network Connection it worked. > > Thank you, Keren > The BCM5719 device is not supported by the current DPDK driver. Only the 10G Broadcom NetExtreme II devices are supported.