get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 85631,
    "url": "https://patches.dpdk.org/api/patches/85631/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20201222032237.36046-6-feifei.wang2@arm.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": "<20201222032237.36046-6-feifei.wang2@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20201222032237.36046-6-feifei.wang2@arm.com",
    "date": "2020-12-22T03:22:36",
    "name": "[RFC,v1,5/6] app/eventdev: remove unnecessary barriers for pipeline test",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "c0a4d4b5daa1b1c75ec29e0c84bbb4b2c634a11b",
    "submitter": {
        "id": 1771,
        "url": "https://patches.dpdk.org/api/people/1771/?format=api",
        "name": "Feifei Wang",
        "email": "feifei.wang2@arm.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20201222032237.36046-6-feifei.wang2@arm.com/mbox/",
    "series": [
        {
            "id": 14413,
            "url": "https://patches.dpdk.org/api/series/14413/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=14413",
            "date": "2020-12-22T03:22:31",
            "name": "refactor smp barriers in app/eventdev",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/14413/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/85631/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/85631/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 E7785A09EF;\n\tTue, 22 Dec 2020 04:24:20 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 5BBC7CCA9;\n\tTue, 22 Dec 2020 04:23:04 +0100 (CET)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by dpdk.org (Postfix) with ESMTP id 37A73CB79\n for <dev@dpdk.org>; Tue, 22 Dec 2020 04:23:02 +0100 (CET)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14])\n by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B9782106F;\n Mon, 21 Dec 2020 19:23:00 -0800 (PST)",
            "from net-x86-dell-8268.shanghai.arm.com\n (net-x86-dell-8268.shanghai.arm.com [10.169.210.131])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 1B1A93F718;\n Mon, 21 Dec 2020 19:22:58 -0800 (PST)"
        ],
        "From": "Feifei Wang <feifei.wang2@arm.com>",
        "To": "Jerin Jacob <jerinj@marvell.com>",
        "Cc": "dev@dpdk.org,\n\tnd@arm.com,\n\tFeifei Wang <feifei.wang2@arm.com>",
        "Date": "Tue, 22 Dec 2020 11:22:36 +0800",
        "Message-Id": "<20201222032237.36046-6-feifei.wang2@arm.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20201222032237.36046-1-feifei.wang2@arm.com>",
        "References": "<20201222032237.36046-1-feifei.wang2@arm.com>",
        "Subject": "[dpdk-dev] [RFC PATCH v1 5/6] app/eventdev: remove unnecessary\n\tbarriers for pipeline test",
        "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": "For \"processed_pkts\" function, no operations should keep the order that\nbeing executed before loading \"worker[i].processed_pkts\".\n\nSigned-off-by: Feifei Wang <feifei.wang2@arm.com>\nReviewed-by: Honnappa Nagarahalli <Honnappa.Nagarahalli@arm.com>\nReviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>\n---\n app/test-eventdev/test_pipeline_common.c | 1 -\n 1 file changed, 1 deletion(-)",
    "diff": "diff --git a/app/test-eventdev/test_pipeline_common.c b/app/test-eventdev/test_pipeline_common.c\nindex c67be48e9..b47d76743 100644\n--- a/app/test-eventdev/test_pipeline_common.c\n+++ b/app/test-eventdev/test_pipeline_common.c\n@@ -44,7 +44,6 @@ processed_pkts(struct test_pipeline *t)\n \tuint8_t i;\n \tuint64_t total = 0;\n \n-\trte_smp_rmb();\n \tfor (i = 0; i < t->nb_workers; i++)\n \t\ttotal += t->worker[i].processed_pkts;\n \n",
    "prefixes": [
        "RFC",
        "v1",
        "5/6"
    ]
}