get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 51827,
    "url": "https://patches.dpdk.org/api/patches/51827/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190328022115.4660-1-anand.rawat@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": "<20190328022115.4660-1-anand.rawat@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190328022115.4660-1-anand.rawat@intel.com",
    "date": "2019-03-28T02:21:07",
    "name": "[v6,0/8] HelloWorld example for windows",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1231,
        "url": "https://patches.dpdk.org/api/people/1231/?format=api",
        "name": "Anand Rawat",
        "email": "anand.rawat@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190328022115.4660-1-anand.rawat@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/51827/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/51827/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 CC1C05F19;\n\tThu, 28 Mar 2019 03:21:37 +0100 (CET)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n\tby dpdk.org (Postfix) with ESMTP id 4F3005F0D\n\tfor <dev@dpdk.org>; Thu, 28 Mar 2019 03:21:18 +0100 (CET)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n\tby orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t27 Mar 2019 19:21:16 -0700",
            "from anandraw-devbx.amr.corp.intel.com ([10.19.242.57])\n\tby fmsmga006.fm.intel.com with ESMTP; 27 Mar 2019 19:21:15 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.60,278,1549958400\"; d=\"scan'208\";a=\"331369603\"",
        "From": "Anand Rawat <anand.rawat@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "anand.rawat@intel.com, pallavi.kadam@intel.com, ranjit.menon@intel.com, \n\tjeffrey.b.shaw@intel.com, bruce.richardson@intel.com, thomas@monjalon.net",
        "Date": "Wed, 27 Mar 2019 19:21:07 -0700",
        "Message-Id": "<20190328022115.4660-1-anand.rawat@intel.com>",
        "X-Mailer": "git-send-email 2.17.1.windows.2",
        "In-Reply-To": "<20190306041634.12976-1-anand.rawat@intel.com>",
        "References": "<20190306041634.12976-1-anand.rawat@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v6 0/8] HelloWorld example for windows",
        "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": "Includes Windows-specific EAL changes and meson changes\nto build the code on windows.\n\nv6 Changes:\n1. Introduced rte_os.h for esstential os specific macros and typedefs.\n2. Fixed commit typos and 'new line required at eof' issues.\n\nv5 Changes:\n1. Reduced meson workrounds for windows.\n2. Updated documention to include details about buildtool options\n\nv4 Changes:\n1. Exposed more functions for eal DLL in the module definition file\n2. Moved disabling meson logic to sub directories\n\nv3 Changes:\n1. Separated meson workarounds from the essential code changes\n2. Added support for kvargs\n3. Updated meson for building DLL on windows using DEF files\n4. Fixed documentation for html links and linker dependency\n5. Added comments for windows header and source files\n\nv2 Changes:\n1. Incorporated reviews from v1.\n2. Fixed license period for updated files.\n3. Renamed 'winapp' folder to 'windows'.\n4. Cleaned unneeded meson changes.\n5. Fixed code style warnings. \n6. Added maintainers information for windows branch\n\nnotes:\n*patch 3/8 contains module definition files and meson changes\nrequired to build shared libraries on windows. These may be removed\nin the future releases to be generated from the existing .map files.\n\n*patch 8/8 contains meson workarounds to build helloworld\non windows, which will later be a part of the draft repository\n\n*command-line parsing is not a part of this version as a result\nlcore mask is currently not supported.\n\n*kernel modules and documentation can not be built on windows \ncurrently and should not be enabled.\nAnand Rawat (8):\n  eal: eal stub to add windows support\n  eal: add header files to support os specifics\n  build: add module definition file for windows\n  eal: sys/queue.h implementation for windows\n  eal: add headers for compatibility with windows\n  eal: add minimum viable code for eal on windows\n  doc: add documentation for windows\n  build: meson changes to build on windows\n\n MAINTAINERS                                   |   7 +\n app/meson.build                               |   6 +-\n buildtools/meson.build                        |   6 +-\n config/meson.build                            |  23 +-\n config/x86/meson.build                        |  14 +-\n doc/guides/index.rst                          |   3 +-\n doc/guides/windows_gsg/build_dpdk.rst         |  73 ++++\n doc/guides/windows_gsg/index.rst              |  14 +\n doc/guides/windows_gsg/intro.rst              |  20 ++\n drivers/meson.build                           |   6 +-\n examples/meson.build                          |   6 +-\n kernel/windows/meson.build                    |   4 +\n lib/librte_eal/common/include/rte_common.h    |   5 +-\n .../common/include/rte_string_fns.h           |   4 +-\n lib/librte_eal/common/meson.build             |  14 +-\n .../freebsd/eal/include/exec-env/rte_os.h     |  10 +\n .../linux/eal/include/exec-env/rte_os.h       |   8 +\n lib/librte_eal/meson.build                    |   6 +-\n lib/librte_eal/rte_eal_exports.def            |   9 +\n lib/librte_eal/windows/eal/eal.c              |  84 +++++\n lib/librte_eal/windows/eal/eal_debug.c        |  19 ++\n lib/librte_eal/windows/eal/eal_lcore.c        | 100 ++++++\n lib/librte_eal/windows/eal/eal_thread.c       | 153 +++++++++\n .../windows/eal/include/exec-env/fnmatch.h    |  43 +++\n .../windows/eal/include/exec-env/pthread.h    |  22 ++\n .../windows/eal/include/exec-env/regex.h      |  85 +++++\n .../windows/eal/include/exec-env/rte_os.h     |  50 +++\n .../windows/eal/include/exec-env/sched.h      |  41 +++\n .../windows/eal/include/exec-env/unistd.h     |   8 +\n .../windows/eal/include/sys/queue.h           | 320 ++++++++++++++++++\n lib/librte_eal/windows/eal/meson.build        |  12 +\n lib/librte_kvargs/rte_kvargs_exports.def      |   7 +\n lib/meson.build                               |  23 +-\n 33 files changed, 1176 insertions(+), 29 deletions(-)\n create mode 100644 doc/guides/windows_gsg/build_dpdk.rst\n create mode 100644 doc/guides/windows_gsg/index.rst\n create mode 100644 doc/guides/windows_gsg/intro.rst\n create mode 100644 kernel/windows/meson.build\n create mode 100644 lib/librte_eal/freebsd/eal/include/exec-env/rte_os.h\n create mode 100644 lib/librte_eal/linux/eal/include/exec-env/rte_os.h\n create mode 100644 lib/librte_eal/rte_eal_exports.def\n create mode 100644 lib/librte_eal/windows/eal/eal.c\n create mode 100644 lib/librte_eal/windows/eal/eal_debug.c\n create mode 100644 lib/librte_eal/windows/eal/eal_lcore.c\n create mode 100644 lib/librte_eal/windows/eal/eal_thread.c\n create mode 100644 lib/librte_eal/windows/eal/include/exec-env/fnmatch.h\n create mode 100644 lib/librte_eal/windows/eal/include/exec-env/pthread.h\n create mode 100644 lib/librte_eal/windows/eal/include/exec-env/regex.h\n create mode 100644 lib/librte_eal/windows/eal/include/exec-env/rte_os.h\n create mode 100644 lib/librte_eal/windows/eal/include/exec-env/sched.h\n create mode 100644 lib/librte_eal/windows/eal/include/exec-env/unistd.h\n create mode 100644 lib/librte_eal/windows/eal/include/sys/queue.h\n create mode 100644 lib/librte_eal/windows/eal/meson.build\n create mode 100644 lib/librte_kvargs/rte_kvargs_exports.def",
    "diff": null,
    "prefixes": [
        "v6",
        "0/8"
    ]
}