get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/1.0/patches/59729/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 59729,
    "url": "http://patchwork.dpdk.org/api/1.0/patches/59729/?format=api",
    "project": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/1.0/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk"
    },
    "msgid": "<1569407036-1727-1-git-send-email-mdr@ashroe.eu>",
    "date": "2019-09-25T10:23:52",
    "name": "[v4,0/4] doc: changes to abi policy introducing major abi versions",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1310,
        "url": "http://patchwork.dpdk.org/api/1.0/people/1310/?format=api",
        "name": "Ray Kinsella",
        "email": "mdr@ashroe.eu"
    },
    "delegate": null,
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1569407036-1727-1-git-send-email-mdr@ashroe.eu/mbox/",
    "series": [],
    "check": "pending",
    "checks": "http://patchwork.dpdk.org/api/patches/59729/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 8C45811A2;\n\tWed, 25 Sep 2019 12:24:16 +0200 (CEST)",
            "from q2relay212.mxroute.com (q2relay212.mxroute.com\n\t[160.202.107.212]) by dpdk.org (Postfix) with ESMTP id C05CE9E4\n\tfor <dev@dpdk.org>; Wed, 25 Sep 2019 12:24:14 +0200 (CEST)",
            "from filter001.mxrelay.co ([64.52.23.203] filter001.mxrelay.co)\n\t(Authenticated sender: mN4UYu2MZsgR)\n\tby q2relay212.mxroute.com (ZoneMTA) with ESMTPSA id\n\t16d67f3277f000c9a9.002 for <dev@dpdk.org>\n\t(version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256);\n\tWed, 25 Sep 2019 10:24:11 +0000",
            "from galaxy.mxroute.com (unknown [23.92.70.113])\n\tby filter001.mxrelay.co (Postfix) with ESMTPS id C2E5B100089;\n\tWed, 25 Sep 2019 10:24:10 +0000 (UTC)",
            "from [192.198.151.43] (helo=localhost)\n\tby galaxy.mxroute.com with esmtpsa\n\t(TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128)\n\t(Exim 4.91) (envelope-from <mdr@ashroe.eu>)\n\tid 1iD4K9-0004SD-Fu; Wed, 25 Sep 2019 06:15:05 -0400"
        ],
        "X-Zone-Loop": "1d47f5854b79bc1dfc169d19cc22ac8850d5907b10a2",
        "X-Originating-IP": "[64.52.23.203]",
        "From": "Ray Kinsella <mdr@ashroe.eu>",
        "To": "dev@dpdk.org",
        "Cc": "mdr@ashroe.eu, thomas@monjalon.net, stephen@networkplumber.org,\n\tbruce.richardson@intel.com, ferruh.yigit@intel.com,\n\tkonstantin.ananyev@intel.com, jerinj@marvell.com,\n\tolivier.matz@6wind.com, \n\tnhorman@tuxdriver.com, maxime.coquelin@redhat.com,\n\tjohn.mcnamara@intel.com, \n\tmarko.kovacevic@intel.com, hemant.agrawal@nxp.com, ktraynor@redhat.com",
        "Date": "Wed, 25 Sep 2019 11:23:52 +0100",
        "Message-Id": "<1569407036-1727-1-git-send-email-mdr@ashroe.eu>",
        "X-Mailer": "git-send-email 2.7.4",
        "X-AuthUser": "mdr@ashroe.eu",
        "Subject": "[dpdk-dev] [PATCH v4 0/4] doc: changes to abi policy introducing\n\tmajor abi versions",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "TL;DR abbreviation:\nA major ABI version that all DPDK releases during a one year period\nsupport. ABI versioning is managed at a project-level, in place of library-level\nmanagement. ABI changes to add new features are permitted, as long as ABI\ncompatibility with the major ABI version is maintained.\n\nDetail:\nThis patch introduces major ABI versions, supported for one year and released\naligned with the LTS release. This ABI version is then supported by all\nsubsequent releases within that one year period. The intention is that the one\nyear support period, will then be reviewed after the initial year with the\nintention of lengthing the support period for the next ABI version.\n\nABI changes that preserve ABI compatibility with the major ABI version are\npermitted in subsequent releases. ABI changes, follow similar approval rules as\nbefore with the additional gate of now requiring technical board approval. The\nmerging and release of ABI breaking changes would now be pushed to the\ndeclaration of the next major ABI version.\n\nThis change encourages developers to maintain ABI compatibility with the major\nABI version, by promoting a permissive culture around those changes that\npreserve ABI compatibility. This approach begins to align DPDK with those\nprojects that declare major ABI versions (e.g. version 2.x, 3.x) and support\nthose versions for some period, typically two years or more.\n\nTo provide an example of how this might work in practice:\n\n * DPDK v20 is declared as the supported ABI version for one year, aligned with\n   the DPDK v19.11 (LTS) release. All library sonames are updated to reflect the\n   new ABI version, e.g. librte_eal.so.20, librte_acl.so.20...\n * DPDK v20.02 .. v20.08 releases are ABI compatible with the DPDK v20 ABI. ABI\n   changes are permitted from DPDK v20.02 onwards, with the condition that ABI\n   compatibility with DPDK v20 is preserved.\n * DPDK v21 is declared as the new supported ABI version for two years, aligned\n   with the DPDK v20.11 (LTS) release. The DPDK v20 ABI is now depreciated,\n   library sonames are updated to v21 and ABI compatibility breaking changes may\n   be introduced.\n\nv4\n * Removed changes to stable.rst, fixed typos and clarified the ABI policy\n   \"warning\".\n\nv3\n * Added myself as the maintainer of the ABI policy.\n * Updated the policy and versioning guides to use the year of the LTS+1 (e.g.\n   v20), as the abi major version number.\n\nv2\n * Restructured the patch into 3 patches:\n   1. Splits the original versioning document into an ABI policy document\n     and ABI versioning document.\n   2. Add changes to the policy document introducing major ABI versions.\n   3. Fixes up the versioning document in light of major ABI versioning. \n * Reduces the initial ABI stability from two years to one year, with a review\n   after the first year.\n * Adds detail around ABI version handling for experimental libraries.\n * Adds detail around chain of responsility for removing deprecated symbols.\n\nRay Kinsella (4):\n  doc: separate versioning.rst into version and policy\n  doc: changes to abi policy introducing major abi versions\n  doc: updates to versioning guide for abi versions\n  doc: add maintainer for abi policy\n\n MAINTAINERS                                |   4 +\n doc/guides/contributing/abi_policy.rst     | 308 +++++++++++++++\n doc/guides/contributing/abi_versioning.rst | 515 +++++++++++++++++++++++++\n doc/guides/contributing/index.rst          |   3 +-\n doc/guides/contributing/patches.rst        |   6 +-\n doc/guides/contributing/stable.rst         |  12 +-\n doc/guides/contributing/versioning.rst     | 591 -----------------------------\n doc/guides/rel_notes/deprecation.rst       |   2 +-\n 8 files changed, 837 insertions(+), 604 deletions(-)\n create mode 100644 doc/guides/contributing/abi_policy.rst\n create mode 100644 doc/guides/contributing/abi_versioning.rst\n delete mode 100644 doc/guides/contributing/versioning.rst",
    "diff": null,
    "prefixes": [
        "v4",
        "0/4"
    ]
}