On 25 Aug 2023, at 16:47, David Marchand wrote:
> On Wed, Aug 23, 2023 at 5:35 PM David Marchand > <[email protected]> wrote: >> diff --git a/tests/system-dpdk-macros.at b/tests/system-dpdk-macros.at >> index a72133fae1..de126946a0 100644 >> --- a/tests/system-dpdk-macros.at >> +++ b/tests/system-dpdk-macros.at >> @@ -87,7 +87,13 @@ $1";/does not exist. The Open vSwitch kernel module is >> probably not loaded./d >> /EAL: No \(available\|free\) .*hugepages reported/d >> /Failed to enable flow control/d >> /Rx checksum offload is not supported on/d >> -/TELEMETRY: No legacy callbacks, legacy socket not created/d"]) >> +/TELEMETRY: No legacy callbacks, legacy socket not created/d >> +/tap_nl_dump_ext_ack(): Specified qdisc kind is unknown/d >> +/qdisc_create_multiq(): Could not add multiq qdisc (2): No such file or >> directory/d >> +/eth_dev_tap_create(): .*: failed to create multiq qdisc./d >> +/eth_dev_tap_create(): Disabling rte flow support: No such file or >> directory/d >> +/tap_mp_req_on_rxtx(): Failed to send start req to secondary/d > > Since those logs come from the traffic tests (especially the net/tap > logs), I think it is more appropriate to move those to > OVS_TRAFFIC_VSWITCHD_STOP. > Opinion? Agreed, this would probably be better as the basic tests do not generate them. //Eelco > >> +/does not exist. The Open vSwitch kernel module is probably not loaded./d"]) >> ]) >> >> > > > -- > David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
