get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 107646,
    "url": "http://patches.dpdk.org/api/patches/107646/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220215170817.662136-1-brian.dooley@intel.com/",
    "project": {
        "id": 1,
        "url": "http://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": "<20220215170817.662136-1-brian.dooley@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220215170817.662136-1-brian.dooley@intel.com",
    "date": "2022-02-15T17:08:06",
    "name": "[00/11] add missing C++ guards",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2520,
        "url": "http://patches.dpdk.org/api/people/2520/?format=api",
        "name": "Brian Dooley",
        "email": "brian.dooley@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220215170817.662136-1-brian.dooley@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/107646/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/107646/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 mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 70476A00C5;\n\tTue, 15 Feb 2022 18:13:20 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 0F470410F7;\n\tTue, 15 Feb 2022 18:13:20 +0100 (CET)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n by mails.dpdk.org (Postfix) with ESMTP id 953EE410F3\n for <dev@dpdk.org>; Tue, 15 Feb 2022 18:13:18 +0100 (CET)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 15 Feb 2022 09:08:23 -0800",
            "from silpixa00400883.ir.intel.com ([10.243.23.143])\n by orsmga005.jf.intel.com with ESMTP; 15 Feb 2022 09:08:21 -0800"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple;\n d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n t=1644945198; x=1676481198;\n h=from:to:cc:subject:date:message-id:mime-version:\n content-transfer-encoding;\n bh=+920gVOTI3hBT+mLyUUZCQj2vAnURgfERnoeUETthqo=;\n b=QcU4coVc3AV76B8Gq2e4GYRAQzYZkhlsSm8uH0FBU0kAep9pTO0A/BwM\n GfAFfBjPaPfXvJPmYxClr/AOhELjk2CBQth3yVh8gldeDLYoXzWX6yQAJ\n NnXQDi8zUeTxuESv+LtcmuduQjHhVjkSkJ+vV/pqUXS5ePsNronRnaZt4\n wGpUGEwTk2IY6Ton1WxamkK/8IYYr5jMfUBvAQyiKiTlvY1DL5Gopflvq\n 9Rs9+6r0GBMCQS82HCSBqAu1yGSj0a6Ds1jF3ztMjkcZ4lp5vRcMHl2d4\n 7wtyh1wd69Pys4CAo4cOoIshVZ8VmU0cZfdJ65b6A9z969agKPqUBTgeZ w==;",
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10259\"; a=\"336830957\"",
            "E=Sophos;i=\"5.88,371,1635231600\"; d=\"scan'208\";a=\"336830957\"",
            "E=Sophos;i=\"5.88,371,1635231600\"; d=\"scan'208\";a=\"703802147\""
        ],
        "X-ExtLoop1": "1",
        "From": "Brian Dooley <brian.dooley@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Brian Dooley <brian.dooley@intel.com>",
        "Subject": "[PATCH 00/11] add missing C++ guards",
        "Date": "Tue, 15 Feb 2022 17:08:06 +0000",
        "Message-Id": "<20220215170817.662136-1-brian.dooley@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "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"
    },
    "content": "Public header files were missing 'extern \"C\"' guards.\nThis set adds them in.\n\nBrian Dooley (11):\n  eal: fix missing C++ guards\n  telemetry: fix missing C++ guards\n  ethdev: fix missing C++ guards\n  metrics: fix missing C++ guards\n  acl: fix missing C++ guards\n  compressdev: fix missing C++ guards\n  eventdev: fix missing C++ guards\n  kni: fix missing C++ guards\n  vhost: fix missing C++ guards\n  bpf: fix missing C++ guards\n  cryptodev: fix missing C++ guards\n\n lib/acl/rte_acl_osdep.h                    | 8 ++++++++\n lib/bpf/bpf_def.h                          | 8 ++++++++\n lib/compressdev/rte_compressdev_internal.h | 9 +++++++++\n lib/cryptodev/cryptodev_pmd.h              | 8 ++++++++\n lib/eal/include/rte_bitops.h               | 8 ++++++++\n lib/eal/include/rte_branch_prediction.h    | 8 ++++++++\n lib/eal/include/rte_compat.h               | 8 ++++++++\n lib/eal/include/rte_hypervisor.h           | 8 ++++++++\n lib/eal/include/rte_keepalive.h            | 8 ++++++++\n lib/eal/include/rte_pci_dev_feature_defs.h | 8 ++++++++\n lib/eal/include/rte_pci_dev_features.h     | 8 ++++++++\n lib/eal/include/rte_time.h                 | 8 ++++++++\n lib/eal/include/rte_trace_point_register.h | 8 ++++++++\n lib/eal/linux/include/rte_os.h             | 8 ++++++++\n lib/ethdev/ethdev_driver.h                 | 8 ++++++++\n lib/ethdev/ethdev_pci.h                    | 8 ++++++++\n lib/ethdev/ethdev_vdev.h                   | 8 ++++++++\n lib/ethdev/rte_dev_info.h                  | 8 ++++++++\n lib/eventdev/eventdev_pmd.h                | 8 ++++++++\n lib/eventdev/eventdev_pmd_pci.h            | 8 ++++++++\n lib/eventdev/eventdev_pmd_vdev.h           | 8 ++++++++\n lib/eventdev/rte_event_ring.h              | 9 +++++++++\n lib/kni/rte_kni_common.h                   | 8 ++++++++\n lib/metrics/rte_metrics_telemetry.h        | 7 +++++++\n lib/telemetry/rte_telemetry.h              | 8 ++++++++\n lib/vhost/rte_vdpa.h                       | 9 +++++++++\n lib/vhost/rte_vhost_async.h                | 8 ++++++++\n lib/vhost/rte_vhost_crypto.h               | 8 ++++++++\n lib/vhost/vdpa_driver.h                    | 8 ++++++++\n 29 files changed, 234 insertions(+)",
    "diff": null,
    "prefixes": [
        "00/11"
    ]
}