Show a cover letter.

GET /api/covers/48849/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 48849,
    "url": "http://patchwork.dpdk.org/api/covers/48849/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/cover.1544788118.git.anatoly.burakov@intel.com/",
    "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": "<cover.1544788118.git.anatoly.burakov@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1544788118.git.anatoly.burakov@intel.com",
    "date": "2018-12-14T11:50:55",
    "name": "[v2,0/4] Allow using external memory without malloc",
    "submitter": {
        "id": 4,
        "url": "http://patchwork.dpdk.org/api/people/4/?format=api",
        "name": "Anatoly Burakov",
        "email": "anatoly.burakov@intel.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/cover.1544788118.git.anatoly.burakov@intel.com/mbox/",
    "series": [
        {
            "id": 2778,
            "url": "http://patchwork.dpdk.org/api/series/2778/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=2778",
            "date": "2018-12-14T11:50:55",
            "name": "Allow using external memory without malloc",
            "version": 2,
            "mbox": "http://patchwork.dpdk.org/series/2778/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/48849/comments/",
    "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 EAB911B9A3;\n\tFri, 14 Dec 2018 12:51:08 +0100 (CET)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id 1402D1B1EA\n\tfor <dev@dpdk.org>; Fri, 14 Dec 2018 12:51:06 +0100 (CET)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n\tby orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t14 Dec 2018 03:51:06 -0800",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby fmsmga006.fm.intel.com with ESMTP; 14 Dec 2018 03:51:04 -0800",
            "from sivswdev05.ir.intel.com (sivswdev05.ir.intel.com\n\t[10.243.17.64])\n\tby irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id\n\twBEBp4js005253; Fri, 14 Dec 2018 11:51:04 GMT",
            "from sivswdev05.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev05.ir.intel.com with ESMTP id wBEBp4Gb007494;\n\tFri, 14 Dec 2018 11:51:04 GMT",
            "(from aburakov@localhost)\n\tby sivswdev05.ir.intel.com with LOCAL id wBEBoxVn007484;\n\tFri, 14 Dec 2018 11:50:59 GMT"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.56,352,1539673200\"; d=\"scan'208\";a=\"302170773\"",
        "From": "Anatoly Burakov <anatoly.burakov@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "shahafs@mellanox.com, yskoh@mellanox.com, thomas@monjalon.net,\n\tshreyansh.jain@nxp.com",
        "Date": "Fri, 14 Dec 2018 11:50:55 +0000",
        "Message-Id": "<cover.1544788118.git.anatoly.burakov@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "In-Reply-To": "<cover.1543495935.git.anatoly.burakov@intel.com>",
        "References": "<cover.1543495935.git.anatoly.burakov@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/4] Allow using external memory without malloc",
        "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": "Currently, the only way to use externally allocated memory\nis through rte_malloc API's. While this is fine for a lot\nof use cases, it may not be suitable for certain other use\ncases like manual memory management, etc.\n\nThis patchset adds another API to register memory segments\nwith DPDK (so that API's like ``rte_mem_virt2memseg`` could\nbe relied on by PMD's and such), but not create a malloc\nheap out of them.\n\nAside from the obvious (not adding memory to a heap), the\nother major difference between this API and the\n``rte_malloc_heap_*`` external memory functions is the fact\nthat no DMA mapping is performed automatically, as well as\nno mem event callbacks are triggered.\n\nThis really draws a line in the sand, and there are now two\nways of doing things - do everything automatically (using\nthe ``rte_malloc_heap_*`` API's), or do everything manually\n(``rte_extmem_*`` and future DMA mapping API [1] that would\nreplace ``rte_vfio_dma_map``). This way, the consistency of\nAPI is kept, and flexibility is also allowed.\n\n[1] https://mails.dpdk.org/archives/dev/2018-November/118175.html\n\nAnatoly Burakov (4):\n  malloc: separate creating memseg list and malloc heap\n  malloc: separate destroying memseg list and heap data\n  mem: allow registering external memory areas\n  mem: allow usage of non-heap external memory in multiprocess\n\n .../prog_guide/env_abstraction_layer.rst      |  63 +++++++--\n doc/guides/rel_notes/release_19_02.rst        |   6 +\n lib/librte_eal/common/eal_common_memory.c     | 119 +++++++++++++++++\n lib/librte_eal/common/include/rte_memory.h    | 122 ++++++++++++++++++\n lib/librte_eal/common/malloc_heap.c           | 104 +++++++++++----\n lib/librte_eal/common/malloc_heap.h           |  15 ++-\n lib/librte_eal/common/rte_malloc.c            | 115 +++++++----------\n lib/librte_eal/rte_eal_version.map            |   4 +\n 8 files changed, 443 insertions(+), 105 deletions(-)"
}