get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 130311,
    "url": "http://patchwork.dpdk.org/api/patches/130311/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20230815013826.1288972-6-okaya@kernel.org/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<20230815013826.1288972-6-okaya@kernel.org>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230815013826.1288972-6-okaya@kernel.org",
    "date": "2023-08-15T01:38:24",
    "name": "[v1,5/7] eal_memory: skip initialization",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "044378babb3f0e712c6db3cf6b9164a6e8ff500a",
    "submitter": {
        "id": 2903,
        "url": "http://patchwork.dpdk.org/api/people/2903/?format=api",
        "name": "Sinan Kaya",
        "email": "okaya@kernel.org"
    },
    "delegate": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20230815013826.1288972-6-okaya@kernel.org/mbox/",
    "series": [
        {
            "id": 29223,
            "url": "http://patchwork.dpdk.org/api/series/29223/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=29223",
            "date": "2023-08-15T01:38:19",
            "name": "support reinit flow",
            "version": 1,
            "mbox": "http://patchwork.dpdk.org/series/29223/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/patches/130311/comments/",
    "check": "warning",
    "checks": "http://patchwork.dpdk.org/api/patches/130311/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 74AD643067;\n\tTue, 15 Aug 2023 03:39:08 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id C56ED4326F;\n\tTue, 15 Aug 2023 03:38:44 +0200 (CEST)",
            "from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217])\n by mails.dpdk.org (Postfix) with ESMTP id AD43043036\n for <dev@dpdk.org>; Tue, 15 Aug 2023 03:38:38 +0200 (CEST)",
            "from smtp.kernel.org (relay.kernel.org [52.25.139.140])\n (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n key-exchange X25519 server-signature RSA-PSS (2048 bits))\n (No client certificate requested)\n by dfw.source.kernel.org (Postfix) with ESMTPS id 3AE526133D;\n Tue, 15 Aug 2023 01:38:38 +0000 (UTC)",
            "by smtp.kernel.org (Postfix) with ESMTPSA id 5638AC433CA;\n Tue, 15 Aug 2023 01:38:37 +0000 (UTC)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org;\n s=k20201202; t=1692063517;\n bh=D81Mme+vg6LTteTrCq5RBoyNOoHKhEG8hMgrs4+14+Y=;\n h=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n b=Q5V/+sy2h8X1EaK+JFRHfzPEdC1RHzjQU/LO5CIyqq696F1jHrxPkeW89uTYXKQqd\n rX768KPoyoQ1Yed4HHMQG4TH8CISmtULXzgcZrB8GvqO3YPazqexpCNvLYbbNMudq3\n WZMzPO6nJgmrUOCq9phuPtFZeGCf1nplHeKzOOTuBiHP6/XX8oPvBO9sv0SDMxydfa\n fNdC83S/F2bnWXT3nlinj+akZzsYtO60eCtO9tyKtTvsklYgX/jgCcBckjDoUqBFY+\n ooyAwykQurev0dUzeuikTSkY9wFRTlpyDXYQ92ipQHOcGjTQQTp72MAiPwsSZTqIXN\n 0oP3Ekrtn2Klw==",
        "From": "okaya@kernel.org",
        "To": "Anatoly Burakov <anatoly.burakov@intel.com>",
        "Cc": "dev@dpdk.org,\n\tSinan Kaya <okaya@kernel.org>",
        "Subject": "[PATCH v1 5/7] eal_memory: skip initialization",
        "Date": "Mon, 14 Aug 2023 21:38:24 -0400",
        "Message-Id": "<20230815013826.1288972-6-okaya@kernel.org>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20230815013826.1288972-1-okaya@kernel.org>",
        "References": "<20230815013826.1288972-1-okaya@kernel.org>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "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: Sinan Kaya <okaya@kernel.org>\n\nInitialize heap area just once.\n\nSigned-off-by: Sinan Kaya <okaya@kernel.org>\n---\n lib/eal/common/eal_common_memory.c | 5 +++++\n lib/eal/common/malloc_heap.c       | 6 ++++++\n 2 files changed, 11 insertions(+)",
    "diff": "diff --git a/lib/eal/common/eal_common_memory.c b/lib/eal/common/eal_common_memory.c\nindex 688dc615d7..e342eeb806 100644\n--- a/lib/eal/common/eal_common_memory.c\n+++ b/lib/eal/common/eal_common_memory.c\n@@ -1084,10 +1084,14 @@ rte_eal_memory_init(void)\n \n \tint retval;\n \tRTE_LOG(DEBUG, EAL, \"Setting up physically contiguous memory...\\n\");\n+\tstatic int initialized = 0;\n \n \tif (!mcfg)\n \t\treturn -1;\n \n+\tif (initialized)\n+\t\treturn 0;\n+\n \t/* lock mem hotplug here, to prevent races while we init */\n \trte_mcfg_mem_read_lock();\n \n@@ -1106,6 +1110,7 @@ rte_eal_memory_init(void)\n \tif (internal_conf->no_shconf == 0 && rte_eal_memdevice_init() < 0)\n \t\tgoto fail;\n \n+\tinitialized = true;\n \treturn 0;\n fail:\n \trte_mcfg_mem_read_unlock();\ndiff --git a/lib/eal/common/malloc_heap.c b/lib/eal/common/malloc_heap.c\nindex 6eb6fcda5e..4c5f8aed0b 100644\n--- a/lib/eal/common/malloc_heap.c\n+++ b/lib/eal/common/malloc_heap.c\n@@ -1405,6 +1405,10 @@ rte_eal_malloc_heap_init(void)\n \tunsigned int i;\n \tconst struct internal_config *internal_conf =\n \t\teal_get_internal_configuration();\n+\tstatic int initialized = 0;\n+\n+\tif (initialized)\n+\t\treturn 0;\n \n \tif (internal_conf->match_allocations)\n \t\tRTE_LOG(DEBUG, EAL, \"Hugepages will be freed exactly as allocated.\\n\");\n@@ -1443,6 +1447,8 @@ rte_eal_malloc_heap_init(void)\n \tif (rte_eal_process_type() != RTE_PROC_PRIMARY)\n \t\treturn 0;\n \n+\tinitialized = true;\n+\n \t/* add all IOVA-contiguous areas to the heap */\n \treturn rte_memseg_contig_walk(malloc_add_seg, NULL);\n }\n",
    "prefixes": [
        "v1",
        "5/7"
    ]
}