On 23 Aug 2023, at 17:34, David Marchand wrote:

> Let's enhance our coverage in the CI and run DPDK system tests.
>
> A few DPDK drivers are enabled in DPDK compilation.
>
> Put DPDK build in $PATH for dpdk-testpmd to be available.
> sudo drops PATH= updates and -E alone does not seem to preserve this
> variable.
> Pass PATH=$PATH when running the tests, as a workaround.
> Since those tests are run as root, the collection of logs is updated
> accordingly.
>
> In GHA, only two cores are available but some test rely on testpmd using
> three lcores.
> Add a DPDK_EAL_OPTIONS environment variable and use it to map all
> testpmd lcores to core 1 (and leave core 0 alone for OVS main and PMD
> threads).
>
> Signed-off-by: David Marchand <[email protected]>
> Acked-by: Aaron Conole <[email protected]>

Changes look good to me!

Acked-by: Eelco Chaudron <[email protected]>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to