get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 70917,
    "url": "https://patches.dpdk.org/api/patches/70917/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200606135058.112697-1-ting.xu@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": "<20200606135058.112697-1-ting.xu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200606135058.112697-1-ting.xu@intel.com",
    "date": "2020-06-06T13:50:55",
    "name": "[RFC,0/3] enable multiple DCF and buildin recipe",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1363,
        "url": "https://patches.dpdk.org/api/people/1363/?format=api",
        "name": "Xu, Ting",
        "email": "ting.xu@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200606135058.112697-1-ting.xu@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/70917/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/70917/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 B19E2A0350;\n\tSat,  6 Jun 2020 07:51:54 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 8C1081D447;\n\tSat,  6 Jun 2020 07:51:53 +0200 (CEST)",
            "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n by dpdk.org (Postfix) with ESMTP id 370071D421\n for <dev@dpdk.org>; Sat,  6 Jun 2020 07:51:52 +0200 (CEST)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 05 Jun 2020 22:51:50 -0700",
            "from dpdk-xuting-main.sh.intel.com ([10.67.117.84])\n by orsmga005.jf.intel.com with ESMTP; 05 Jun 2020 22:51:48 -0700"
        ],
        "IronPort-SDR": [
            "\n VUUdhYJ3sNH0bVudY8rZCOihFaubicHAMm24kWj3v7JPWkYaiR7qfnDw/BwHRctzJVkt8Ih0D8\n yf1AIyCeGnwA==",
            "\n XE/kLQgy6FJDic1OGoa7tAFopQlYopuQHKMrK/kfyWpEB8YVx32neTxvHBeaUjz3PTv8CYBPSQ\n CO8OaIggUIWQ=="
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.73,479,1583222400\"; d=\"scan'208\";a=\"446140802\"",
        "From": "Ting Xu <ting.xu@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "qi.z.zhang@intel.com, qiming.yang@intel.com, jingjing.wu@intel.com,\n beilei.xing@intel.com, marko.kovacevic@intel.com, john.mcnamara@intel.com",
        "Date": "Sat,  6 Jun 2020 13:50:55 +0000",
        "Message-Id": "<20200606135058.112697-1-ting.xu@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [RFC PATCH 0/3] enable multiple DCF and buildin recipe",
        "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": "This RFC patchset adds the support to enable multiple DCF instance,\nadd buildin recipe to accelerate specific flow creating with custom\nDDP package and support flow flush in DCF.\n\n---\nThis patchset depends on the patch:\nnet/ice: support orignal VF action for DCF\n---\n\nQi Zhang (3):\n  drivers: add flow flush for DCF\n  drivers/net: support multiple DCF instance\n  net/ice: enable buildin recipe 10 for custom DDP package\n\n doc/guides/nics/ice.rst             |   8 ++\n drivers/common/iavf/virtchnl.h      |   4 +-\n drivers/net/iavf/iavf_ethdev.c      |   2 +-\n drivers/net/ice/base/ice_common.c   |  25 ++++++\n drivers/net/ice/base/ice_switch.c   |  55 ++++++++++++-\n drivers/net/ice/base/ice_type.h     |   2 +\n drivers/net/ice/ice_dcf.c           |  22 +++++-\n drivers/net/ice/ice_dcf.h           |   2 +\n drivers/net/ice/ice_dcf_ethdev.c    | 118 +++++++++++++++++++---------\n drivers/net/ice/ice_dcf_parent.c    |   3 +\n drivers/net/ice/ice_generic_flow.c  |   7 ++\n drivers/net/ice/ice_switch_filter.c |   8 +-\n 12 files changed, 209 insertions(+), 47 deletions(-)",
    "diff": null,
    "prefixes": [
        "RFC",
        "0/3"
    ]
}