get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 54667,
    "url": "http://patches.dpdk.org/api/patches/54667/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190611155221.2703-11-leyi.rong@intel.com/",
    "project": {
        "id": 1,
        "url": "http://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": "<20190611155221.2703-11-leyi.rong@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190611155221.2703-11-leyi.rong@intel.com",
    "date": "2019-06-11T15:51:25",
    "name": "[v2,10/66] net/ice/base: add lock around profile map list",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "10ca4d515b6d400c463ae33e0eb206a804563ff4",
    "submitter": {
        "id": 1204,
        "url": "http://patches.dpdk.org/api/people/1204/?format=api",
        "name": "Leyi Rong",
        "email": "leyi.rong@intel.com"
    },
    "delegate": {
        "id": 1540,
        "url": "http://patches.dpdk.org/api/users/1540/?format=api",
        "username": "qzhan15",
        "first_name": "Qi",
        "last_name": "Zhang",
        "email": "qi.z.zhang@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190611155221.2703-11-leyi.rong@intel.com/mbox/",
    "series": [
        {
            "id": 4981,
            "url": "http://patches.dpdk.org/api/series/4981/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4981",
            "date": "2019-06-11T15:51:15",
            "name": "shared code update",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/4981/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/54667/comments/",
    "check": "fail",
    "checks": "http://patches.dpdk.org/api/patches/54667/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 464281C499;\n\tTue, 11 Jun 2019 17:54:05 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id BCD871C455\n\tfor <dev@dpdk.org>; Tue, 11 Jun 2019 17:53:50 +0200 (CEST)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t11 Jun 2019 08:53:50 -0700",
            "from lrong-srv-03.sh.intel.com ([10.67.119.177])\n\tby orsmga001.jf.intel.com with ESMTP; 11 Jun 2019 08:53:49 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "From": "Leyi Rong <leyi.rong@intel.com>",
        "To": "qi.z.zhang@intel.com",
        "Cc": "dev@dpdk.org, Leyi Rong <leyi.rong@intel.com>,\n\tDan Nowlin <dan.nowlin@intel.com>,\n\tPaul M Stillwell Jr <paul.m.stillwell.jr@intel.com>",
        "Date": "Tue, 11 Jun 2019 23:51:25 +0800",
        "Message-Id": "<20190611155221.2703-11-leyi.rong@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20190611155221.2703-1-leyi.rong@intel.com>",
        "References": "<20190604054248.68510-1-leyi.rong@intel.com>\n\t<20190611155221.2703-1-leyi.rong@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 10/66] net/ice/base: add lock around profile\n\tmap list",
        "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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Add locking mechanism around profile map list.\n\nSigned-off-by: Dan Nowlin <dan.nowlin@intel.com>\nSigned-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>\nSigned-off-by: Leyi Rong <leyi.rong@intel.com>\n---\n drivers/net/ice/base/ice_flex_pipe.c | 29 ++++++++++++++++++++++++----\n drivers/net/ice/base/ice_flex_type.h |  5 +++--\n 2 files changed, 28 insertions(+), 6 deletions(-)",
    "diff": "diff --git a/drivers/net/ice/base/ice_flex_pipe.c b/drivers/net/ice/base/ice_flex_pipe.c\nindex babad94f8..8f0b513f4 100644\n--- a/drivers/net/ice/base/ice_flex_pipe.c\n+++ b/drivers/net/ice/base/ice_flex_pipe.c\n@@ -3919,15 +3919,16 @@ ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[],\n }\n \n /**\n- * ice_search_prof_id - Search for a profile tracking ID\n+ * ice_search_prof_id_low - Search for a profile tracking ID low level\n  * @hw: pointer to the HW struct\n  * @blk: hardware block\n  * @id: profile tracking ID\n  *\n- * This will search for a profile tracking ID which was previously added.\n+ * This will search for a profile tracking ID which was previously added. This\n+ * version assumes that the caller has already acquired the prof map lock.\n  */\n-struct ice_prof_map *\n-ice_search_prof_id(struct ice_hw *hw, enum ice_block blk, u64 id)\n+static struct ice_prof_map *\n+ice_search_prof_id_low(struct ice_hw *hw, enum ice_block blk, u64 id)\n {\n \tstruct ice_prof_map *entry = NULL;\n \tstruct ice_prof_map *map;\n@@ -3943,6 +3944,26 @@ ice_search_prof_id(struct ice_hw *hw, enum ice_block blk, u64 id)\n \treturn entry;\n }\n \n+/**\n+ * ice_search_prof_id - Search for a profile tracking ID\n+ * @hw: pointer to the HW struct\n+ * @blk: hardware block\n+ * @id: profile tracking ID\n+ *\n+ * This will search for a profile tracking ID which was previously added.\n+ */\n+struct ice_prof_map *\n+ice_search_prof_id(struct ice_hw *hw, enum ice_block blk, u64 id)\n+{\n+\tstruct ice_prof_map *entry;\n+\n+\tice_acquire_lock(&hw->blk[blk].es.prof_map_lock);\n+\tentry = ice_search_prof_id_low(hw, blk, id);\n+\tice_release_lock(&hw->blk[blk].es.prof_map_lock);\n+\n+\treturn entry;\n+}\n+\n /**\n  * ice_set_prof_context - Set context for a given profile\n  * @hw: pointer to the HW struct\ndiff --git a/drivers/net/ice/base/ice_flex_type.h b/drivers/net/ice/base/ice_flex_type.h\nindex f2a5f27e7..892c94b1f 100644\n--- a/drivers/net/ice/base/ice_flex_type.h\n+++ b/drivers/net/ice/base/ice_flex_type.h\n@@ -503,10 +503,11 @@ struct ice_es {\n \tu16 count;\n \tu16 fvw;\n \tu16 *ref_count;\n-\tu8 *written;\n-\tu8 reverse; /* set to true to reverse FV order */\n \tstruct LIST_HEAD_TYPE prof_map;\n \tstruct ice_fv_word *t;\n+\tstruct ice_lock prof_map_lock;\t/* protect access to profiles list */\n+\tu8 *written;\n+\tu8 reverse; /* set to true to reverse FV order */\n };\n \n /* PTYPE Group management */\n",
    "prefixes": [
        "v2",
        "10/66"
    ]
}