From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 14345A04A2; Tue, 5 Nov 2019 18:37:30 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7A82B1BF2C; Tue, 5 Nov 2019 18:37:29 +0100 (CET) Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by dpdk.org (Postfix) with ESMTP id 540B21BED3 for ; Tue, 5 Nov 2019 18:37:28 +0100 (CET) Received: by mail-pg1-f193.google.com with SMTP id f19so14720619pgn.13 for ; Tue, 05 Nov 2019 09:37:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=2Nel2fVYpVka6NDoEJRr8njyaibaN8Sb9TdZnKVhhiU=; b=1bd6RRrfb9hek8JeXcL/sPfj9GALRHQRkMB8S5seCgep1XeDab1lEX7zlGN8rOQE8k EsKKSb825/hbM1yuUM4KVd495znoUHZ1U1RpvUy+MNDABjgS9ccfSPxpqkIcu2tNs1Cr mwSlIJ7qZSMkcKY4D0z5dRJbAhu2f8vd4E9tVEvJojaEN7+n3cBDLUh6NaF3jRx/P7AL 1RQe13zMCwj+Q5KdtGq3AJEdsYa8yS8K2msSoG1w5YiEqunOmJerfHjf/HiWfjs9dpao JuwC2gravkmj+u1kAjz0nOs30JkTkrbtgbrleFFaBhEEemGgm+V7rdLwKmedeay+NAOM JnMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=2Nel2fVYpVka6NDoEJRr8njyaibaN8Sb9TdZnKVhhiU=; b=cIaANd2ISsykNHZavjp1EV+44fIeQYSg/FWcDi3EER4z6EHtZ0r9k9bS24VhrB/F20 z771yPJsryEk3dwhOIdZJUevZupgrsUwb2gMG+OYMe96RJpxnbKhIij0unYBb9XvevtT XnEUB0yOjncPB4xIVjLHBeGrOR+if8gMwYjO9kvxaiM9sSHxHjiBfHq2vVFn6MRmGoMI HCcRJjZx8YYapQuGCDIucftRJSPJ6GtackxfeHRFsH4BMa8P5Gnz/b7sy7OZgld3q9Hv b+AnVraVKaI56GbWvPctJFISI0Gxjhtze/PYfx9wlAUd8dksAVcSxQTyK8NyxAqEu7uN XZew== X-Gm-Message-State: APjAAAVqY23UBjakv50Y7lRq5z8mY8+C6p3HlXnPFl5dgjnZBzQYeuA+ eQGQbfMpxeRhOYjFo4sXrIofBA== X-Google-Smtp-Source: APXvYqxls6dFaLLxyTgKOzbCcxLZk4uau1SROZkDMqARzt8Lqrx91ph8tkbhlxxUNpLyCy1guYifPA== X-Received: by 2002:a63:535c:: with SMTP id t28mr28520129pgl.173.1572975447403; Tue, 05 Nov 2019 09:37:27 -0800 (PST) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 27sm22159622pgx.23.2019.11.05.09.37.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Nov 2019 09:37:27 -0800 (PST) Date: Tue, 5 Nov 2019 09:37:23 -0800 From: Stephen Hemminger To: Ray Kinsella Cc: dev@dpdk.org, thomas@monjalon.net, bruce.richardson@intel.com, ferruh.yigit@intel.com, konstantin.ananyev@intel.com, jerinj@marvell.com, olivier.matz@6wind.com, nhorman@tuxdriver.com, maxime.coquelin@redhat.com, john.mcnamara@intel.com, marko.kovacevic@intel.com, hemant.agrawal@nxp.com, ktraynor@redhat.com, aconole@redhat.com Message-ID: <20191105093723.5a7b818e@hermes.lan> In-Reply-To: <1572967458-16487-2-git-send-email-mdr@ashroe.eu> References: <1572967458-16487-1-git-send-email-mdr@ashroe.eu> <1572967458-16487-2-git-send-email-mdr@ashroe.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v8 1/4] doc: separate versioning.rst into version and policy 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" On Tue, 5 Nov 2019 15:24:15 +0000 Ray Kinsella wrote: > Separate versioning.rst into abi versioning and abi policy guidance, in > preparation for adding more detail to the abi policy. > > Signed-off-by: Ray Kinsella > --- > doc/guides/contributing/abi_policy.rst | 167 ++++++++ > doc/guides/contributing/abi_versioning.rst | 427 +++++++++++++++++++++ > doc/guides/contributing/index.rst | 3 +- > doc/guides/contributing/patches.rst | 2 +- > doc/guides/contributing/versioning.rst | 591 ----------------------------- > doc/guides/rel_notes/deprecation.rst | 2 +- > 6 files changed, 598 insertions(+), 594 deletions(-) > create mode 100644 doc/guides/contributing/abi_policy.rst > create mode 100644 doc/guides/contributing/abi_versioning.rst > delete mode 100644 doc/guides/contributing/versioning.rst > Acked-by: Stephen Hemminger