From patchwork Tue Jul 7 14:45:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ray Kinsella X-Patchwork-Id: 73438 X-Patchwork-Delegate: thomas@monjalon.net 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 AF05CA00BE; Tue, 7 Jul 2020 16:45:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 079371DE6D; Tue, 7 Jul 2020 16:45:42 +0200 (CEST) Received: from qrelay129.mxroute.com (qrelay129.mxroute.com [172.82.139.129]) by dpdk.org (Postfix) with ESMTP id 26DC11DE6C for ; Tue, 7 Jul 2020 16:45:40 +0200 (CEST) Received: from filter003.mxroute.com ([168.235.111.26] 168-235-111-26.cloud.ramnode.com) (Authenticated sender: mN4UYu2MZsgR) by qrelay129.mxroute.com (ZoneMTA) with ESMTPA id 17329bd3e6600027dd.002 for ; Tue, 07 Jul 2020 14:45:34 +0000 X-Zone-Loop: 671dfd487713d5f4936819e316ec14f23308a93690e5 X-Originating-IP: [168.235.111.26] Received: from echo.mxrouting.net (echo.mxrouting.net [116.202.222.109]) by filter003.mxroute.com (Postfix) with ESMTPS id 459016004E; Tue, 7 Jul 2020 14:45:34 +0000 (UTC) From: Ray Kinsella To: dev@dpdk.org Cc: fady@mellanox.com, thomas@monjalon.net, Honnappa.Nagarahalli@arm.com, Ray Kinsella , Neil Horman , John McNamara , Marko Kovacevic , Harini Ramakrishnan , Omar Cardona , Pallavi Kadam , Ranjit Menon Date: Tue, 7 Jul 2020 15:45:23 +0100 Message-Id: <1594133126-2518-2-git-send-email-mdr@ashroe.eu> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1594133126-2518-1-git-send-email-mdr@ashroe.eu> References: <1594133126-2518-1-git-send-email-mdr@ashroe.eu> X-AuthUser: mdr@ashroe.eu Subject: [dpdk-dev] [PATCH v1 1/2] doc: reword abi policy for windows 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" Minor changes to the abi policy for windows. Signed-off-by: Ray Kinsella --- doc/guides/contributing/abi_policy.rst | 4 +++- doc/guides/windows_gsg/intro.rst | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/guides/contributing/abi_policy.rst b/doc/guides/contributing/abi_policy.rst index d0affa9..8e70b45 100644 --- a/doc/guides/contributing/abi_policy.rst +++ b/doc/guides/contributing/abi_policy.rst @@ -40,7 +40,9 @@ General Guidelines maintaining ABI stability through one year of DPDK releases starting from DPDK 19.11. This policy will be reviewed in 2020, with intention of lengthening the stability period. Additional implementation detail can be - found in the :ref:`release notes <20_02_abi_changes>`. + found in the :ref:`release notes <20_02_abi_changes>`. Please note that this + policy does not currently apply to the :doc:`Window build + <../windows_gsg/intro>`. What is an ABI? ~~~~~~~~~~~~~~~ diff --git a/doc/guides/windows_gsg/intro.rst b/doc/guides/windows_gsg/intro.rst index 58c6246..707afd3 100644 --- a/doc/guides/windows_gsg/intro.rst +++ b/doc/guides/windows_gsg/intro.rst @@ -19,6 +19,6 @@ compile. Support is being added in pieces so as to limit the overall scope of any individual patch series. The goal is to be able to run any DPDK application natively on Windows. -The :doc:`../contributing/abi_policy` cannot be respected for Windows. -Minor ABI versions may be incompatible -because function versioning is not supported on Windows. +The :doc:`../contributing/abi_policy` does not apply to the Windows build, as +function versioning is not supported on Windows, therefore minor ABI versions +may be incompatible.