get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 59911,
    "url": "http://patchwork.dpdk.org/api/1.0/patches/59911/?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": "<20190926202924.6876-1-pallavi.kadam@intel.com>",
    "date": "2019-09-26T20:29:15",
    "name": "[v2,0/9] Windows patchset with additional EAL functionalities",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1177,
        "url": "http://patchwork.dpdk.org/api/1.0/people/1177/?format=api",
        "name": "Kadam, Pallavi",
        "email": "pallavi.kadam@intel.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20190926202924.6876-1-pallavi.kadam@intel.com/mbox/",
    "series": [],
    "check": "pending",
    "checks": "http://patchwork.dpdk.org/api/patches/59911/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 60BA81DBE;\n\tThu, 26 Sep 2019 22:54:39 +0200 (CEST)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n\tby dpdk.org (Postfix) with ESMTP id 527562AB\n\tfor <dev@dpdk.org>; Thu, 26 Sep 2019 22:54:38 +0200 (CEST)",
            "from orsmga006.jf.intel.com ([10.7.209.51])\n\tby orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t26 Sep 2019 13:54:36 -0700",
            "from win-dpdk-pallavi.jf.intel.com (HELO localhost.localdomain)\n\t([10.166.188.58])\n\tby orsmga006.jf.intel.com with ESMTP; 26 Sep 2019 13:54:37 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.64,553,1559545200\"; d=\"scan'208\";a=\"194260430\"",
        "From": "Pallavi Kadam <pallavi.kadam@intel.com>",
        "To": "dev@dpdk.org,\n\tthomas@monjalon.net",
        "Cc": "Harini.Ramakrishnan@microsoft.com, keith.wiles@intel.com,\n\tbruce.richardson@intel.com, ranjit.menon@intel.com,\n\tantara.ganesh.kolar@intel.com, pallavi.kadam@intel.com",
        "Date": "Thu, 26 Sep 2019 13:29:15 -0700",
        "Message-Id": "<20190926202924.6876-1-pallavi.kadam@intel.com>",
        "X-Mailer": "git-send-email 2.18.0.windows.1",
        "In-Reply-To": "<20190909195404.4760-1-pallavi.kadam@intel.com>",
        "References": "<20190909195404.4760-1-pallavi.kadam@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/9] Windows patchset with additional EAL\n\tfunctionalities",
        "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 patchset includes additional functionalities for Windows EAL\nto support command-line parsing feature and EAL common code\non Windows.\n\nv2 Changes:\n syslog.h: Replaced the BSD license boilerplate to SPDX tag.\n\nPallavi Kadam (9):\n  eal: eal stub to support parsing feature on windows\n  eal: syslog implementation for windows\n  eal: add windows compatible header files\n  eal: dirent.h implementation for windows\n  eal: add additional function overrides in windows header files\n  eal: getopt implementation for windows\n  eal: add function to detect process type\n  build: add additional common files support\n  eal: add minimum viable code to support parsing\n\n lib/librte_eal/common/include/rte_lcore.h     |   5 +\n lib/librte_eal/windows/eal/eal.c              | 185 ++++-\n lib/librte_eal/windows/eal/eal_thread.c       |  11 +\n lib/librte_eal/windows/eal/getopt.c           | 132 ++++\n lib/librte_eal/windows/eal/getopt_long.c      | 196 ++++++\n lib/librte_eal/windows/eal/include/dirent.h   | 666 ++++++++++++++++++\n lib/librte_eal/windows/eal/include/dlfcn.h    |  21 +\n .../windows/eal/include/eal_filesystem.h      |  99 +++\n lib/librte_eal/windows/eal/include/getopt.h   |  59 ++\n lib/librte_eal/windows/eal/include/pthread.h  |  66 ++\n lib/librte_eal/windows/eal/include/rte_os.h   |  28 +\n lib/librte_eal/windows/eal/include/rte_vect.h |   9 +\n lib/librte_eal/windows/eal/include/sched.h    |  58 +-\n .../windows/eal/include/sys/queue.h           |   8 +\n lib/librte_eal/windows/eal/include/syslog.h   | 189 +++++\n lib/librte_eal/windows/eal/meson.build        |  10 +-\n 16 files changed, 1731 insertions(+), 11 deletions(-)\n create mode 100644 lib/librte_eal/windows/eal/getopt.c\n create mode 100644 lib/librte_eal/windows/eal/getopt_long.c\n create mode 100644 lib/librte_eal/windows/eal/include/dirent.h\n create mode 100644 lib/librte_eal/windows/eal/include/dlfcn.h\n create mode 100644 lib/librte_eal/windows/eal/include/eal_filesystem.h\n create mode 100644 lib/librte_eal/windows/eal/include/getopt.h\n create mode 100644 lib/librte_eal/windows/eal/include/rte_vect.h\n create mode 100644 lib/librte_eal/windows/eal/include/syslog.h",
    "diff": null,
    "prefixes": [
        "v2",
        "0/9"
    ]
}