get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 114728,
    "url": "http://patches.dpdk.org/api/patches/114728/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1659993692-17479-2-git-send-email-roretzla@linux.microsoft.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": "<1659993692-17479-2-git-send-email-roretzla@linux.microsoft.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1659993692-17479-2-git-send-email-roretzla@linux.microsoft.com",
    "date": "2022-08-08T21:21:30",
    "name": "[1/3] doc: announce cleanup of rte_{bsf, fls} inline functions type use",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "3737c59f401b6ccbe3731e9234670d6cd9eb6891",
    "submitter": {
        "id": 2077,
        "url": "http://patches.dpdk.org/api/people/2077/?format=api",
        "name": "Tyler Retzlaff",
        "email": "roretzla@linux.microsoft.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1659993692-17479-2-git-send-email-roretzla@linux.microsoft.com/mbox/",
    "series": [
        {
            "id": 24230,
            "url": "http://patches.dpdk.org/api/series/24230/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=24230",
            "date": "2022-08-08T21:21:29",
            "name": "cleanup bsf and fls inline function return types",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/24230/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/114728/comments/",
    "check": "warning",
    "checks": "http://patches.dpdk.org/api/patches/114728/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 mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 32934A0540;\n\tMon,  8 Aug 2022 23:21:54 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id DE04942BA4;\n\tMon,  8 Aug 2022 23:21:40 +0200 (CEST)",
            "from linux.microsoft.com (linux.microsoft.com [13.77.154.182])\n by mails.dpdk.org (Postfix) with ESMTP id E060B42B83\n for <dev@dpdk.org>; Mon,  8 Aug 2022 23:21:36 +0200 (CEST)",
            "by linux.microsoft.com (Postfix, from userid 1086)\n id 13E112109428; Mon,  8 Aug 2022 14:21:36 -0700 (PDT)"
        ],
        "DKIM-Filter": "OpenDKIM Filter v2.11.0 linux.microsoft.com 13E112109428",
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com;\n s=default; t=1659993696;\n bh=M/P9myIibgAEdjsQiEX2+Ph8cqPxUuVjNGsHh/F3Z5Y=;\n h=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n b=RjFu+kmc6R5isQ2ioxcpdz6zS6d87QZvB1sgCAWn3OYNo3QtgQG8mqAwAby09ljxC\n ff+y0gpyIER1UgVabCoj0YKlY1Lr9frWsP0x4ZSlvbf2kFgXJWNExAAzmFZCyEVYI6\n UyAIBuQLMzPTmDWG7qzFm7blSoGBF2q9+DmoPFHE=",
        "From": "Tyler Retzlaff <roretzla@linux.microsoft.com>",
        "To": "dev@dpdk.org",
        "Cc": "thomas@monjalon.net, anatoly.burakov@intel.com, ranjit.menon@intel.com,\n mb@smartsharesystems.com, Tyler Retzlaff <roretzla@microsoft.com>,\n Tyler Retzlaff <roretzla@linux.microsoft.com>",
        "Subject": "[PATCH 1/3] doc: announce cleanup of rte_{bsf,\n fls} inline functions type use",
        "Date": "Mon,  8 Aug 2022 14:21:30 -0700",
        "Message-Id": "<1659993692-17479-2-git-send-email-roretzla@linux.microsoft.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1659993692-17479-1-git-send-email-roretzla@linux.microsoft.com>",
        "References": "<1615418650-19513-1-git-send-email-roretzla@linux.microsoft.com>\n <1659993692-17479-1-git-send-email-roretzla@linux.microsoft.com>",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "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"
    },
    "content": "From: Tyler Retzlaff <roretzla@microsoft.com>\n\nThe cleanup resulted from request to review [1] the following\nfunctions where there appeared to be inconsistency in return type\nor parameter type selections for the following inline functions.\n\nrte_bsf32()\nrte_bsf32_safe()\nrte_bsf64()\nrte_bsf64_safe()\nrte_fls_u32()\nrte_fls_u64()\nrte_log2_u32()\nrte_log2_u64()\n\n[1] http://mails.dpdk.org/archives/dev/2021-March/201590.html\n\nSigned-off-by: Tyler Retzlaff <roretzla@linux.microsoft.com>\n---\n doc/guides/rel_notes/deprecation.rst | 6 ++++++\n 1 file changed, 6 insertions(+)",
    "diff": "diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst\nindex e7583ca..58f4c24 100644\n--- a/doc/guides/rel_notes/deprecation.rst\n+++ b/doc/guides/rel_notes/deprecation.rst\n@@ -17,6 +17,12 @@ Deprecation Notices\n * eal: The function ``rte_eal_remote_launch`` will return new error codes\n   after read or write error on the pipe, instead of calling ``rte_panic``.\n \n+* eal: Fix inline function return and parameter types for rte_{bsf,fls}\n+  inline functions to be consistent in DPDK 22.11.\n+  Change ``rte_bsf64`` return type to  ``uint32_t`` instead of ``int``.\n+  Change ``rte_fls_u32`` return type to ``uint32_t`` instead of ``int``.\n+  Change ``rte_fls_u64`` return type to ``uint32_t`` instead of ``int``.\n+\n * rte_atomicNN_xxx: These APIs do not take memory order parameter. This does\n   not allow for writing optimized code for all the CPU architectures supported\n   in DPDK. DPDK has adopted the atomic operations from\n",
    "prefixes": [
        "1/3"
    ]
}