From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 24BD8A0A02 for ; Wed, 24 Mar 2021 13:00:54 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A9C894067B; Wed, 24 Mar 2021 13:00:53 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 79D624014F for ; Wed, 24 Mar 2021 13:00:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1616587252; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=SpRnRO/9wz0OdGUD59uT/AxQdu5IUo3f6M5AG+kk21U=; b=YkTIThr6fIJDyG+c4RjTDx3JMP92CyE1Gof+xo7J3rhWu4UQpFN5DHwzbrWmx6I2ZguWB6 6bbKr7kKA8nMd7H+hRA7hgMNhfNKtRP+EuGydjmNQE5VqQXggrPdwKIg3jYBJ4+JtlHQKe AD+aiScw7/4WGc/jZod8yDxNUNoA5RQ= Received: from mail-vs1-f71.google.com (mail-vs1-f71.google.com [209.85.217.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-202-YFnSguivOpSxrinDt0ttMw-1; Wed, 24 Mar 2021 08:00:50 -0400 X-MC-Unique: YFnSguivOpSxrinDt0ttMw-1 Received: by mail-vs1-f71.google.com with SMTP id j8so555975vsj.5 for ; Wed, 24 Mar 2021 05:00:50 -0700 (PDT) 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=SpRnRO/9wz0OdGUD59uT/AxQdu5IUo3f6M5AG+kk21U=; b=tcZyXqvlJSI0SBv7Zgpb70Bxok//rxApkjO1Z5yw5fwIR619Bxdw/x+di+LNHBbnrk 1cAzRQJl5mwmVooY+MVwx992mKqCUdQzvKLLoufCzuUyoQfrVh5GU/fxXYlPPDCCkeTc vJlI/AcXkzYxgAheVfYWtDkInBgAmqbdyQfyI9tyUmEuXmddxrLzlbM5tO5eqY0qdqg+ m3fqbhqWm5T0Q4AW1fbbIi8V5XUf2zW0gT+GuvGhKXQ8ooh+iRtWcNl1GZbbCPZPmOPE 7UnI1arNccIuFXBE+4qK9bO+1ZxblLr5/IfEUrNgPIlTJtBoANnj9y06pSj9YZWzrCu2 TGVA== X-Gm-Message-State: AOAM530gj+AEFUyHbjK00YOUF7DzBrWykLtWL2OLKcohtpJpI2aO+2QK cu15Z9Wu0GbXiUO2M+pd92cdGu53J8N/R75xC1Ixw/0kyNzq+QRTQmWnzFDud+fq7cuRQoYNkPX 3bKUdWnvvHHVdrbG+M7dnyA== X-Received: by 2002:ab0:3a97:: with SMTP id r23mr1115330uaw.87.1616587249769; Wed, 24 Mar 2021 05:00:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyr88jxlRkpc0lCvVC69bFxLzGLABhExDlruplA8gbclW47kWW5fQ10izb1iEo7AcWxdeGZvBqBLoqkao9/yis= X-Received: by 2002:ab0:3a97:: with SMTP id r23mr1115310uaw.87.1616587249507; Wed, 24 Mar 2021 05:00:49 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Wed, 24 Mar 2021 13:00:38 +0100 Message-ID: To: David Aldrich Cc: users , Rosen Xu , Qi Zhang Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-users] Help needed to interface to new device X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" On Wed, Mar 24, 2021 at 12:42 PM David Aldrich wrote: > We currently use DPDK v.18.11.9 with a 10GBe NIC based on the Intel X722 > chipset. We bind to that device using the command: > > usertools/dpdk-devbind.py -b igb_uio `lspci | grep X722 | awk '{print $1}'` > > and it works ok. > > Now we need to bind to a different NIC, which is part of an in-house FPGA > design (the NIC is 3rd party IP). > > The new NIC is at 0d58 so we bind using: If you are talking about a XX710/N3000 device, I think its support was added in 19.05. No 18.11 driver supports this nic, you can probably have a try with the next LTS release 19.11, or the latest LTS which is 20.11. -- David Marchand