From 9f5e6556b93e485385c9ef89a5939299db741574 Mon Sep 17 00:00:00 2001 From: Ferruh Yigit Date: Fri, 3 Jul 2020 18:15:38 +0100 Subject: [PATCH] doc: add sample for ABI checks Signed-off-by: Ferruh Yigit Acked-by: Ray Kinsella --- doc/guides/contributing/patches.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst index 9fa5a79c85..ecec5b7ef6 100644 --- a/doc/guides/contributing/patches.rst +++ b/doc/guides/contributing/patches.rst @@ -492,6 +492,10 @@ working directory. The environment variable ``DPDK_ABI_REF_DIR`` can be set so that the results go to a different location. +Sample:: + + DPDK_ABI_REF_VERSION=v19.11 DPDK_ABI_REF_DIR=/tmp ./devtools/test-meson-builds.sh + Sending Patches --------------- -- 2.20.1