Show a cover letter.

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

{
    "id": 123670,
    "url": "https://patches.dpdk.org/api/covers/123670/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/20230210103446.1126999-1-adwivedi@marvell.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": "<20230210103446.1126999-1-adwivedi@marvell.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230210103446.1126999-1-adwivedi@marvell.com",
    "date": "2023-02-10T10:34:41",
    "name": "[v2,0/5] remove internal tracepoints from version map",
    "submitter": {
        "id": 1561,
        "url": "https://patches.dpdk.org/api/people/1561/?format=api",
        "name": "Ankur Dwivedi",
        "email": "adwivedi@marvell.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/20230210103446.1126999-1-adwivedi@marvell.com/mbox/",
    "series": [
        {
            "id": 26947,
            "url": "https://patches.dpdk.org/api/series/26947/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=26947",
            "date": "2023-02-10T10:34:41",
            "name": "remove internal tracepoints from version map",
            "version": 2,
            "mbox": "https://patches.dpdk.org/series/26947/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/123670/comments/",
    "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 50E0141C5F;\n\tFri, 10 Feb 2023 11:35:19 +0100 (CET)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 2FEBB40EE6;\n\tFri, 10 Feb 2023 11:35:19 +0100 (CET)",
            "from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com\n [67.231.156.173])\n by mails.dpdk.org (Postfix) with ESMTP id 7250B40687\n for <dev@dpdk.org>; Fri, 10 Feb 2023 11:35:17 +0100 (CET)",
            "from pps.filterd (m0045851.ppops.net [127.0.0.1])\n by mx0b-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id\n 31A80Qwc029197; Fri, 10 Feb 2023 02:35:15 -0800",
            "from dc5-exch01.marvell.com ([199.233.59.181])\n by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3nn71ckubk-1\n (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT);\n Fri, 10 Feb 2023 02:35:15 -0800",
            "from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com\n (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.42;\n Fri, 10 Feb 2023 02:35:13 -0800",
            "from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com\n (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.42 via Frontend\n Transport; Fri, 10 Feb 2023 02:35:13 -0800",
            "from localhost.localdomain (unknown [10.28.36.185])\n by maili.marvell.com (Postfix) with ESMTP id 58EC95B6939;\n Fri, 10 Feb 2023 02:35:11 -0800 (PST)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com;\n h=from : to : cc :\n subject : date : message-id : in-reply-to : references : mime-version :\n content-transfer-encoding : content-type; s=pfpt0220;\n bh=2iQNCvd+noPrWlpd+SqW6dIDa5evpUsoQB8llDz0j88=;\n b=XhmwUM8s204/szZK2wVgm4S2qhssKkJnJpWkN21nt3c5cV6zgilXXIvvfwnThMQP+tkn\n IOLTwvY0qvc7yGaG5zOWMZmVMvAdxrnzCS+R9uqKFsq+cxI/psHPjHWhRdAiHBqyHJTN\n NhdioUE9af3RiXvrGJvF9JUmn59tKlk4DOjHg/VCHHQ80RIOlnlUvCNGf/Iasz/aC9n9\n UftlwPwSlM01RUEqvo4lZG8k2q2EB/KxzOw64TokoltlNJskICzzrpuiBCujex+dq0Lb\n BKLTCPs3Z0hUPWA4bx62w/romDlDeVsLITE+5owXsRGrDdsQmHLZySYJYh7CDh1X4wZ9 MA==",
        "From": "Ankur Dwivedi <adwivedi@marvell.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<thomas@monjalon.net>, <david.marchand@redhat.com>,\n <ferruh.yigit@amd.com>,\n <jerinj@marvell.com>, Ankur Dwivedi <adwivedi@marvell.com>",
        "Subject": "[PATCH v2 0/5] remove internal tracepoints from version map",
        "Date": "Fri, 10 Feb 2023 16:04:41 +0530",
        "Message-ID": "<20230210103446.1126999-1-adwivedi@marvell.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20230209133019.933380-1-adwivedi@marvell.com>",
        "References": "<20230209133019.933380-1-adwivedi@marvell.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain",
        "X-Proofpoint-ORIG-GUID": "GA3Z5HPoKEJiC8JhtFuwKlUpLUweUPhH",
        "X-Proofpoint-GUID": "GA3Z5HPoKEJiC8JhtFuwKlUpLUweUPhH",
        "X-Proofpoint-Virus-Version": "vendor=baseguard\n engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.170.22\n definitions=2023-02-10_05,2023-02-09_03,2023-02-09_01",
        "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 internal tracepoints of a library are not needed to be exported in\nversion.map file, as they will not be called from outside the library.\nThe fast path tracepoints which are called from outside the library needs\nto be exported in version.map.\nThis patch removes the internal tracepoints from version.map for mempool,\ncryptodev, eal, ethdev and eventdev library.\n\nv2:\n - Removed the internal tracepoint header files from meson.build.\n - Updated the trace document in\n   \"eal: remove internal tracepoints from version map\"\n - Added acked by from Ferruh for\n   \"ethdev: remove internal tracepoints from version map\"\n\nAnkur Dwivedi (5):\n  mempool: remove internal tracepoints from version map\n  cryptodev: remove internal tracepoints from version map\n  eal: remove internal tracepoints from version map\n  ethdev: remove internal tracepoints from version map\n  eventdev: remove internal tracepoints from version map\n\n doc/guides/prog_guide/trace_lib.rst           |  18 +-\n ...te_cryptodev_trace.h => cryptodev_trace.h} |   6 +-\n lib/cryptodev/cryptodev_trace_points.c        |   2 +-\n lib/cryptodev/meson.build                     |   1 -\n lib/cryptodev/rte_cryptodev.c                 |   2 +-\n lib/cryptodev/version.map                     |  62 ------\n lib/eal/common/eal_common_launch.c            |   2 +-\n lib/eal/common/eal_common_memzone.c           |   2 +-\n lib/eal/common/eal_common_thread.c            |   2 +-\n lib/eal/common/eal_common_trace_points.c      |   2 +\n lib/eal/common/rte_malloc.c                   |   2 +-\n lib/eal/freebsd/eal_alarm.c                   |   2 +-\n lib/eal/freebsd/eal_interrupts.c              |   2 +-\n lib/eal/include/eal_trace_internal.h          | 182 ++++++++++++++++++\n lib/eal/include/rte_eal_trace.h               | 158 ---------------\n lib/eal/linux/eal_alarm.c                     |   2 +-\n lib/eal/linux/eal_interrupts.c                |   2 +-\n lib/eal/version.map                           |  15 --\n lib/eal/windows/eal_alarm.c                   |   3 +-\n lib/ethdev/version.map                        |   6 -\n lib/eventdev/version.map                      |  30 ---\n .../{rte_mempool_trace.h => mempool_trace.h}  |   6 +-\n lib/mempool/mempool_trace_points.c            |   2 +-\n lib/mempool/meson.build                       |   1 -\n lib/mempool/rte_mempool.c                     |   2 +-\n lib/mempool/rte_mempool_ops.c                 |   2 +-\n lib/mempool/version.map                       |  14 --\n 27 files changed, 213 insertions(+), 317 deletions(-)\n rename lib/cryptodev/{rte_cryptodev_trace.h => cryptodev_trace.h} (99%)\n create mode 100644 lib/eal/include/eal_trace_internal.h\n rename lib/mempool/{rte_mempool_trace.h => mempool_trace.h} (98%)"
}