Re: [ovs-dev] [PATCH v4] ci: Separate DPDK from OVS build.

2023-05-05 Thread Ilya Maximets
On 5/4/23 19:10, David Marchand wrote: > Let's separate DPDK compilation from the rest of OVS build: > - this avoids multiple jobs building DPDK in parallel, which especially > affects builds in the dpdk-latest branch, > - we separate concerns about DPDK build requirements from OVS build >

[ovs-dev] [PATCH v4] ci: Separate DPDK from OVS build.

2023-05-04 Thread David Marchand
Let's separate DPDK compilation from the rest of OVS build: - this avoids multiple jobs building DPDK in parallel, which especially affects builds in the dpdk-latest branch, - we separate concerns about DPDK build requirements from OVS build requirements, like python dependencies, - building