On Wed, Mar 26, 2025 at 11:09:50AM +0100, David Marchand wrote: > On Wed, Mar 26, 2025 at 10:11 AM Bruce Richardson > <bruce.richard...@intel.com> wrote: > > > diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml > > > index fba46b920f..0cc4d12b0b 100644 > > > --- a/.github/workflows/build.yml > > > +++ b/.github/workflows/build.yml > > > @@ -12,7 +12,7 @@ defaults: > > > env: > > > REF_GIT_BRANCH: main > > > REF_GIT_REPO: https://github.com/DPDK/dpdk > > > - REF_GIT_TAG: v24.11 > > > + REF_GIT_TAG: v25.03 > > > > > Do we not keep comparing against 24.11 for the whole of the 25-ABI cycle? > > Comparing the new release against v24.11 would not detect breakage of > symbols introduced for the next ABI, during v25.03. > Like for example the changes in 52633e3a3fa8 ("net: add thread-safe CRC API"). > Ah, yes, thanks for the explanation.
/Bruce