get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 48781,
    "url": "http://patches.dpdk.org/api/patches/48781/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1544713333-32239-1-git-send-email-rahul.lakkireddy@chelsio.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": "<1544713333-32239-1-git-send-email-rahul.lakkireddy@chelsio.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1544713333-32239-1-git-send-email-rahul.lakkireddy@chelsio.com",
    "date": "2018-12-13T15:02:09",
    "name": "[0/4] net/cxgbe: fix build for Microsoft Windows OS support",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 241,
        "url": "http://patches.dpdk.org/api/people/241/?format=api",
        "name": "Rahul Lakkireddy",
        "email": "rahul.lakkireddy@chelsio.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1544713333-32239-1-git-send-email-rahul.lakkireddy@chelsio.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/48781/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/48781/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 [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 2EAED1B553;\n\tThu, 13 Dec 2018 16:03:59 +0100 (CET)",
            "from stargate.chelsio.com (stargate.chelsio.com [12.32.117.8])\n\tby dpdk.org (Postfix) with ESMTP id D42C32BE1\n\tfor <dev@dpdk.org>; Thu, 13 Dec 2018 16:03:57 +0100 (CET)",
            "from localhost (scalar.blr.asicdesigners.com [10.193.185.94])\n\tby stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id wBDF3qGG007175; \n\tThu, 13 Dec 2018 07:03:53 -0800"
        ],
        "From": "Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>",
        "To": "dev@dpdk.org",
        "Cc": "satishr@chelsio.com, indranil@chelsio.com",
        "Date": "Thu, 13 Dec 2018 20:32:09 +0530",
        "Message-Id": "<1544713333-32239-1-git-send-email-rahul.lakkireddy@chelsio.com>",
        "X-Mailer": "git-send-email 2.5.3",
        "Subject": "[dpdk-dev] [PATCH 0/4] net/cxgbe: fix build for Microsoft Windows\n\tOS support",
        "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": "This series of patches fix compilation warning and errors seen while\nbuilding CXGBE PMD in preparation for Microsoft Windows OS support.\n\nPatch 1 uses relative paths for including header files.\nPatch 2 fixes macros related to rte_log().\nPatch 3 only redefines symbols when they are not available.\nPatch 4 fixes other misc build issues.\n\nPatches are generated against dpdk-next-net tree.\n\nThanks,\nRahul\n\nRahul Lakkireddy (4):\n  net/cxgbe: use relative paths for including header files\n  net/cxgbe: fix macros related to logs for Windows\n  net/cxgbe: only redefine symbols when not available for Windows\n  net/cxgbe: fix other misc build issues for Windows\n\n drivers/net/cxgbe/Makefile         |  2 -\n drivers/net/cxgbe/base/adapter.h   |  4 +-\n drivers/net/cxgbe/base/common.h    |  4 +-\n drivers/net/cxgbe/base/t4_hw.c     |  4 +-\n drivers/net/cxgbe/base/t4vf_hw.c   |  2 +-\n drivers/net/cxgbe/clip_tbl.c       |  2 +-\n drivers/net/cxgbe/cxgbe.h          |  4 +-\n drivers/net/cxgbe/cxgbe_compat.h   | 83 ++++++++++++++++++++----------\n drivers/net/cxgbe/cxgbe_ethdev.c   |  2 +-\n drivers/net/cxgbe/cxgbe_filter.c   |  7 +--\n drivers/net/cxgbe/cxgbe_filter.h   |  2 +-\n drivers/net/cxgbe/cxgbe_flow.c     |  2 +-\n drivers/net/cxgbe/cxgbe_main.c     |  6 +--\n drivers/net/cxgbe/cxgbevf_ethdev.c |  2 +-\n drivers/net/cxgbe/cxgbevf_main.c   |  6 +--\n drivers/net/cxgbe/l2t.c            |  3 +-\n drivers/net/cxgbe/l2t.h            |  2 +-\n drivers/net/cxgbe/mps_tcam.h       |  2 +-\n drivers/net/cxgbe/sge.c            |  9 ++--\n 19 files changed, 90 insertions(+), 58 deletions(-)",
    "diff": null,
    "prefixes": [
        "0/4"
    ]
}