> -----Original Message----- > From: David Marchand <[email protected]> > Sent: Wednesday 12 January 2022 17:05 > To: Ferriter, Cian <[email protected]> > Cc: Phelan, Michael <[email protected]>; [email protected]; Ilya > Maximets <[email protected]> > Subject: Re: [ovs-dev] OVS DPDK MFEX Unit Tests Failing > > 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/20220103141552.27060-2- > [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
The fix on your updated repo works for me. I'll give my ack here even though this isn't the patch. Happy to test the patch once it's on the mailing list and ack it too. Acked-by: Cian Ferriter <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
