Show a cover letter.

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

{
    "id": 77319,
    "url": "http://patches.dpdk.org/api/covers/77319/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1599801997-19880-1-git-send-email-phil.yang@arm.com/",
    "project": {
        "id": 1,
        "url": "http://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": "<1599801997-19880-1-git-send-email-phil.yang@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1599801997-19880-1-git-send-email-phil.yang@arm.com",
    "date": "2020-09-11T05:26:35",
    "name": "[v2,0/2] remove RTE CIO barriers",
    "submitter": {
        "id": 833,
        "url": "http://patches.dpdk.org/api/people/833/?format=api",
        "name": "Phil Yang",
        "email": "phil.yang@arm.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1599801997-19880-1-git-send-email-phil.yang@arm.com/mbox/",
    "series": [
        {
            "id": 12128,
            "url": "http://patches.dpdk.org/api/series/12128/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=12128",
            "date": "2020-09-11T05:26:35",
            "name": "remove RTE CIO barriers",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/12128/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/77319/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 9AB70A04B5;\n\tFri, 11 Sep 2020 07:26:41 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 02D648F96;\n\tFri, 11 Sep 2020 07:26:41 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by dpdk.org (Postfix) with ESMTP id 2E542255\n for <dev@dpdk.org>; Fri, 11 Sep 2020 07:26:40 +0200 (CEST)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14])\n by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AFA68106F;\n Thu, 10 Sep 2020 22:26:39 -0700 (PDT)",
            "from phil-VirtualBox.shanghai.arm.com\n (phil-VirtualBox.shanghai.arm.com [10.169.182.49])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D839E3F66E;\n Thu, 10 Sep 2020 22:26:37 -0700 (PDT)"
        ],
        "From": "Phil Yang <phil.yang@arm.com>",
        "To": "dev@dpdk.org",
        "Cc": "Honnappa.Nagarahalli@arm.com, Ruifeng.Wang@arm.com, joyce.kong@arm.com,\n nd@arm.com",
        "Date": "Fri, 11 Sep 2020 13:26:35 +0800",
        "Message-Id": "<1599801997-19880-1-git-send-email-phil.yang@arm.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1598258441-15696-1-git-send-email-phil.yang@arm.com>",
        "References": "<1598258441-15696-1-git-send-email-phil.yang@arm.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] remove RTE CIO barriers",
        "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 <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": "Since rte_cio_*mb APIs have been deprecated[1], remove them and use\nrte_io_*mb APIs instead.\n\n[1] http://code.dpdk.org/dpdk/latest/source/doc/guides/rel_notes/deprecation.rst#L100\n\nv2:\nUpdate 20.11 release note by adding these API change announcement. (Honnappa)\n\nv1:\nInitial version.\n\nPhil Yang (2):\n  drivers: replace RTE CIO barriers with RTE IO barriers\n  eal: remove RTE CIO barriers\n\n doc/guides/rel_notes/release_20_11.rst        |  3 +++\n drivers/common/mlx5/mlx5_common.h             |  2 +-\n drivers/crypto/octeontx2/otx2_cryptodev_ops.c |  2 +-\n drivers/crypto/octeontx2/otx2_cryptodev_sec.c |  4 +--\n drivers/event/octeontx/ssovf_worker.c         |  6 ++---\n drivers/event/octeontx2/otx2_worker.h         |  2 +-\n drivers/net/bnxt/bnxt_hwrm.c                  |  2 +-\n drivers/net/bnxt/bnxt_ring.h                  |  6 ++---\n drivers/net/e1000/em_rxtx.c                   |  2 +-\n drivers/net/i40e/i40e_rxtx.c                  |  2 +-\n drivers/net/i40e/i40e_rxtx_vec_neon.c         |  4 +--\n drivers/net/mlx5/mlx5_flow.c                  |  2 +-\n drivers/net/mlx5/mlx5_flow_dv.c               |  2 +-\n drivers/net/mlx5/mlx5_rxq.c                   | 12 ++++-----\n drivers/net/mlx5/mlx5_rxtx.c                  | 16 +++++------\n drivers/net/mlx5/mlx5_rxtx.h                  |  2 +-\n drivers/net/mlx5/mlx5_rxtx_vec.h              |  2 +-\n drivers/net/mlx5/mlx5_rxtx_vec_altivec.h      |  2 +-\n drivers/net/mlx5/mlx5_rxtx_vec_neon.h         |  4 +--\n drivers/net/mlx5/mlx5_rxtx_vec_sse.h          |  2 +-\n drivers/net/mlx5/mlx5_txq.c                   |  4 +--\n drivers/net/octeontx/octeontx_rxtx.h          |  2 +-\n drivers/net/octeontx2/otx2_ethdev_sec.c       |  2 +-\n drivers/net/octeontx2/otx2_ethdev_sec_tx.h    |  2 +-\n drivers/net/octeontx2/otx2_rx.c               |  2 +-\n drivers/net/octeontx2/otx2_tx.c               |  6 ++---\n drivers/net/virtio/virtio_rxtx.c              |  2 +-\n drivers/net/virtio/virtio_rxtx_simple_neon.c  |  2 +-\n drivers/net/virtio/virtqueue.h                | 26 +++++++++---------\n drivers/raw/octeontx2_ep/otx2_ep_enqdeq.c     |  4 +--\n drivers/regex/mlx5/mlx5_regex_fastpath.c      |  4 +--\n lib/librte_eal/arm/include/rte_atomic_32.h    |  4 ---\n lib/librte_eal/arm/include/rte_atomic_64.h    |  4 ---\n lib/librte_eal/include/generic/rte_atomic.h   | 39 ---------------------------\n lib/librte_eal/ppc/include/rte_atomic.h       |  4 ---\n lib/librte_eal/x86/include/rte_atomic.h       |  4 ---\n 36 files changed, 69 insertions(+), 121 deletions(-)"
}