Show a cover letter.

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

{
    "id": 94527,
    "url": "https://patches.dpdk.org/api/covers/94527/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1624053294-31255-1-git-send-email-navasile@linux.microsoft.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": "<1624053294-31255-1-git-send-email-navasile@linux.microsoft.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1624053294-31255-1-git-send-email-navasile@linux.microsoft.com",
    "date": "2021-06-18T21:54:48",
    "name": "[0/6] Enable the internal EAL thread API",
    "submitter": {
        "id": 1668,
        "url": "https://patches.dpdk.org/api/people/1668/?format=api",
        "name": "Narcisa Ana Maria Vasile",
        "email": "navasile@linux.microsoft.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/1624053294-31255-1-git-send-email-navasile@linux.microsoft.com/mbox/",
    "series": [
        {
            "id": 17403,
            "url": "https://patches.dpdk.org/api/series/17403/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=17403",
            "date": "2021-06-18T21:54:48",
            "name": "Enable the internal EAL thread API",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/17403/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/94527/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 54534A0A0C;\n\tFri, 18 Jun 2021 23:55:31 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id C8319410DE;\n\tFri, 18 Jun 2021 23:55:30 +0200 (CEST)",
            "from linux.microsoft.com (linux.microsoft.com [13.77.154.182])\n by mails.dpdk.org (Postfix) with ESMTP id 7CAC240150\n for <dev@dpdk.org>; Fri, 18 Jun 2021 23:55:29 +0200 (CEST)",
            "by linux.microsoft.com (Postfix, from userid 1059)\n id CCC4720B7178; Fri, 18 Jun 2021 14:55:28 -0700 (PDT)"
        ],
        "DKIM-Filter": "OpenDKIM Filter v2.11.0 linux.microsoft.com CCC4720B7178",
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com;\n s=default; t=1624053328;\n bh=h43AfSj6VLS+rEjghBj2EZhSSNhVZ/Ycz2bR0Ez/c+Q=;\n h=From:To:Cc:Subject:Date:From;\n b=sZcJCyNF3ZPr13CCg3aGS5CnUKnug1OgPFslrmaYdJ4QhKQOzDvrfwXZKb3RGWe3L\n GeoKR3RP51vG6LiI8LRCGIrJgTtMqsoguUNFrDTAX9QimCP3t1KmltTo2Wxi2dK/SE\n 0JHHrKdc9oxeUVV9IsBVlY3ti2mSpruOXB80hLP0=",
        "From": "Narcisa Ana Maria Vasile <navasile@linux.microsoft.com>",
        "To": "dev@dpdk.org, thomas@monjalon.net, dmitry.kozliuk@gmail.com,\n khot@microsoft.com, navasile@microsoft.com, dmitrym@microsoft.com,\n roretzla@microsoft.com, talshn@nvidia.com, ocardona@microsoft.com",
        "Cc": "bruce.richardson@intel.com, david.marchand@redhat.com,\n pallavi.kadam@intel.com",
        "Date": "Fri, 18 Jun 2021 14:54:48 -0700",
        "Message-Id": "<1624053294-31255-1-git-send-email-navasile@linux.microsoft.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "Subject": "[dpdk-dev] [PATCH 0/6] Enable the internal EAL thread API",
        "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",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "From: Narcisa Vasile <navasile@microsoft.com>\n\nThis patchset enables the new EAL thread API.\nRename pthread* with rte_thread* corresponding symbols.\nSet thread attributes.\nAdd option for choosing between internal API or external lib.\n\nDepends-on: series-17402 (\"eal: Add EAL API for threading\")\n\nNarcisa Vasile (6):\n  eal: add function that sets thread name\n  eal: add function for control thread creation\n  Enable the new EAL thread API in app, drivers and examples\n  lib: enable the new EAL thread API\n  eal: set affinity and priority attributes\n  Allow choice between internal EAL thread API and external lib\n\n app/test/process.h                            |   8 +-\n app/test/test_lcores.c                        |  18 +-\n app/test/test_link_bonding.c                  |  14 +-\n app/test/test_lpm_perf.c                      |  12 +-\n config/meson.build                            |   1 -\n drivers/bus/dpaa/base/qbman/bman_driver.c     |   5 +-\n drivers/bus/dpaa/base/qbman/dpaa_sys.c        |  14 +-\n drivers/bus/dpaa/base/qbman/process.c         |   6 +-\n drivers/bus/dpaa/dpaa_bus.c                   |  14 +-\n drivers/bus/fslmc/portal/dpaa2_hw_dpio.c      |  19 +-\n drivers/common/dpaax/compat.h                 |   2 +-\n drivers/common/mlx5/windows/mlx5_common_os.h  |   1 +\n drivers/compress/mlx5/mlx5_compress.c         |  10 +-\n drivers/event/dlb2/dlb2.c                     |   2 +-\n drivers/event/dlb2/pf/base/dlb2_osdep.h       |   7 +-\n drivers/mempool/dpaa/dpaa_mempool.c           |   2 +-\n drivers/net/af_xdp/rte_eth_af_xdp.c           |  18 +-\n drivers/net/ark/ark_ethdev.c                  |   4 +-\n drivers/net/ark/ark_pktgen.c                  |   4 +-\n drivers/net/atlantic/atl_ethdev.c             |   4 +-\n drivers/net/atlantic/atl_types.h              |   4 +-\n .../net/atlantic/hw_atl/hw_atl_utils_fw2x.c   |  26 +--\n drivers/net/axgbe/axgbe_common.h              |   2 +-\n drivers/net/axgbe/axgbe_dev.c                 |   8 +-\n drivers/net/axgbe/axgbe_ethdev.c              |   8 +-\n drivers/net/axgbe/axgbe_ethdev.h              |   8 +-\n drivers/net/axgbe/axgbe_i2c.c                 |   4 +-\n drivers/net/axgbe/axgbe_mdio.c                |   8 +-\n drivers/net/axgbe/axgbe_phy_impl.c            |   6 +-\n drivers/net/bnxt/bnxt.h                       |  16 +-\n drivers/net/bnxt/bnxt_cpr.c                   |   4 +-\n drivers/net/bnxt/bnxt_ethdev.c                |  54 ++---\n drivers/net/bnxt/bnxt_irq.c                   |   8 +-\n drivers/net/bnxt/bnxt_reps.c                  |  10 +-\n drivers/net/bnxt/tf_ulp/bnxt_ulp.c            |  34 ++--\n drivers/net/bnxt/tf_ulp/bnxt_ulp.h            |   4 +-\n drivers/net/bnxt/tf_ulp/ulp_fc_mgr.c          |  28 +--\n drivers/net/bnxt/tf_ulp/ulp_fc_mgr.h          |   2 +-\n drivers/net/dpaa/dpaa_ethdev.c                |   2 +-\n drivers/net/dpaa/dpaa_rxtx.c                  |   2 +-\n drivers/net/ena/base/ena_plat_dpdk.h          |  15 +-\n drivers/net/enic/enic.h                       |   2 +-\n drivers/net/ice/ice_dcf_parent.c              |   8 +-\n drivers/net/ixgbe/ixgbe_ethdev.c              |   6 +-\n drivers/net/ixgbe/ixgbe_ethdev.h              |   2 +-\n drivers/net/mlx5/linux/mlx5_os.c              |   2 +-\n drivers/net/mlx5/mlx5.c                       |  20 +-\n drivers/net/mlx5/mlx5.h                       |   2 +-\n drivers/net/mlx5/mlx5_txpp.c                  |   8 +-\n drivers/net/mlx5/windows/mlx5_flow_os.c       |  10 +-\n drivers/net/mlx5/windows/mlx5_os.c            |   2 +-\n drivers/net/qede/base/bcm_osal.h              |   8 +-\n drivers/net/vhost/rte_eth_vhost.c             |  24 +--\n .../net/virtio/virtio_user/virtio_user_dev.c  |  30 +--\n .../net/virtio/virtio_user/virtio_user_dev.h  |   2 +-\n drivers/vdpa/ifc/ifcvf_vdpa.c                 |  49 +++--\n drivers/vdpa/mlx5/mlx5_vdpa.c                 |  24 +--\n drivers/vdpa/mlx5/mlx5_vdpa.h                 |   4 +-\n drivers/vdpa/mlx5/mlx5_vdpa_event.c           |  51 ++---\n examples/kni/main.c                           |   1 +\n .../pthread_shim/pthread_shim.h               |   1 +\n lib/eal/common/eal_common_options.c           |   6 +-\n lib/eal/common/eal_common_thread.c            | 105 +++++++++-\n lib/eal/common/eal_common_trace.c             |   1 +\n lib/eal/common/eal_private.h                  |   2 +-\n lib/eal/common/eal_thread.h                   |   6 +\n lib/eal/common/malloc_mp.c                    |   2 +\n lib/eal/common/rte_thread.c                   |  17 ++\n lib/eal/freebsd/eal.c                         |  53 +++--\n lib/eal/freebsd/eal_alarm.c                   |  12 +-\n lib/eal/freebsd/eal_interrupts.c              |   6 +-\n lib/eal/freebsd/eal_thread.c                  |  10 +-\n lib/eal/include/rte_lcore.h                   |   6 +\n lib/eal/include/rte_per_lcore.h               |   2 +-\n lib/eal/include/rte_thread.h                  |  45 ++++\n lib/eal/linux/eal.c                           |  55 +++--\n lib/eal/linux/eal_alarm.c                     |  10 +-\n lib/eal/linux/eal_interrupts.c                |   8 +-\n lib/eal/linux/eal_thread.c                    |  11 +-\n lib/eal/linux/eal_timer.c                     |   6 +-\n lib/eal/version.map                           |   6 +-\n lib/eal/windows/eal.c                         |  44 +++-\n lib/eal/windows/eal_interrupts.c              |  10 +-\n lib/eal/windows/eal_thread.c                  |  35 +---\n lib/eal/windows/eal_windows.h                 |  10 -\n lib/eal/windows/include/pthread.h             | 192 ------------------\n lib/eal/windows/include/rte_windows.h         |   1 +\n lib/eal/windows/meson.build                   |   7 +-\n lib/eal/windows/rte_thread.c                  |  60 ++++++\n lib/ethdev/rte_ethdev.c                       |   4 +-\n lib/ethdev/rte_ethdev_core.h                  |   4 +-\n lib/ethdev/rte_flow.c                         |   4 +-\n lib/eventdev/rte_event_eth_rx_adapter.c       |   1 +\n lib/vhost/vhost.c                             |   1 +\n meson_options.txt                             |   2 +\n 95 files changed, 764 insertions(+), 654 deletions(-)\n delete mode 100644 lib/eal/windows/include/pthread.h"
}