get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 123503,
    "url": "https://patches.dpdk.org/api/patches/123503/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20230209063610.35501-1-fengchengwen@huawei.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": "<20230209063610.35501-1-fengchengwen@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230209063610.35501-1-fengchengwen@huawei.com",
    "date": "2023-02-09T06:36:04",
    "name": "[v14,0/6] introduce memarea library",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2146,
        "url": "https://patches.dpdk.org/api/people/2146/?format=api",
        "name": "fengchengwen",
        "email": "fengchengwen@huawei.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20230209063610.35501-1-fengchengwen@huawei.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/123503/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/123503/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 8F71741C49;\n\tThu,  9 Feb 2023 07:42:30 +0100 (CET)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id B919E42B8E;\n\tThu,  9 Feb 2023 07:42:22 +0100 (CET)",
            "from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255])\n by mails.dpdk.org (Postfix) with ESMTP id DAD2C410EA\n for <dev@dpdk.org>; Thu,  9 Feb 2023 07:42:17 +0100 (CET)",
            "from dggpeml500024.china.huawei.com (unknown [172.30.72.57])\n by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4PC6g61CBvz16NWm;\n Thu,  9 Feb 2023 14:40:02 +0800 (CST)",
            "from localhost.localdomain (10.50.163.32) by\n dggpeml500024.china.huawei.com (7.185.36.10) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id\n 15.1.2375.34; Thu, 9 Feb 2023 14:42:14 +0800"
        ],
        "From": "Chengwen Feng <fengchengwen@huawei.com>",
        "To": "<thomas@monjalon.net>, <david.marchand@redhat.com>",
        "CC": "<dev@dpdk.org>, <mb@smartsharesystems.com>, <anatoly.burakov@intel.com>,\n <dmitry.kozliuk@gmail.com>, <jerinjacobk@gmail.com>, <hofors@lysator.liu.se>,\n <stephen@networkplumber.org>",
        "Subject": "[PATCH v14 0/6] introduce memarea library",
        "Date": "Thu, 9 Feb 2023 06:36:04 +0000",
        "Message-ID": "<20230209063610.35501-1-fengchengwen@huawei.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20220721044648.6817-1-fengchengwen@huawei.com>",
        "References": "<20220721044648.6817-1-fengchengwen@huawei.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=\"UTF-8\"",
        "Content-Transfer-Encoding": "8bit",
        "X-Originating-IP": "[10.50.163.32]",
        "X-ClientProxiedBy": "dggems706-chm.china.huawei.com (10.3.19.183) To\n dggpeml500024.china.huawei.com (7.185.36.10)",
        "X-CFilter-Loop": "Reflected",
        "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": "The memarea library is an allocator of variable-size object which based\non a memory region. The main features are as follows:\n\n- The memory region can be initialized from the following memory\n  sources:\n  1. HEAP: e.g. invoke rte_malloc_socket.\n  2. LIBC: e.g. invoke posix_memalign.\n  3. Another memarea: it can be from another memarea.\n\n- It supports MT-safe as long as it's specified at creation time.\n\nNote:\na) The memarea is oriented towards the application layer, which could\nprovides 'region-based memory management' [1] function.\nb) The eal library also provide memory zone/heap management, but these\nare tied to huge pages management.\n\n[1] https://en.wikipedia.org/wiki/Region-based_memory_management\n\nChengwen Feng (6):\n  memarea: introduce memarea library\n  test/memarea: support memarea test\n  memarea: support alloc and free API\n  test/memarea: support alloc and free API test\n  memarea: support dump API\n  test/memarea: support dump API test\n\n---\nv14:\n* address Stephen's comments: RTE_MEMAREA_LOG use easy impl and add\n  __func__ print.\nv13:\n* address Morten's comments: make debug cookies optional, controlled\n  by RTE_LIBRTE_MEMAREA_DEBUG; disabled by default.\n* reduce management data overhead.\nv12:\n* remove rte_memarea_refcnt_update() API which address Dongdong's\n  comments.\n* refine the variable naming.\n* fix some bugs.\nv11:\n* rebase 23.03\n* remove \"app/test: add memarea to malloc-perf-autotest\" because the\n  two algorithm are not comparable which also address previous\n  comments.\nv10:\n* support windows platform.\n* add rte_memarea.libc perftest to malloc-perf-autotest.\nv9:\n* address Dmitry's comments.\n* drop features of SOURCE_USER and backup memarea mechanism.\n* rename rte_memarea_update_refcnt to rte_memarea_refcnt_update\n  to keep with rte_mbuf_refcnt_update name style.\n* fix memarea perftest compile failed at windows platform.\n* fix spell warning.\nv8:\n* address Mattias's comments (rename ALG_DEFAULT with ALG_NEXTFIT).\n* small feature patches are combined.\n* enhanced backup memory mechanism.\n* add memarea to malloc-perf-autotest.\n* other tiny naming optimize.\nv7:\n* repost patches as there are spread over different series in patchwork.\nv6:\n* address Mattias's comments.\nv5:\n* fix 09/10 patch spell warning.\nv4:\n* repost patches as there are spread over different series in patchwork.\nv3:\n* add memory source of RTE memory.\n* add algorithm field to facilitate the introduction of new algorithms.\n* fix memarea log don't output problem.\nv2:\n* fix compile issues reported by dpdk-test-report.\n* address Dimitry and Jerin's comments.\n* add no MT-safe test.\n\n MAINTAINERS                            |   6 +\n app/test/meson.build                   |   2 +\n app/test/test_memarea.c                | 297 ++++++++++++++++\n doc/api/doxy-api-index.md              |   3 +-\n doc/api/doxy-api.conf.in               |   1 +\n doc/guides/prog_guide/index.rst        |   1 +\n doc/guides/prog_guide/memarea_lib.rst  |  55 +++\n doc/guides/rel_notes/release_23_03.rst |   6 +\n lib/memarea/memarea_private.h          |  58 ++++\n lib/memarea/meson.build                |  10 +\n lib/memarea/rte_memarea.c              | 448 +++++++++++++++++++++++++\n lib/memarea/rte_memarea.h              | 185 ++++++++++\n lib/memarea/version.map                |  15 +\n lib/meson.build                        |   1 +\n 14 files changed, 1087 insertions(+), 1 deletion(-)\n create mode 100644 app/test/test_memarea.c\n create mode 100644 doc/guides/prog_guide/memarea_lib.rst\n create mode 100644 lib/memarea/memarea_private.h\n create mode 100644 lib/memarea/meson.build\n create mode 100644 lib/memarea/rte_memarea.c\n create mode 100644 lib/memarea/rte_memarea.h\n create mode 100644 lib/memarea/version.map",
    "diff": null,
    "prefixes": [
        "v14",
        "0/6"
    ]
}