29/05/2025 01:30, Stephen Hemminger: > The example should list current ABI reference version. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > --- > doc/guides/contributing/patches.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guides/contributing/patches.rst > b/doc/guides/contributing/patches.rst > index 8ad6b6e715..fc9844242e 100644 > --- a/doc/guides/contributing/patches.rst > +++ b/doc/guides/contributing/patches.rst > @@ -539,7 +539,7 @@ to a different location. > > Sample:: > > - DPDK_ABI_REF_VERSION=v19.11 DPDK_ABI_REF_DIR=/tmp > ./devtools/test-meson-builds.sh > + DPDK_ABI_REF_VERSION=v24.11 DPDK_ABI_REF_DIR=/tmp > ./devtools/test-meson-builds.sh
Actually it should be v25.03 to make sure the new ABI introduced in 25.03 is not changed. I'm not sure we want to change that at every release.