On Fri, Oct 8, 2021 at 2:21 PM William Tu <u9012...@gmail.com> wrote: > > > Example when running: > > > PS C:\dpdk> .\build\app\dpdk-testpmd.exe > > > EAL: Detected CPU lcores: 4 > > > EAL: Detected NUMA nodes: 1 > > > EAL: Multi-process support is requested, but not available. > > > EAL: WARNING: TSC frequency estimated roughly - clock timings may be less > > > accurate. > > > EAL: Probe PCI driver: net_e1000_em (8086:10d3) device: 0000:03:00.0 > > > (socket 0) > > > EAL: Requested device 0000:1b:00.0 cannot be used > > > > Odd to read this, and still see testpmd getting one port afterwards. > This is expected. Because I only enable 1 dpdk port (0000:03:00.0) > The 0000:1b:00.0 is still running kernel driver. I will mention it in next > version.
Ok sorry, I did not notice. No need to mention, simply start testpmd with -a 0000:03:00.0. -- David Marchand