> -----Original Message----- > From: Amber, Kumar <[email protected]> > Sent: Thursday 24 February 2022 15:15 > To: [email protected] > Cc: Phelan, Michael <[email protected]>; [email protected]; > Stokes, Ian <[email protected]>; [email protected]; Van Haaren, > Harry <[email protected]>; Amber, Kumar > <[email protected]> > Subject: [PATCH v1] system-dpdk.at: Add ignore warning for context > switches in CI. > > Many warnings are seen from ovs on rerun due to context switching in the CI > setup. This patch ingnores warnings and enables MFEX fuzzy to run on the CI. > > Signed-off-by: Kumar Amber <[email protected]> > --- > tests/system-dpdk.at | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/tests/system-dpdk.at b/tests/system-dpdk.at index > c3ee6990c..16b137bd3 100644 > --- a/tests/system-dpdk.at > +++ b/tests/system-dpdk.at > @@ -275,6 +275,10 @@ dnl Clean up > AT_CHECK([ovs-vsctl del-port br0 p1], [], [stdout], [stderr]) > OVS_VSWITCHD_STOP("m4_join([], [SYSTEM_DPDK_ALLOWED_LOGS], [ > \@upcall: datapath reached the dynamic limit of .* flows.@d > +\@Unreasonably long .* poll interval@d > +\@context switches: .* voluntary, .* involuntary@d > +\@faults: .* minor, .* major@d > +\@upcall_cb failure: ukey installation fails@d > ])") > AT_CLEANUP > dnl > -------------------------------------------------------------------------- > -- > 2.25.1
Acked-by: Michael Phelan <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
