[dpdk-users] Help needed to interface to new device

David Marchand david.marchand at redhat.com
Wed Mar 24 13:00:38 CET 2021


On Wed, Mar 24, 2021 at 12:42 PM David Aldrich
<david.aldrich.ntml at gmail.com> 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



More information about the users mailing list