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
- [ovs-dev] [PATCH v2 1/7] system-dpdk: Introduce helpers for... David Marchand
- [ovs-dev] [PATCH v2 2/7] system-dpdk: Don't require hu... David Marchand
- Re: [ovs-dev] [PATCH v2 2/7] system-dpdk: Don't re... Eelco Chaudron
- [ovs-dev] [PATCH v2 3/7] ci: Run DPDK tests in GitHub ... David Marchand
- Re: [ovs-dev] [PATCH v2 3/7] ci: Run DPDK tests in... Eelco Chaudron
- [ovs-dev] [PATCH v2 4/7] tests: Define a macro to skip... David Marchand
- Re: [ovs-dev] [PATCH v2 4/7] tests: Define a macro... Eelco Chaudron
- Re: [ovs-dev] [PATCH v2 4/7] tests: Define a macro... Aaron Conole
- [ovs-dev] [PATCH v2 6/7] system-dpdk: Run traffic test... David Marchand
- Re: [ovs-dev] [PATCH v2 6/7] system-dpdk: Run traf... David Marchand
- Re: [ovs-dev] [PATCH v2 6/7] system-dpdk: Run ... Eelco Chaudron
- Re: [ovs-dev] [PATCH v2 6/7] system-dpdk: Run ... Aaron Conole
- Re: [ovs-dev] [PATCH v2 6/7] system-dpdk: ... Ilya Maximets
- Re: [ovs-dev] [PATCH v2 6/7] system-d... David Marchand
- Re: [ovs-dev] [PATCH v2 6/7] system-dpdk: Run traf... Eelco Chaudron
