get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 96673,
    "url": "http://patches.dpdk.org/api/patches/96673/?format=api",
    "web_url": "http://patches.dpdk.org/project/dts/patch/20210805182314.18713-1-zhiminx.huang@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": "<20210805182314.18713-1-zhiminx.huang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20210805182314.18713-1-zhiminx.huang@intel.com",
    "date": "2021-08-05T18:23:14",
    "name": "[V2] tests/cvl_advanced_rss_pppoe:remove destroy rule test steps",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "49627ba209525d775352d5c75b38e0f2ac8c7813",
    "submitter": {
        "id": 1685,
        "url": "http://patches.dpdk.org/api/people/1685/?format=api",
        "name": "Huang, ZhiminX",
        "email": "zhiminx.huang@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dts/patch/20210805182314.18713-1-zhiminx.huang@intel.com/mbox/",
    "series": [
        {
            "id": 18198,
            "url": "http://patches.dpdk.org/api/series/18198/?format=api",
            "web_url": "http://patches.dpdk.org/project/dts/list/?series=18198",
            "date": "2021-08-05T18:23:14",
            "name": "[V2] tests/cvl_advanced_rss_pppoe:remove destroy rule test steps",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/18198/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/96673/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/96673/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 8BA18A0C40;\n\tThu,  5 Aug 2021 11:53:05 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 5CD0D40143;\n\tThu,  5 Aug 2021 11:53:05 +0200 (CEST)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n by mails.dpdk.org (Postfix) with ESMTP id 3085240040\n for <dts@dpdk.org>; Thu,  5 Aug 2021 11:53:03 +0200 (CEST)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 05 Aug 2021 02:53:01 -0700",
            "from unknown (HELO localhost.localdomain) ([10.240.183.103])\n by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 05 Aug 2021 02:53:00 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10066\"; a=\"299704277\"",
            "E=Sophos;i=\"5.84,296,1620716400\"; d=\"scan'208\";a=\"299704277\"",
            "E=Sophos;i=\"5.84,296,1620716400\"; d=\"scan'208\";a=\"512626232\""
        ],
        "From": "Zhimin Huang <zhiminx.huang@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Zhimin Huang <zhiminx.huang@intel.com>",
        "Date": "Fri,  6 Aug 2021 02:23:14 +0800",
        "Message-Id": "<20210805182314.18713-1-zhiminx.huang@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dts] [PATCH V2] tests/cvl_advanced_rss_pppoe:remove destroy rule\n test steps",
        "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": "*.dpdk cannot guarantee the operation after destroy the rule,\nso remove destroy rule test steps.\n\nSigned-off-by: Zhimin Huang <zhiminx.huang@intel.com>\n---\nv2:fix typo issue\n\n .../cvl_advanced_rss_pppoe_test_plan.rst      | 16 ---------------\n tests/TestSuite_cvl_advanced_rss_pppoe.py     | 20 -------------------\n 2 files changed, 36 deletions(-)",
    "diff": "diff --git a/test_plans/cvl_advanced_rss_pppoe_test_plan.rst b/test_plans/cvl_advanced_rss_pppoe_test_plan.rst\nindex a8cb7171..e209e0d4 100644\n--- a/test_plans/cvl_advanced_rss_pppoe_test_plan.rst\n+++ b/test_plans/cvl_advanced_rss_pppoe_test_plan.rst\n@@ -4278,14 +4278,6 @@ Test case: MAC_PPPOE_IPV4_UDP_PAY_symmetric\n \n      check the hash values of the two packets are different.\n \n-6. destroy the rule::\n-\n-     testpmd> flow destroy 0 rule 0\n-     testpmd> flow list 0\n-\n-   check the rule not exists in the list.\n-   repeat step 4, swap the values of [Source IP] and [Dest IP], [Source Port] and [Dest Port],\n-   check the hash value is changed.\n \n Test case: MAC_PPPOE_IPV4_TCP_PAY_symmetric\n ===========================================\n@@ -4540,14 +4532,6 @@ Test case: MAC_PPPOE_IPV6_UDP_PAY_symmetric\n \n      check the hash values of the two packets are different.\n \n-6. destroy the rule::\n-\n-     testpmd> flow destroy 0 rule 0\n-     testpmd> flow list 0\n-\n-   check the rule not exists in the list.\n-   repeat step 3, swap the values of [Source IP] and [Dest IP], [Source Port] and [Dest Port],\n-   check the hash values are changed.\n \n Test case: MAC_PPPOE_IPV6_TCP_PAY_symmetric\n ===========================================\ndiff --git a/tests/TestSuite_cvl_advanced_rss_pppoe.py b/tests/TestSuite_cvl_advanced_rss_pppoe.py\nindex 2d3e226e..3952bbf0 100644\n--- a/tests/TestSuite_cvl_advanced_rss_pppoe.py\n+++ b/tests/TestSuite_cvl_advanced_rss_pppoe.py\n@@ -3780,16 +3780,6 @@ mac_pppoe_ipv6_udp_pay_symmetric = {\n             'action': {'check_hash_different': 'mac_ipv6_udp_pay_mismatch'},\n         },\n     ],\n-    'post-test': [\n-        {\n-            'send_packet': mac_pppoe_ipv6_udp_pay_symmetric_packets['match']['mac_pppoe_ipv6_udp_pay'][0],\n-            'action': {'save_hash': 'mac_pppoe_ipv6_udp_pay_match_post'},\n-        },\n-        {\n-            'send_packet': mac_pppoe_ipv6_udp_pay_symmetric_packets['match']['mac_pppoe_ipv6_udp_pay'][1:],\n-            'action': {'check_hash_different': 'mac_pppoe_ipv6_udp_pay_match_post'},\n-        },\n-    ],\n }\n \n mac_pppoe_ipv6_pay_symmetric_packets = {\n@@ -4063,16 +4053,6 @@ mac_pppoe_ipv4_udp_pay_symmetric = {\n             'action': {'check_hash_different': 'mac_ipv4_udp_pay_mismatch'},\n         },\n     ],\n-    'post-test': [\n-        {\n-            'send_packet': mac_pppoe_ipv4_udp_pay_symmetric_packets['match']['mac_pppoe_ipv4_udp_pay'][0],\n-            'action': {'save_hash': 'mac_ipv4_udp_pay_match_post'},\n-        },\n-        {\n-            'send_packet': mac_pppoe_ipv4_udp_pay_symmetric_packets['match']['mac_pppoe_ipv4_udp_pay'][1:],\n-            'action': {'check_hash_different': 'mac_ipv4_udp_pay_match_post'},\n-        },\n-    ],\n }\n \n mac_pppoe_ipv4_tcp_pay_symmetric_packets = {\n",
    "prefixes": [
        "V2"
    ]
}