[PATCH] doc: update ABI reference version in example
Thomas Monjalon
thomas at monjalon.net
Sun Jul 20 15:17:42 CEST 2025
29/05/2025 01:30, Stephen Hemminger:
> The example should list current ABI reference version.
>
> Signed-off-by: Stephen Hemminger <stephen at 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.
More information about the dev
mailing list