get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 61681,
    "url": "https://patches.dpdk.org/api/patches/61681/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20191022200227.1920-1-pallavi.kadam@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": "<20191022200227.1920-1-pallavi.kadam@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20191022200227.1920-1-pallavi.kadam@intel.com",
    "date": "2019-10-22T20:02:18",
    "name": "[v3,0/9] Windows patchset with additional EAL functionalities",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1177,
        "url": "https://patches.dpdk.org/api/people/1177/?format=api",
        "name": "Kadam, Pallavi",
        "email": "pallavi.kadam@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20191022200227.1920-1-pallavi.kadam@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/61681/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/61681/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 CAB421BEEA;\n\tTue, 22 Oct 2019 22:28:10 +0200 (CEST)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 1274B1BEDC\n\tfor <dev@dpdk.org>; Tue, 22 Oct 2019 22:28:08 +0200 (CEST)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n\tby fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t22 Oct 2019 13:28:08 -0700",
            "from win-dpdk-pallavi.jf.intel.com (HELO localhost.localdomain)\n\t([10.166.188.58])\n\tby fmsmga005.fm.intel.com with ESMTP; 22 Oct 2019 13:28:07 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.68,217,1569308400\"; d=\"scan'208\";a=\"397813818\"",
        "From": "Pallavi Kadam <pallavi.kadam@intel.com>",
        "To": "dev@dpdk.org,\n\tthomas@monjalon.net,\n\tHarini.Ramakrishnan@microsoft.com",
        "Cc": "keith.wiles@intel.com, bruce.richardson@intel.com,\n\tdavid.marchand@redhat.com, jerinjacobk@gmail.com,\n\tranjit.menon@intel.com, \n\tantara.ganesh.kolar@intel.com, pallavi.kadam@intel.com",
        "Date": "Tue, 22 Oct 2019 13:02:18 -0700",
        "Message-Id": "<20191022200227.1920-1-pallavi.kadam@intel.com>",
        "X-Mailer": "git-send-email 2.18.0.windows.1",
        "In-Reply-To": "<20190926202924.6876-1-pallavi.kadam@intel.com>",
        "References": "<20190926202924.6876-1-pallavi.kadam@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v3 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\nThis patchset can be applied to windpdk-next-dev branch in the draft repo.\n\nv3 Changes:\n \tModified generic rte_vect to add Windows support.\n\tMoved RTE_CPU* definitions to OS specific file.\n\tAdded SPDX tag on top of third party files.\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 .../common/include/arch/x86/rte_vect.h        |   4 +-\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           | 498 +++++++++++++\n lib/librte_eal/windows/eal/include/dirent.h   | 668 ++++++++++++++++++\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   | 150 ++++\n lib/librte_eal/windows/eal/include/pthread.h  |  66 ++\n lib/librte_eal/windows/eal/include/rte_os.h   |  34 +\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        |   9 +-\n 14 files changed, 1988 insertions(+), 12 deletions(-)\n create mode 100644 lib/librte_eal/windows/eal/getopt.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/syslog.h",
    "diff": null,
    "prefixes": [
        "v3",
        "0/9"
    ]
}