On Wed, Mar 24, 2021 at 12:42 PM David Aldrich <[email protected]> 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
