get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 121483,
    "url": "http://patches.dpdk.org/api/patches/121483/?format=api",
    "web_url": "http://patches.dpdk.org/project/dts/patch/20221230182810.1004957-1-songx.jiale@intel.com/",
    "project": {
        "id": 3,
        "url": "http://patches.dpdk.org/api/projects/3/?format=api",
        "name": "DTS",
        "link_name": "dts",
        "list_id": "dts.dpdk.org",
        "list_email": "dts@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dts",
        "webscm_url": "http://git.dpdk.org/tools/dts/",
        "list_archive_url": "https://inbox.dpdk.org/dts",
        "list_archive_url_format": "https://inbox.dpdk.org/dts/{}",
        "commit_url_format": ""
    },
    "msgid": "<20221230182810.1004957-1-songx.jiale@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20221230182810.1004957-1-songx.jiale@intel.com",
    "date": "2022-12-30T18:28:09",
    "name": "[V3,1/2] tests/multiprocess: add new case according to testplan",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "a6c83a3a52375a57317a371cc6c618c93b4c7c73",
    "submitter": {
        "id": 2352,
        "url": "http://patches.dpdk.org/api/people/2352/?format=api",
        "name": "Jiale, SongX",
        "email": "songx.jiale@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dts/patch/20221230182810.1004957-1-songx.jiale@intel.com/mbox/",
    "series": [
        {
            "id": 26335,
            "url": "http://patches.dpdk.org/api/series/26335/?format=api",
            "web_url": "http://patches.dpdk.org/project/dts/list/?series=26335",
            "date": "2022-12-30T18:28:09",
            "name": "[V3,1/2] tests/multiprocess: add new case according to testplan",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/26335/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/121483/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/121483/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dts-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 7D7D1A0032;\n\tFri, 30 Dec 2022 11:30:22 +0100 (CET)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 6096A40DD8;\n\tFri, 30 Dec 2022 11:30:22 +0100 (CET)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n by mails.dpdk.org (Postfix) with ESMTP id 7266B4067B\n for <dts@dpdk.org>; Fri, 30 Dec 2022 11:30:20 +0100 (CET)",
            "from fmsmga008.fm.intel.com ([10.253.24.58])\n by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 30 Dec 2022 02:30:19 -0800",
            "from unknown (HELO localhost.localdomain) ([10.239.252.20])\n by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 30 Dec 2022 02:30:18 -0800"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple;\n d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n t=1672396220; x=1703932220;\n h=from:to:cc:subject:date:message-id:mime-version:\n content-transfer-encoding;\n bh=tGYI1ynzdulUvzZ3ff3LiQtkL4hExEHaQNIMInd7/BY=;\n b=my1FmaioD1K+97eoUVzd/Oz/8O3zvGrV6DVnDlcbmOHvwzkUF6CwIE5X\n ih05/K4THRiHPalkM/tb+6lk/YYk626FPoYTXgA07EZeTh6eBzq9Kd+X6\n cGJ5PPQZJE1kp7vIGqwFM98cYdhTKhfGb3/810uKtQckV54IYTliI+FQd\n Qphr2uhmpEmRVk9KZGpS/7vLKlGdwRi5RnWcmrxtW2+X03h+Ckw5yrB5X\n dTMC7harXn3dP7/84E+lFUlE2T1nWLKyAVsrDhOgFAdbD79Pu+RuKUjma\n 3DnC5dhwwP3CtON6XkmZgP6l7UGmmbD2OhVC1s/6Q2Unxd9JQOsJkbftU g==;",
        "X-IronPort-AV": [
            "E=McAfee;i=\"6500,9779,10575\"; a=\"321260896\"",
            "E=Sophos;i=\"5.96,287,1665471600\"; d=\"scan'208\";a=\"321260896\"",
            "E=McAfee;i=\"6500,9779,10575\"; a=\"717149116\"",
            "E=Sophos;i=\"5.96,287,1665471600\"; d=\"scan'208\";a=\"717149116\""
        ],
        "From": "Song Jiale <songx.jiale@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Song Jiale <songx.jiale@intel.com>",
        "Subject": "[dts] [PATCH V3 1/2] tests/multiprocess: add new case according to\n testplan",
        "Date": "Fri, 30 Dec 2022 18:28:09 +0000",
        "Message-Id": "<20221230182810.1004957-1-songx.jiale@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "X-BeenThere": "dts@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "test suite reviews and discussions <dts.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dts>,\n <mailto:dts-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dts/>",
        "List-Post": "<mailto:dts@dpdk.org>",
        "List-Help": "<mailto:dts-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dts>,\n <mailto:dts-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dts-bounces@dpdk.org"
    },
    "content": "add 1 case according to testplan.\n\nSigned-off-by: Song Jiale <songx.jiale@intel.com>\n---\n\nv3:\n-rework the test case according to the new testplan\n\n tests/TestSuite_multiprocess.py | 24 +++++++++++++++++++++++-\n 1 file changed, 23 insertions(+), 1 deletion(-)",
    "diff": "diff --git a/tests/TestSuite_multiprocess.py b/tests/TestSuite_multiprocess.py\nindex 4fdc8c27..099ce6e7 100644\n--- a/tests/TestSuite_multiprocess.py\n+++ b/tests/TestSuite_multiprocess.py\n@@ -1691,6 +1691,29 @@ class TestMultiprocess(TestCase):\n         }\n         self.rte_flow(mac_ipv4_symmetric, self.multiprocess_rss_data, **pmd_param)\n \n+    def test_multiprocess_negative_action(self):\n+        \"\"\"\n+        Test Case: test_multiprocess_negative_action\n+\n+        \"\"\"\n+        # start testpmd multi-process\n+        self.launch_multi_testpmd(\n+            proc_type=\"auto\",\n+            queue_num=4,\n+            process_num=2,\n+        )\n+        for pmd_output in self.pmd_output_list:\n+            pmd_output.execute_cmd(\"stop\")\n+        # set secondary process port stop\n+        try:\n+            self.pmd_output_list[1].execute_cmd(\"port stop 0\")\n+            self.pmd_output_list[1].execute_cmd(\"port reset 0\")\n+        except Exception as ex:\n+            out = self.pmd_output_list[1].get_output()\n+            self.verify(\n+                \"core dump\" not in out, \"Core dump occurred in the secondary process!!!\"\n+            )\n+\n     def test_perf_multiprocess_performance(self):\n         \"\"\"\n         Benchmark Multiprocess performance.\n@@ -1926,4 +1949,3 @@ class TestMultiprocess(TestCase):\n         Run after each test suite.\n         \"\"\"\n         self.dut.kill_all()\n-        pass\n",
    "prefixes": [
        "V3",
        "1/2"
    ]
}