Hello Ilya,
On Wed, May 3, 2023 at 8:06 PM Ilya Maximets wrote:
> > +function build_dpdk()
> > +{
> > +local VERSION_FILE="dpdk-dir/cached-version"
> > +local DPDK_VER=$1
> > +local DPDK_OPTS=""
> > +
> > +rm -rf dpdk-dir
> > +
> > +if [ "${DPDK_VER##refs/*/}" != "${DPDK_VER}"
On 4/28/23 14:54, 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
> req
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 DP