From: Ferruh Yigit Date: Fri, 3 Jul 2020 17:15:38 +0000 (+0100) Subject: doc: add sample for ABI checks X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=9f5e6556b93e485385c9ef89a5939299db741574;p=dpdk.git doc: add sample for ABI checks Signed-off-by: Ferruh Yigit Acked-by: Ray Kinsella --- 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 ---------------