get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 95087,
    "url": "http://patches.dpdk.org/api/patches/95087/?format=api",
    "web_url": "http://patches.dpdk.org/project/dts/patch/20210701135738.18513-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": "<20210701135738.18513-1-zhiminx.huang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20210701135738.18513-1-zhiminx.huang@intel.com",
    "date": "2021-07-01T13:57:35",
    "name": "[V2,0/3] add new feature suite",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "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/20210701135738.18513-1-zhiminx.huang@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/95087/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/95087/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 21ECEA0A0C;\n\tThu,  1 Jul 2021 07:23:46 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id E854940141;\n\tThu,  1 Jul 2021 07:23:45 +0200 (CEST)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n by mails.dpdk.org (Postfix) with ESMTP id 5B74E40040\n for <dts@dpdk.org>; Thu,  1 Jul 2021 07:23:44 +0200 (CEST)",
            "from orsmga007.jf.intel.com ([10.7.209.58])\n by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 30 Jun 2021 22:23:41 -0700",
            "from unknown (HELO localhost.localdomain) ([10.240.183.103])\n by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 30 Jun 2021 22:23:40 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10031\"; a=\"208294845\"",
            "E=Sophos;i=\"5.83,313,1616482800\"; d=\"scan'208\";a=\"208294845\"",
            "E=Sophos;i=\"5.83,313,1616482800\"; d=\"scan'208\";a=\"447746832\""
        ],
        "From": "Zhimin Huang <zhiminx.huang@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "qi.fu@intel.com,\n\tZhimin Huang <zhiminx.huang@intel.com>",
        "Date": "Thu,  1 Jul 2021 21:57:35 +0800",
        "Message-Id": "<20210701135738.18513-1-zhiminx.huang@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dts] [PATCH V2 0/3] add new feature suite",
        "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": "add rte flow process\nadd new feature test suite\n\nZhimin Huang (3):\n  tests/rte_flow_common:add common to process fdir\n  tests/cvl_ip_fragment_rte_flow:add new feature test suite\n  tests/cvl_iavf_ip_fragment_rte_flow:add new feature test suite\n\n ...TestSuite_cvl_iavf_ip_fragment_rte_flow.py | 498 ++++++++++++++++++\n tests/TestSuite_cvl_ip_fragment_rte_flow.py   | 493 +++++++++++++++++\n tests/rte_flow_common.py                      | 219 +++++++-\n 3 files changed, 1207 insertions(+), 3 deletions(-)\n create mode 100644 tests/TestSuite_cvl_iavf_ip_fragment_rte_flow.py\n create mode 100644 tests/TestSuite_cvl_ip_fragment_rte_flow.py",
    "diff": null,
    "prefixes": [
        "V2",
        "0/3"
    ]
}