get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 99709,
    "url": "http://patches.dpdk.org/api/patches/99709/?format=api",
    "web_url": "http://patches.dpdk.org/project/dts/patch/20210927162220.13633-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": "<20210927162220.13633-1-zhiminx.huang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20210927162220.13633-1-zhiminx.huang@intel.com",
    "date": "2021-09-27T16:22:16",
    "name": "[V3,0/4] enable esp flow",
    "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/20210927162220.13633-1-zhiminx.huang@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/99709/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/99709/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 303D2A0547;\n\tMon, 27 Sep 2021 09:53:36 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id F207E40686;\n\tMon, 27 Sep 2021 09:53:35 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n by mails.dpdk.org (Postfix) with ESMTP id 38A3E4003D\n for <dts@dpdk.org>; Mon, 27 Sep 2021 09:53:35 +0200 (CEST)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 27 Sep 2021 00:53:34 -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 27 Sep 2021 00:53:32 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10119\"; a=\"285439346\"",
            "E=Sophos;i=\"5.85,325,1624345200\"; d=\"scan'208\";a=\"285439346\"",
            "E=Sophos;i=\"5.85,325,1624345200\"; d=\"scan'208\";a=\"553070215\""
        ],
        "From": "Zhimin Huang <zhiminx.huang@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Zhimin Huang <zhiminx.huang@intel.com>",
        "Date": "Tue, 28 Sep 2021 00:22:16 +0800",
        "Message-Id": "<20210927162220.13633-1-zhiminx.huang@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dts] [PATCH V3 0/4] enable esp flow",
        "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": "according to 21.08 new feature,enable esp flow to support match outer ip header.\ntake esp and outer ip src/dst input set,add new case in pf and vf fdir.\n\nv3:\n- fix testplan malformed table.\n\nZhimin Huang (4):\n  test_plans/cvl_fdir_test_plan:add esp flow test plan\n  test_plans/iavf_fdir_test_plan:add esp flow test plan\n  tests/cvl_fdir:add esp flow test case\n  tests/iavf_fdir:add esp flow test case\n\n test_plans/cvl_fdir_test_plan.rst  | 457 +++++++++++++++++++++++++++++\n test_plans/iavf_fdir_test_plan.rst | 253 +++++++++++++---\n tests/TestSuite_cvl_fdir.py        | 336 +++++++++++++++++++++\n tests/TestSuite_iavf_fdir.py       | 162 +++++++---\n 4 files changed, 1138 insertions(+), 70 deletions(-)",
    "diff": null,
    "prefixes": [
        "V3",
        "0/4"
    ]
}