get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 62811,
    "url": "https://patches.dpdk.org/api/patches/62811/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1573450911-24317-1-git-send-email-gavin.hu@arm.com/",
    "project": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/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",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<1573450911-24317-1-git-send-email-gavin.hu@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1573450911-24317-1-git-send-email-gavin.hu@arm.com",
    "date": "2019-11-11T05:41:48",
    "name": "[v3,0/3] add arm N1SDP and A76 configurations",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1018,
        "url": "https://patches.dpdk.org/api/people/1018/?format=api",
        "name": "Gavin Hu",
        "email": "gavin.hu@arm.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1573450911-24317-1-git-send-email-gavin.hu@arm.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/62811/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/62811/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 9DB05A04BA;\n\tMon, 11 Nov 2019 06:42:08 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id F0A282986;\n\tMon, 11 Nov 2019 06:42:07 +0100 (CET)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by dpdk.org (Postfix) with ESMTP id C30302904\n for <dev@dpdk.org>; Mon, 11 Nov 2019 06:42:06 +0100 (CET)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14])\n by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1D17731B;\n Sun, 10 Nov 2019 21:42:06 -0800 (PST)",
            "from net-arm-thunderx2-01.test.ast.arm.com\n (net-arm-thunderx2-01.shanghai.arm.com [10.169.40.40])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id C29BE3F6C4;\n Sun, 10 Nov 2019 21:42:04 -0800 (PST)"
        ],
        "From": "Gavin Hu <gavin.hu@arm.com>",
        "To": "dev@dpdk.org",
        "Cc": "nd@arm.com,\n\tthomas@monjalon.net,\n\tHonnappa.Nagarahalli@arm.com",
        "Date": "Mon, 11 Nov 2019 13:41:48 +0800",
        "Message-Id": "<1573450911-24317-1-git-send-email-gavin.hu@arm.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1564615940-13183-1-git-send-email-gavin.hu@arm.com>",
        "References": "<1564615940-13183-1-git-send-email-gavin.hu@arm.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v3 0/3] add arm N1SDP and A76 configurations",
        "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 <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Nerverse N1 is a new SoC based on armv8.2-a and with other advanced features.\nN1 SDP is the infrastructure segment development platform with N1 SoC inside.\nHere is more information about it:\nhttps://community.arm.com/developer/tools-software/oss-platforms/w/docs/440/neoverse-n1-sdp\n\nV3\n-change the configuration name from \"neoversen1\" to \"n1sdp\" to be platform specific other than microarchitecture specific\n-add the missing config/arm/arm64_n1sdp_linux-gcc file for meson build\nV2:\n-add the cover letter and the patch for cortex-a76 configuration\n\nGavin Hu (3):\n  test/rcu: fix the compiling error for armv8.2\n  config: add arm neoverse N1 SDP configuration\n  config: add cortex-a76 configuration\n\n app/test/test_rcu_qsbr.c                  |  2 +-\n config/arm/arm64_n1sdp_linux_gcc          | 16 +++++++++++++++\n config/arm/meson.build                    | 10 ++++++++-\n config/defconfig_arm64-n1sdp-linux-gcc    |  1 +\n config/defconfig_arm64-n1sdp-linuxapp-gcc | 14 +++++++++++++\n mk/machine/n1sdp/rte.vars.mk              | 34 +++++++++++++++++++++++++++++++\n 6 files changed, 75 insertions(+), 2 deletions(-)\n create mode 100644 config/arm/arm64_n1sdp_linux_gcc\n create mode 120000 config/defconfig_arm64-n1sdp-linux-gcc\n create mode 100644 config/defconfig_arm64-n1sdp-linuxapp-gcc\n create mode 100644 mk/machine/n1sdp/rte.vars.mk",
    "diff": null,
    "prefixes": [
        "v3",
        "0/3"
    ]
}