On Wed, Jan 12, 2022 at 5:54 PM Ferriter, Cian <[email protected]> wrote: > I tested your fix and it works, but I had to modify the port number from 0 to > 1. If I leave it at 0, the tests still fail.
It depends on what DPDK ports get initialised on your system. On mine, I had no pci device bound to vfio-pci (and unloaded mlx5 drivers), so the net/pcap port got the 0 dpdk portid. > > I put the modifications I made inline below. > > Perhaps we need to wildcard this number? Yes, like what I did for mlx5 testing: https://patchwork.ozlabs.org/project/openvswitch/patch/[email protected]/ I updated my repo and I'll send a fix on the ml. https://github.com/david-marchand/ovs/commit/system-dpdk -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
