> -----Original Message----- > From: David Marchand <[email protected]> > Sent: Wednesday 19 January 2022 17:26 > To: [email protected] > Cc: Stokes, Ian <[email protected]>; Phelan, Michael > <[email protected]>; Ferriter, Cian > <[email protected]>; [email protected]; [email protected] > Subject: [PATCH] system-dpdk: Fix MFEX logs check. > > Some warning logs must be waived when using the net/pcap DPDK driver. > Those logs can affect different DPDK drivers (like mlx5) and the tests in > system-dpdk are not testing MTU and Rx checksum, we might as well ignore > those warnings from OVS. > > Fixes: d446dcb7e03f ("system-dpdk: Refactor common logs matching.") > Signed-off-by: David Marchand <[email protected]>
Reviewed and tested. This fixes the errors I see prior to applying the patch. The MFEX tests now pass: OVS-DPDK unit tests 6: OVS-DPDK - MFEX Autovalidator ok 7: OVS-DPDK - MFEX Autovalidator Fuzzy ok 8: OVS-DPDK - MFEX Configuration ok Acked-by: Cian Ferriter <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
