get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 100894,
    "url": "https://patches.dpdk.org/api/patches/100894/?format=api",
    "web_url": "https://patches.dpdk.org/project/dts/patch/20211009144205.25338-1-zhiminx.huang@intel.com/",
    "project": {
        "id": 3,
        "url": "https://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": "<20211009144205.25338-1-zhiminx.huang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20211009144205.25338-1-zhiminx.huang@intel.com",
    "date": "2021-10-09T14:42:05",
    "name": "[V1] tests/cvl_fdir:fix testplan and testcase not synchronization issue",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "1ef378562d873ba38e20b724ae2274ae299784ba",
    "submitter": {
        "id": 1685,
        "url": "https://patches.dpdk.org/api/people/1685/?format=api",
        "name": "Huang, ZhiminX",
        "email": "zhiminx.huang@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dts/patch/20211009144205.25338-1-zhiminx.huang@intel.com/mbox/",
    "series": [
        {
            "id": 19476,
            "url": "https://patches.dpdk.org/api/series/19476/?format=api",
            "web_url": "https://patches.dpdk.org/project/dts/list/?series=19476",
            "date": "2021-10-09T14:42:05",
            "name": "[V1] tests/cvl_fdir:fix testplan and testcase not synchronization issue",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/19476/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/100894/comments/",
    "check": "fail",
    "checks": "https://patches.dpdk.org/api/patches/100894/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 C94B0A034F;\n\tSat,  9 Oct 2021 08:15:00 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id A3F6740040;\n\tSat,  9 Oct 2021 08:15:00 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n by mails.dpdk.org (Postfix) with ESMTP id 5B39A4003C\n for <dts@dpdk.org>; Sat,  9 Oct 2021 08:14:59 +0200 (CEST)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 08 Oct 2021 23:14:56 -0700",
            "from unknown (HELO localhost.localdomain) ([10.240.183.103])\n by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 08 Oct 2021 23:14:54 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10131\"; a=\"250008833\"",
            "E=Sophos;i=\"5.85,360,1624345200\"; d=\"scan'208\";a=\"250008833\"",
            "E=Sophos;i=\"5.85,360,1624345200\"; d=\"scan'208\";a=\"489747760\""
        ],
        "From": "Zhimin Huang <zhiminx.huang@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Zhimin Huang <zhiminx.huang@intel.com>",
        "Date": "Sat,  9 Oct 2021 22:42:05 +0800",
        "Message-Id": "<20211009144205.25338-1-zhiminx.huang@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dts] [PATCH V1] tests/cvl_fdir:fix testplan and testcase not\n synchronization issue",
        "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",
        "Sender": "\"dts\" <dts-bounces@dpdk.org>"
    },
    "content": "fixed testplan confusing description and sync testcase code with plan.\nthe last pkt need received by port 1 and not affect by rule in port 0.\n\nSigned-off-by: Zhimin Huang <zhiminx.huang@intel.com>\n---\n test_plans/cvl_fdir_test_plan.rst | 4 ++--\n tests/TestSuite_cvl_fdir.py       | 2 +-\n 2 files changed, 3 insertions(+), 3 deletions(-)",
    "diff": "diff --git a/test_plans/cvl_fdir_test_plan.rst b/test_plans/cvl_fdir_test_plan.rst\nindex 24586016..1d8421e1 100644\n--- a/test_plans/cvl_fdir_test_plan.rst\n+++ b/test_plans/cvl_fdir_test_plan.rst\n@@ -4011,8 +4011,8 @@ Subcase 3: two ports multi patterns count query\n    packet 1 to queue 1 of port 1, packet 2 to queue 6-7 of port 1, packet 3 to queue 6-7 of port 1,\n    packet 4 to queue 2 of port 1, packet 5 dropped of port 1,\n    packet 6 to dropped of port 0, packet 7 to queue 1 of port 0.\n-   packet 8 received by port 1.\n-   all the received packets have specified FDIR matched ID.\n+   the received packets have specified FDIR matched ID.\n+   packet 8 received by port 1 and not have matched ID.\n \n 3. query count::\n \ndiff --git a/tests/TestSuite_cvl_fdir.py b/tests/TestSuite_cvl_fdir.py\nindex 18836756..90acafd7 100644\n--- a/tests/TestSuite_cvl_fdir.py\n+++ b/tests/TestSuite_cvl_fdir.py\n@@ -3273,7 +3273,7 @@ class TestCVLFdir(TestCase):\n         out7 = self.send_pkts_getouput(pkts[6], port_id=0, count=10)\n         rfc.check_mark(out7, pkt_num=10, check_param={\"port_id\": 0, \"queue\": 1, \"mark_id\": 1})\n         out8 = self.send_pkts_getouput(pkts[7], port_id=1, count=10)\n-        rfc.check_mark(out8, pkt_num=10, check_param={\"port_id\": 1, \"mark_id\": 0})\n+        rfc.check_mark(out8, pkt_num=10, check_param={\"port_id\": 1})\n         self.query_count(1, 20, 1, 0)\n         self.query_count(1, 20, 1, 1)\n         self.query_count(1, 10, 1, 2)\n",
    "prefixes": [
        "V1"
    ]
}