Re: [dpdk-dev] [PATCH v3] ci: update machine meson option to platform

2021-10-25 Thread Thomas Monjalon
14/10/2021 14:26, Aaron Conole: > Juraj Linkeš writes: > > > The way we're building DPDK in CI, with -Dmachine=default, has not been > > updated when the option got replaced to preserve a backwards-complatible > > build call to facilitate ABI verification between DPDK versions. Update > > the cal

Re: [dpdk-dev] [PATCH v3] ci: update machine meson option to platform

2021-10-14 Thread Aaron Conole
Juraj Linkeš writes: > The way we're building DPDK in CI, with -Dmachine=default, has not been > updated when the option got replaced to preserve a backwards-complatible > build call to facilitate ABI verification between DPDK versions. Update > the call to use -Dplatform=generic, which is the mo

[dpdk-dev] [PATCH v3] ci: update machine meson option to platform

2021-10-11 Thread Juraj Linkeš
The way we're building DPDK in CI, with -Dmachine=default, has not been updated when the option got replaced to preserve a backwards-complatible build call to facilitate ABI verification between DPDK versions. Update the call to use -Dplatform=generic, which is the most up to date way to execute th