From patchwork Fri Jul 3 17:15:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 73045 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 872B1A0523; Fri, 3 Jul 2020 19:15:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 14ACC1DCAA; Fri, 3 Jul 2020 19:15:45 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 997561DCA1 for ; Fri, 3 Jul 2020 19:15:42 +0200 (CEST) IronPort-SDR: +5v8ZlqQLRew6muoexMkGUgEkCW7YGOzdtUiSH2Ozn68NBEPPcrPRJabRnUuxQQQWlPpQyw3cg tnqD05KVIwhA== X-IronPort-AV: E=McAfee;i="6000,8403,9671"; a="212193751" X-IronPort-AV: E=Sophos;i="5.75,308,1589266800"; d="scan'208";a="212193751" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jul 2020 10:15:41 -0700 IronPort-SDR: pJ3L1McQ4EgCbWo6SiUG5JPy8BEEvJ9/py6u447cHCyTHXfMhz8/quLUrXQFE+9dayNMQawFzj 30bRBDgmXv+g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,308,1589266800"; d="scan'208";a="426340346" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.180]) by orsmga004.jf.intel.com with ESMTP; 03 Jul 2020 10:15:40 -0700 From: Ferruh Yigit To: John McNamara , Marko Kovacevic Cc: dev@dpdk.org, Ferruh Yigit Date: Fri, 3 Jul 2020 18:15:38 +0100 Message-Id: <20200703171538.1064431-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.25.4 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc: add sample for ABI checks in contribution guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Ferruh Yigit Acked-by: Ray Kinsella 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 25d97b85b..39ec64ec8 100644 --- a/doc/guides/contributing/patches.rst +++ b/doc/guides/contributing/patches.rst @@ -550,6 +550,10 @@ results in a subfolder of the current 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 ---------------