get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 26509,
    "url": "https://patches.dpdk.org/api/patches/26509/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20170705152747.55807-1-danielx.t.mrzyglod@intel.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": "<20170705152747.55807-1-danielx.t.mrzyglod@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20170705152747.55807-1-danielx.t.mrzyglod@intel.com",
    "date": "2017-07-05T15:27:47",
    "name": "[dpdk-dev] test/bonding: fix namespace bonding mode4 unit tests",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "0fae5a46e9646b4c9f2bdba31624f52897d4c2ce",
    "submitter": {
        "id": 23,
        "url": "https://patches.dpdk.org/api/people/23/?format=api",
        "name": "Daniel Mrzyglod",
        "email": "danielx.t.mrzyglod@intel.com"
    },
    "delegate": {
        "id": 319,
        "url": "https://patches.dpdk.org/api/users/319/?format=api",
        "username": "fyigit",
        "first_name": "Ferruh",
        "last_name": "Yigit",
        "email": "ferruh.yigit@amd.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20170705152747.55807-1-danielx.t.mrzyglod@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/26509/comments/",
    "check": "warning",
    "checks": "https://patches.dpdk.org/api/patches/26509/checks/",
    "tags": {},
    "related": [],
    "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 [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 8D2B83772;\n\tWed,  5 Jul 2017 17:32:22 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id C43E62FDD\n\tfor <dev@dpdk.org>; Wed,  5 Jul 2017 17:32:20 +0200 (CEST)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby orsmga104.jf.intel.com with ESMTP; 05 Jul 2017 08:32:19 -0700",
            "from gklab-246-025.igk.intel.com (HELO Sent) ([10.217.246.25])\n\tby orsmga002.jf.intel.com with SMTP; 05 Jul 2017 08:32:17 -0700",
            "by Sent (sSMTP sendmail emulation); Wed, 05 Jul 2017 17:27:50 +0200"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.40,312,1496127600\"; d=\"scan'208\";a=\"107345652\"",
        "From": "Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>",
        "To": "declan.doherty@intel.com",
        "Cc": "dev@dpdk.org,\n\tDaniel Mrzyglod <danielx.t.mrzyglod@intel.com>",
        "Date": "Wed,  5 Jul 2017 17:27:47 +0200",
        "Message-Id": "<20170705152747.55807-1-danielx.t.mrzyglod@intel.com>",
        "X-Mailer": "git-send-email 2.9.4",
        "Subject": "[dpdk-dev] [PATCH] test/bonding: fix namespace bonding mode4 unit\n\ttests",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "ring network driver is limited to 32 characters\nthe name of device was extened to net_ring_unit_test_mode4_slave_0 which is 33\n\nFixes: 5e41ab250dfa (\"app/test: unit tests for bonding mode 4\")\n\nSigned-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>\n---\n test/test/test_link_bonding_mode4.c | 8 ++++----\n 1 file changed, 4 insertions(+), 4 deletions(-)",
    "diff": "diff --git a/test/test/test_link_bonding_mode4.c b/test/test/test_link_bonding_mode4.c\nindex c6745e8..8b64bbf 100644\n--- a/test/test/test_link_bonding_mode4.c\n+++ b/test/test/test_link_bonding_mode4.c\n@@ -73,11 +73,11 @@\n #define MAX_PKT_BURST           (32)\n #define DEF_PKT_BURST           (16)\n \n-#define BONDED_DEV_NAME         (\"unit_test_mode4_bond_dev\")\n+#define BONDED_DEV_NAME         (\"ut_mode4_bond_dev\")\n \n-#define SLAVE_DEV_NAME_FMT      (\"unit_test_mode4_slave_%d\")\n-#define SLAVE_RX_QUEUE_FMT      (\"unit_test_mode4_slave_%d_rx\")\n-#define SLAVE_TX_QUEUE_FMT      (\"unit_test_mode4_slave_%d_tx\")\n+#define SLAVE_DEV_NAME_FMT      (\"ut_mode4_slave_%d\")\n+#define SLAVE_RX_QUEUE_FMT      (\"ut_mode4_slave_%d_rx\")\n+#define SLAVE_TX_QUEUE_FMT      (\"ut_mode4_slave_%d_tx\")\n \n #define INVALID_SOCKET_ID       (-1)\n #define INVALID_PORT_ID         (0xFF)\n",
    "prefixes": [
        "dpdk-dev"
    ]
}