Show a cover letter.

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

{
    "id": 96774,
    "url": "http://patchwork.dpdk.org/api/covers/96774/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20210810073541.60975-1-aman.deep.singh@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": "<20210810073541.60975-1-aman.deep.singh@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210810073541.60975-1-aman.deep.singh@intel.com",
    "date": "2021-08-10T07:35:39",
    "name": "[v3,0/2] Use macro to print MAC address",
    "submitter": {
        "id": 1672,
        "url": "http://patchwork.dpdk.org/api/people/1672/?format=api",
        "name": "Singh, Aman Deep",
        "email": "aman.deep.singh@intel.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20210810073541.60975-1-aman.deep.singh@intel.com/mbox/",
    "series": [
        {
            "id": 18246,
            "url": "http://patchwork.dpdk.org/api/series/18246/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=18246",
            "date": "2021-08-10T07:35:39",
            "name": "Use macro to print MAC address",
            "version": 3,
            "mbox": "http://patchwork.dpdk.org/series/18246/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/96774/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 1562DA0C53;\n\tTue, 10 Aug 2021 09:40:49 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id C0E5A40E6E;\n\tTue, 10 Aug 2021 09:40:48 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n by mails.dpdk.org (Postfix) with ESMTP id CF29A4068E\n for <dev@dpdk.org>; Tue, 10 Aug 2021 09:40:46 +0200 (CEST)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 10 Aug 2021 00:40:45 -0700",
            "from npg-npf-wlpr-srv02.iind.intel.com ([10.190.213.104])\n by fmsmga005.fm.intel.com with ESMTP; 10 Aug 2021 00:40:44 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10070\"; a=\"236858552\"",
            "E=Sophos;i=\"5.84,309,1620716400\"; d=\"scan'208\";a=\"236858552\"",
            "E=Sophos;i=\"5.84,309,1620716400\"; d=\"scan'208\";a=\"674759133\""
        ],
        "X-ExtLoop1": "1",
        "From": "Aman Singh <aman.deep.singh@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Tue, 10 Aug 2021 13:05:39 +0530",
        "Message-Id": "<20210810073541.60975-1-aman.deep.singh@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [PATCH v3 0/2]  Use macro to print MAC address",
        "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": "Added macros to simplyfy print of MAC address.\nThe other method of first formatting mac address\ninto a string and string printed, is avoided.\n\nAman Singh (2):\n  net: macro for MAC address print\n  net: macro to extract MAC address bytes\n\n app/pdump/main.c                              |  5 +---\n app/test-pmd/cmdline.c                        |  6 ++--\n app/test-pmd/config.c                         |  6 ++--\n app/test-pmd/testpmd.c                        |  9 ++----\n app/test/test_event_eth_rx_adapter.c          |  5 +---\n app/test/test_event_eth_tx_adapter.c          |  5 +---\n drivers/bus/dpaa/base/fman/netcfg_layer.c     |  9 ++----\n drivers/common/mlx5/linux/mlx5_nl.c           |  6 ++--\n drivers/net/bnx2x/bnx2x.c                     |  4 +--\n drivers/net/bnx2x/bnx2x_vfpf.c                | 10 ++-----\n drivers/net/bnx2x/ecore_sp.c                  | 14 ++++-----\n drivers/net/bnxt/bnxt_ethdev.c                |  2 +-\n drivers/net/bonding/rte_eth_bond_8023ad.c     |  4 +--\n drivers/net/bonding/rte_eth_bond_pmd.c        | 12 +++-----\n drivers/net/dpaa/dpaa_ethdev.c                | 10 ++-----\n drivers/net/e1000/igb_ethdev.c                |  9 ++----\n drivers/net/enic/base/vnic_dev.c              |  4 +--\n drivers/net/enic/enic_res.c                   |  2 +-\n drivers/net/failsafe/failsafe.c               |  6 ++--\n drivers/net/hinic/hinic_pmd_ethdev.c          |  6 ++--\n drivers/net/i40e/i40e_ethdev_vf.c             | 21 ++++----------\n drivers/net/iavf/iavf_ethdev.c                | 18 +++---------\n drivers/net/iavf/iavf_vchnl.c                 | 15 +++-------\n drivers/net/ice/ice_dcf.c                     |  6 ++--\n drivers/net/ixgbe/ixgbe_ethdev.c              | 29 ++++---------------\n drivers/net/mlx4/mlx4.c                       |  7 ++---\n drivers/net/mlx5/linux/mlx5_os.c              |  7 ++---\n drivers/net/mlx5/windows/mlx5_os.c            |  7 ++---\n drivers/net/mvpp2/mrvl_flow.c                 |  4 +--\n drivers/net/netvsc/hn_rndis.c                 |  2 +-\n drivers/net/nfp/nfp_net.c                     |  2 +-\n drivers/net/qede/base/ecore_mcp.c             |  2 +-\n drivers/net/qede/base/ecore_sriov.c           |  2 +-\n drivers/net/qede/qede_ethdev.c                |  9 ++----\n drivers/net/thunderx/nicvf_ethdev.c           |  2 +-\n drivers/net/txgbe/txgbe_ethdev_vf.c           | 29 ++++---------------\n drivers/net/virtio/virtio_ethdev.c            |  4 +--\n drivers/net/vmxnet3/vmxnet3_ethdev.c          |  4 +--\n examples/bbdev_app/main.c                     |  9 ++----\n examples/bond/main.c                          |  3 +-\n examples/distributor/main.c                   |  5 +---\n examples/ethtool/ethtool-app/ethapp.c         | 10 ++-----\n .../pipeline_worker_generic.c                 |  5 +---\n .../eventdev_pipeline/pipeline_worker_tx.c    |  5 +---\n examples/flow_classify/flow_classify.c        |  5 +---\n examples/ioat/ioatfwd.c                       |  9 ++----\n examples/ip_pipeline/cli.c                    | 11 ++-----\n examples/l2fwd-cat/l2fwd-cat.c                |  5 +---\n examples/l2fwd-crypto/main.c                  | 11 ++-----\n examples/l2fwd-event/l2fwd_common.c           |  9 ++----\n examples/l2fwd-jobstats/main.c                | 11 ++-----\n examples/l2fwd-keepalive/main.c               |  9 ++----\n examples/l2fwd/main.c                         | 11 ++-----\n examples/link_status_interrupt/main.c         |  9 ++----\n examples/packet_ordering/main.c               |  5 +---\n examples/pipeline/cli.c                       |  6 ++--\n examples/rxtx_callbacks/main.c                |  4 +--\n examples/server_node_efd/server/main.c        |  6 ++--\n examples/skeleton/basicfwd.c                  |  5 +---\n examples/vhost/main.c                         | 17 +++--------\n examples/vm_power_manager/channel_monitor.c   |  4 +--\n .../guest_cli/vm_power_cli_guest.c            |  5 +---\n examples/vm_power_manager/main.c              |  5 +---\n examples/vmdq/main.c                          | 14 ++-------\n examples/vmdq_dcb/main.c                      | 14 ++-------\n lib/net/rte_ether.h                           | 14 +++++++++\n lib/vhost/vhost_user.c                        |  2 +-\n 67 files changed, 155 insertions(+), 377 deletions(-)"
}