get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 92973,
    "url": "http://patches.dpdk.org/api/patches/92973/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1620241931-28435-11-git-send-email-jizh@linux.microsoft.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": "<1620241931-28435-11-git-send-email-jizh@linux.microsoft.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1620241931-28435-11-git-send-email-jizh@linux.microsoft.com",
    "date": "2021-05-05T19:12:11",
    "name": "[v13,10/10] app/testpmd: enable building testpmd on Windows",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "72521102d2f107545fbf44f7c856e1ffa4d8919e",
    "submitter": {
        "id": 1934,
        "url": "http://patches.dpdk.org/api/people/1934/?format=api",
        "name": "Jie Zhou",
        "email": "jizh@linux.microsoft.com"
    },
    "delegate": {
        "id": 3961,
        "url": "http://patches.dpdk.org/api/users/3961/?format=api",
        "username": "arybchenko",
        "first_name": "Andrew",
        "last_name": "Rybchenko",
        "email": "andrew.rybchenko@oktetlabs.ru"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1620241931-28435-11-git-send-email-jizh@linux.microsoft.com/mbox/",
    "series": [
        {
            "id": 16839,
            "url": "http://patches.dpdk.org/api/series/16839/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=16839",
            "date": "2021-05-05T19:12:02",
            "name": "app/testpmd: enable testpmd on Windows",
            "version": 13,
            "mbox": "http://patches.dpdk.org/series/16839/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/92973/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/92973/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 1A04BA0524;\n\tWed,  5 May 2021 21:13:17 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 13E434114A;\n\tWed,  5 May 2021 21:12:31 +0200 (CEST)",
            "from linux.microsoft.com (linux.microsoft.com [13.77.154.182])\n by mails.dpdk.org (Postfix) with ESMTP id 8A274410E1;\n Wed,  5 May 2021 21:12:18 +0200 (CEST)",
            "from\n linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net\n (linux.microsoft.com [13.77.154.182])\n by linux.microsoft.com (Postfix) with ESMTPSA id 8F08920B801C;\n Wed,  5 May 2021 12:12:17 -0700 (PDT)"
        ],
        "DKIM-Filter": "OpenDKIM Filter v2.11.0 linux.microsoft.com 8F08920B801C",
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com;\n s=default; t=1620241937;\n bh=1GwJEJnOuty8zvlGyV9+WeUap2BJXmkUkh5XIEqDAbw=;\n h=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n b=CIjgIzvJpVz/TB0MWP7Zox127G52WJnRrlSedpxR8ngVoEQ0Mq1MkdolVZnt56XwE\n 1wQ52epj42FEGJwhdFEy0w7SE7Per+O0lrFvrYf3uG99SOKW9GbRo52y+Ni9aBw/ih\n qykfPc9fp1W7smnXNp5MA7yLKx9dmzMD+jU1MyNE=",
        "From": "Jie Zhou <jizh@linux.microsoft.com>",
        "To": "dev@dpdk.org",
        "Cc": "dmitry.kozliuk@gmail.com, xiaoyun.li@intel.com, roretzla@microsoft.com,\n talshn@nvidia.com, pallavi.kadam@intel.com, thomas@monjalon.net,\n bruce.richardson@intel.com, ferruh.yigit@intel.com,\n konstantin.ananyev@intel.com, stable@dpdk.org",
        "Date": "Wed,  5 May 2021 12:12:11 -0700",
        "Message-Id": "<1620241931-28435-11-git-send-email-jizh@linux.microsoft.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1620241931-28435-1-git-send-email-jizh@linux.microsoft.com>",
        "References": "<1620236174-10676-1-git-send-email-jizh@linux.microsoft.com>\n <1620241931-28435-1-git-send-email-jizh@linux.microsoft.com>",
        "Subject": "[dpdk-dev] [PATCH v13 10/10] app/testpmd: enable building testpmd\n on Windows",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "From: Jie Zhou <jizh@microsoft.com>\n\n- Disable unsupported Apps on Windows\n- Enable building of testpmd on Windows\n\nSigned-off-by: Jie Zhou <jizh@microsoft.com>\nSigned-off-by: Jie Zhou <jizh@linux.microsoft.com>\nAcked-by: Tal Shnaiderman <talshn@nvidia.com>\n---\n app/meson.build                    | 4 ----\n app/pdump/meson.build              | 6 ++++++\n app/proc-info/meson.build          | 6 ++++++\n app/test-acl/meson.build           | 6 ++++++\n app/test-bbdev/meson.build         | 6 ++++++\n app/test-cmdline/meson.build       | 6 ++++++\n app/test-compress-perf/meson.build | 6 ++++++\n app/test-crypto-perf/meson.build   | 6 ++++++\n app/test-eventdev/meson.build      | 6 ++++++\n app/test-fib/meson.build           | 6 ++++++\n app/test-flow-perf/meson.build     | 6 ++++++\n app/test-pipeline/meson.build      | 6 ++++++\n app/test-regex/meson.build         | 6 ++++++\n app/test-sad/meson.build           | 6 ++++++\n app/test/meson.build               | 6 ++++++\n 15 files changed, 84 insertions(+), 4 deletions(-)",
    "diff": "diff --git a/app/meson.build b/app/meson.build\nindex 35e53861b..4c6049807 100644\n--- a/app/meson.build\n+++ b/app/meson.build\n@@ -1,10 +1,6 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2017-2019 Intel Corporation\n \n-if is_windows\n-    subdir_done()\n-endif\n-\n apps = [\n         'pdump',\n         'proc-info',\ndiff --git a/app/pdump/meson.build b/app/pdump/meson.build\nindex 7bb908e04..db1fcadbf 100644\n--- a/app/pdump/meson.build\n+++ b/app/pdump/meson.build\n@@ -1,5 +1,11 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2018 Intel Corporation\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n sources = files('main.c')\n deps += ['ethdev', 'kvargs', 'pdump']\ndiff --git a/app/proc-info/meson.build b/app/proc-info/meson.build\nindex f050c4a9b..82ed05bb0 100644\n--- a/app/proc-info/meson.build\n+++ b/app/proc-info/meson.build\n@@ -1,5 +1,11 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2018 Intel Corporation\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n sources = files('main.c')\n deps += ['ethdev', 'metrics', 'security']\ndiff --git a/app/test-acl/meson.build b/app/test-acl/meson.build\nindex d5c2581b4..14d36b33e 100644\n--- a/app/test-acl/meson.build\n+++ b/app/test-acl/meson.build\n@@ -1,5 +1,11 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2019 Intel Corporation\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n sources = files('main.c')\n deps += ['acl', 'net']\ndiff --git a/app/test-bbdev/meson.build b/app/test-bbdev/meson.build\nindex 57335641f..edb9deef8 100644\n--- a/app/test-bbdev/meson.build\n+++ b/app/test-bbdev/meson.build\n@@ -1,6 +1,12 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2018 Intel Corporation\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n sources = files(\n         'main.c',\n         'test_bbdev.c',\ndiff --git a/app/test-cmdline/meson.build b/app/test-cmdline/meson.build\nindex 9d0a9aeb6..089882120 100644\n--- a/app/test-cmdline/meson.build\n+++ b/app/test-cmdline/meson.build\n@@ -1,5 +1,11 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2019 Intel Corporation\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n sources = files('commands.c', 'cmdline_test.c')\n deps += 'cmdline'\ndiff --git a/app/test-compress-perf/meson.build b/app/test-compress-perf/meson.build\nindex 3f79e2da9..f29c6ee86 100644\n--- a/app/test-compress-perf/meson.build\n+++ b/app/test-compress-perf/meson.build\n@@ -1,6 +1,12 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2018 Intel Corporation\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n sources = files(\n         'comp_perf_options_parse.c',\n         'comp_perf_test_common.c',\ndiff --git a/app/test-crypto-perf/meson.build b/app/test-crypto-perf/meson.build\nindex 20444b791..ef3582a87 100644\n--- a/app/test-crypto-perf/meson.build\n+++ b/app/test-crypto-perf/meson.build\n@@ -1,6 +1,12 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2018 Intel Corporation\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n sources = files(\n         'cperf_ops.c',\n         'cperf_options_parsing.c',\ndiff --git a/app/test-eventdev/meson.build b/app/test-eventdev/meson.build\nindex 45c3ff456..17be36067 100644\n--- a/app/test-eventdev/meson.build\n+++ b/app/test-eventdev/meson.build\n@@ -1,6 +1,12 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2017 Cavium, Inc\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n sources = files(\n         'evt_main.c',\n         'evt_options.c',\ndiff --git a/app/test-fib/meson.build b/app/test-fib/meson.build\nindex f74ac651c..3360ea02b 100644\n--- a/app/test-fib/meson.build\n+++ b/app/test-fib/meson.build\n@@ -1,5 +1,11 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2019 Intel Corporation\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n sources = files('main.c')\n deps += ['fib', 'lpm', 'net']\ndiff --git a/app/test-flow-perf/meson.build b/app/test-flow-perf/meson.build\nindex 1d860e036..a33cad907 100644\n--- a/app/test-flow-perf/meson.build\n+++ b/app/test-flow-perf/meson.build\n@@ -1,6 +1,12 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2020 Mellanox Technologies, Ltd\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n sources = files(\n         'actions_gen.c',\n         'flow_gen.c',\ndiff --git a/app/test-pipeline/meson.build b/app/test-pipeline/meson.build\nindex fd91f8323..7d123e32f 100644\n--- a/app/test-pipeline/meson.build\n+++ b/app/test-pipeline/meson.build\n@@ -1,6 +1,12 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2019 Intel Corporation\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n sources = files(\n         'config.c',\n         'init.c',\ndiff --git a/app/test-regex/meson.build b/app/test-regex/meson.build\nindex 472677fb6..02b101980 100644\n--- a/app/test-regex/meson.build\n+++ b/app/test-regex/meson.build\n@@ -1,5 +1,11 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright 2020 Mellanox Technologies, Ltd\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n sources = files('main.c')\n deps = ['regexdev']\ndiff --git a/app/test-sad/meson.build b/app/test-sad/meson.build\nindex db15b658d..3d15727a0 100644\n--- a/app/test-sad/meson.build\n+++ b/app/test-sad/meson.build\n@@ -1,5 +1,11 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2019 Intel Corporation\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n sources = files('main.c')\n deps += ['ipsec', 'net']\ndiff --git a/app/test/meson.build b/app/test/meson.build\nindex 08c82d3d2..2953afc8b 100644\n--- a/app/test/meson.build\n+++ b/app/test/meson.build\n@@ -1,6 +1,12 @@\n # SPDX-License-Identifier: BSD-3-Clause\n # Copyright(c) 2017 Intel Corporation\n \n+if is_windows\n+\tbuild = false\n+\treason = 'not supported on Windows'\n+\tsubdir_done()\n+endif\n+\n if not get_option('tests')\n     subdir_done()\n endif\n",
    "prefixes": [
        "v13",
        "10/10"
    ]
}