get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 67723,
    "url": "https://patches.dpdk.org/api/patches/67723/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200403044609.27512-1-wei.zhao1@intel.com/",
    "project": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<20200403044609.27512-1-wei.zhao1@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200403044609.27512-1-wei.zhao1@intel.com",
    "date": "2020-04-03T04:45:56",
    "name": "[v4,00/13] add switch filter support for intel DCF",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 495,
        "url": "https://patches.dpdk.org/api/people/495/?format=api",
        "name": "Zhao1, Wei",
        "email": "wei.zhao1@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200403044609.27512-1-wei.zhao1@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/67723/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/67723/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 4A7E3A0562;\n\tFri,  3 Apr 2020 07:07:18 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id DFA7D1BED2;\n\tFri,  3 Apr 2020 07:07:17 +0200 (CEST)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n by dpdk.org (Postfix) with ESMTP id B2DA41BEB1\n for <dev@dpdk.org>; Fri,  3 Apr 2020 07:07:16 +0200 (CEST)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 02 Apr 2020 22:07:15 -0700",
            "from unknown (HELO localhost.localdomain.bj.intel.com)\n ([172.16.182.123])\n by fmsmga006.fm.intel.com with ESMTP; 02 Apr 2020 22:07:14 -0700"
        ],
        "IronPort-SDR": [
            "\n JQAHyhY0qplut7mKGw/xfmW/xEb/iOfLZYwN2GFIzwLE5/b7Ml7VC7ICtbMcRqu8bt76rE/7LS\n osDNPmAE4Lww==",
            "\n dEgrRXBPYpBhXZqaL3iXamN+PhOsR+6BXHUYYf+a/JEDmMknYrJ9EcgrUHGWCIjWAdqMBVF4qx\n q74HSZgiVvKw=="
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.72,338,1580803200\"; d=\"scan'208\";a=\"451178697\"",
        "From": "Wei Zhao <wei.zhao1@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "qi.z.zhang@intel.com, nannan.lu@intel.com, qi.fu@intel.com,\n yuan.peng@intel.com",
        "Date": "Fri,  3 Apr 2020 12:45:56 +0800",
        "Message-Id": "<20200403044609.27512-1-wei.zhao1@intel.com>",
        "X-Mailer": "git-send-email 2.19.1",
        "In-Reply-To": "<20200403024353.24681-1-wei.zhao1@intel.com>",
        "References": "<20200403024353.24681-1-wei.zhao1@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v4 00/13] add switch filter support for intel DCF",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "A DCF (Device Config Function) framework has been add for intel device,\nthis patch set add add switch filter support for it, this set also fix\nbugs which block this feature.\n\nThis patchset is based on:\n[1] https://patchwork.dpdk.org/cover/66480/ : add Intel DCF PMD support\n\nDepends-on: series-8859\n\nv2:\n-add switch filter support for AH/ESP/PFCP packet\n-fix some patch check warning\n-add flow redirect on switch patch\n\nv3:\n-update commit log\n-update in redirect on switch patch\n\nv4:\n-update as comment\n\nBeilei Xing (2):\n  net/ice: enable flow redirect on switch\n  net/ice: redirect switch rule to new VSI\n\nWei Zhao (11):\n  net/ice: enable switch flow on DCF\n  net/ice: support for more PPPoE input set\n  net/ice: change swicth parser to support flexible mask\n  net/ice: add support for MAC VLAN rule\n  net/ice: change default tunnle type\n  net/ice: add action number check for swicth\n  net/ice: add support for ESP/AH/L2TP\n  net/ice: add support for PFCP\n  net/ice: add support for IPv6 NAT-T\n  net/ice: add more flow support for permission stage\n  net/ice: fix input set of VLAN item\n\n doc/guides/rel_notes/release_20_05.rst |   2 +-\n drivers/net/ice/ice_dcf_ethdev.c       |  10 +-\n drivers/net/ice/ice_dcf_parent.c       |  30 +-\n drivers/net/ice/ice_fdir_filter.c      |   6 +\n drivers/net/ice/ice_generic_flow.c     |  61 +++\n drivers/net/ice/ice_generic_flow.h     |  24 +\n drivers/net/ice/ice_hash.c             |   6 +\n drivers/net/ice/ice_switch_filter.c    | 730 +++++++++++++++++++------\n 8 files changed, 682 insertions(+), 187 deletions(-)",
    "diff": null,
    "prefixes": [
        "v4",
        "00/13"
    ]
}