Show a cover letter.

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

{
    "id": 60311,
    "url": "http://patches.dpdk.org/api/covers/60311/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20191001110209.6047-1-g.singh@nxp.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": "<20191001110209.6047-1-g.singh@nxp.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20191001110209.6047-1-g.singh@nxp.com",
    "date": "2019-10-01T11:01:55",
    "name": "[v3,00/14] introduces ppfe network PMD",
    "submitter": {
        "id": 1068,
        "url": "http://patches.dpdk.org/api/people/1068/?format=api",
        "name": "Gagandeep Singh",
        "email": "g.singh@nxp.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20191001110209.6047-1-g.singh@nxp.com/mbox/",
    "series": [
        {
            "id": 6647,
            "url": "http://patches.dpdk.org/api/series/6647/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=6647",
            "date": "2019-10-01T11:01:55",
            "name": "introduces ppfe network PMD",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/6647/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/60311/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 5FB7E44C7;\n\tTue,  1 Oct 2019 13:17:26 +0200 (CEST)",
            "from inva020.nxp.com (inva020.nxp.com [92.121.34.13])\n\tby dpdk.org (Postfix) with ESMTP id BA2CC397D\n\tfor <dev@dpdk.org>; Tue,  1 Oct 2019 13:17:24 +0200 (CEST)",
            "from inva020.nxp.com (localhost [127.0.0.1])\n\tby inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 545FE1A02BC;\n\tTue,  1 Oct 2019 13:17:24 +0200 (CEST)",
            "from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com\n\t[165.114.16.14])\n\tby inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id ECA461A0096;\n\tTue,  1 Oct 2019 13:17:21 +0200 (CEST)",
            "from GDB1.ap.freescale.net (GDB1.ap.freescale.net [10.232.132.179])\n\tby invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 10A7E402C7;\n\tTue,  1 Oct 2019 19:17:17 +0800 (SGT)"
        ],
        "From": "Gagandeep Singh <g.singh@nxp.com>",
        "To": "dev@dpdk.org,\n\tferruh.yigit@intel.com",
        "Cc": "thomas@monjalon.net,\n\tGagandeep Singh <g.singh@nxp.com>",
        "Date": "Tue,  1 Oct 2019 16:31:55 +0530",
        "Message-Id": "<20191001110209.6047-1-g.singh@nxp.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20190826130246.30485-1-g.singh@nxp.com>",
        "References": "<20190826130246.30485-1-g.singh@nxp.com>",
        "X-Virus-Scanned": "ClamAV using ClamSMTP",
        "Subject": "[dpdk-dev] [PATCH v3 00/14] introduces ppfe network PMD",
        "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": "This series introduces ppfe (programmable packet\nforwarding engine) network poll mode driver for\nNXP SoC ls1012a.\n\nFirst patch of this series move OF library code from\ndpaa bus to a common folder as PPFE also uses the\nsame library for getting information from the device\ntree.\nThis patch is included in this series so that\ncompilation by CI don't break.\n\nV2 Change-log:\n* fix compilation break for clang3.4 and gcc 4.8\n* fix checkpatch errors\n\nV3 Change-log:\n* Release notes updated for PPFE PMD\n* Experimental APIs list added in Makefile and meson\n* Dynamic logging added\n* PPFE documentation is updated for kernel module \"pfe.ko\"\n  and parameter \"intf\" is mentioned.\n* of.h and of.c are renamed to dpaa_of.h and dpaa_of.c\n* enable PPFE compilation only in 'common_armv8a_linux'\n* PFE_CDEV_ETH_COUNT updated 2, as only 2 eth devices supported.\n* Comment updated for \"pfe_us_cdev\" device\n* functions prototype updated\n* intf params value check added during parsing and unwanted\n  port id checks removed.\n* unwanted dev->data memcpy removed.\n* munmap and rte_eth_dev_release_port added in error case\n* atoi replaced with strtol\n* add static to global variable g_pfe\n\nGagandeep Singh (13):\n  net/ppfe: introduce ppfe net poll mode driver\n  doc: add guide for ppfe net PMD\n  net/ppfe: support dynamic logging\n  net/ppfe: add HW specific macros and operations\n  net/ppfe: add MAC and host interface initialisation\n  net/ppfe: add device start stop operations\n  net/ppfe: add queue setup and release operations\n  net/ppfe: add burst enqueue and dequeue operations\n  net/ppfe: add supported packet types and basic statistics\n  net/ppfe: add MTU and MAC address set operations\n  net/ppfe: add allmulticast and promiscuous\n  net/ppfe: add link status update\n  doc: add NXP PPFE PMD in release notes\n\nHemant Agrawal (1):\n  common/dpaax: moving OF lib code from dpaa bus\n\n MAINTAINERS                                   |    7 +\n config/common_armv8a_linux                    |    5 +\n config/common_base                            |    5 +\n doc/guides/nics/features/ppfe.ini             |   17 +\n doc/guides/nics/index.rst                     |    1 +\n doc/guides/nics/ppfe.rst                      |  180 +++\n doc/guides/rel_notes/release_19_11.rst        |    5 +\n drivers/bus/dpaa/Makefile                     |    2 +-\n drivers/bus/dpaa/base/fman/fman.c             |    2 +-\n drivers/bus/dpaa/base/fman/netcfg_layer.c     |    2 +-\n drivers/bus/dpaa/base/qbman/dpaa_sys.h        |    3 +-\n drivers/bus/dpaa/dpaa_bus.c                   |    2 +-\n drivers/bus/dpaa/include/compat.h             |    1 -\n drivers/bus/dpaa/include/fman.h               |    1 +\n drivers/bus/dpaa/include/fsl_usd.h            |    1 +\n drivers/bus/dpaa/meson.build                  |    1 -\n drivers/bus/dpaa/rte_dpaa_bus.h               |    2 +-\n drivers/bus/fslmc/Makefile                    |    1 +\n drivers/common/dpaax/Makefile                 |   10 +-\n .../dpaa/include => common/dpaax}/dpaa_list.h |    0\n .../base/fman/of.c => common/dpaax/dpaa_of.c} |   63 +-\n .../include/of.h => common/dpaax/dpaa_of.h}   |   27 +-\n drivers/common/dpaax/dpaax_logs.h             |   10 +\n drivers/common/dpaax/meson.build              |    5 +-\n .../common/dpaax/rte_common_dpaax_version.map |   18 +\n drivers/crypto/caam_jr/Makefile               |    2 +\n drivers/crypto/caam_jr/caam_jr.c              |    2 +-\n drivers/crypto/dpaa2_sec/Makefile             |    2 +-\n drivers/crypto/dpaa_sec/Makefile              |    1 +\n drivers/crypto/dpaa_sec/dpaa_sec.c            |    2 +-\n drivers/event/dpaa/Makefile                   |    1 +\n drivers/event/dpaa2/Makefile                  |    1 +\n drivers/mempool/dpaa/Makefile                 |    1 +\n drivers/mempool/dpaa2/Makefile                |    1 +\n drivers/net/Makefile                          |    1 +\n drivers/net/dpaa/Makefile                     |    1 +\n drivers/net/dpaa/dpaa_ethdev.h                |    2 +-\n drivers/net/dpaa/dpaa_rxtx.c                  |    2 +-\n drivers/net/dpaa2/Makefile                    |    1 +\n drivers/net/meson.build                       |    1 +\n drivers/net/ppfe/Makefile                     |   38 +\n drivers/net/ppfe/base/cbus.h                  |   66 +\n drivers/net/ppfe/base/cbus/bmu.h              |   41 +\n drivers/net/ppfe/base/cbus/class_csr.h        |  277 ++++\n drivers/net/ppfe/base/cbus/emac_mtip.h        |  231 ++++\n drivers/net/ppfe/base/cbus/gpi.h              |   77 ++\n drivers/net/ppfe/base/cbus/hif.h              |   86 ++\n drivers/net/ppfe/base/cbus/hif_nocpy.h        |   36 +\n drivers/net/ppfe/base/cbus/tmu_csr.h          |  154 +++\n drivers/net/ppfe/base/cbus/util_csr.h         |   47 +\n drivers/net/ppfe/base/pfe.h                   |  422 ++++++\n drivers/net/ppfe/meson.build                  |   19 +\n drivers/net/ppfe/pfe_eth.h                    |   74 +\n drivers/net/ppfe/pfe_hal.c                    |  635 +++++++++\n drivers/net/ppfe/pfe_hif.c                    |  868 ++++++++++++\n drivers/net/ppfe/pfe_hif.h                    |  156 +++\n drivers/net/ppfe/pfe_hif_lib.c                |  576 ++++++++\n drivers/net/ppfe/pfe_hif_lib.h                |  181 +++\n drivers/net/ppfe/pfe_logs.h                   |   31 +\n drivers/net/ppfe/pfe_mod.h                    |   64 +\n drivers/net/ppfe/ppfe_ethdev.c                | 1186 +++++++++++++++++\n drivers/net/ppfe/rte_pmd_ppfe_version.map     |    4 +\n drivers/raw/dpaa2_cmdif/Makefile              |    1 +\n drivers/raw/dpaa2_qdma/Makefile               |    1 +\n mk/rte.app.mk                                 |    1 +\n 65 files changed, 5610 insertions(+), 54 deletions(-)\n create mode 100644 doc/guides/nics/features/ppfe.ini\n create mode 100644 doc/guides/nics/ppfe.rst\n rename drivers/{bus/dpaa/include => common/dpaax}/dpaa_list.h (100%)\n rename drivers/{bus/dpaa/base/fman/of.c => common/dpaax/dpaa_of.c} (88%)\n rename drivers/{bus/dpaa/include/of.h => common/dpaax/dpaa_of.h} (86%)\n create mode 100644 drivers/net/ppfe/Makefile\n create mode 100644 drivers/net/ppfe/base/cbus.h\n create mode 100644 drivers/net/ppfe/base/cbus/bmu.h\n create mode 100644 drivers/net/ppfe/base/cbus/class_csr.h\n create mode 100644 drivers/net/ppfe/base/cbus/emac_mtip.h\n create mode 100644 drivers/net/ppfe/base/cbus/gpi.h\n create mode 100644 drivers/net/ppfe/base/cbus/hif.h\n create mode 100644 drivers/net/ppfe/base/cbus/hif_nocpy.h\n create mode 100644 drivers/net/ppfe/base/cbus/tmu_csr.h\n create mode 100644 drivers/net/ppfe/base/cbus/util_csr.h\n create mode 100644 drivers/net/ppfe/base/pfe.h\n create mode 100644 drivers/net/ppfe/meson.build\n create mode 100644 drivers/net/ppfe/pfe_eth.h\n create mode 100644 drivers/net/ppfe/pfe_hal.c\n create mode 100644 drivers/net/ppfe/pfe_hif.c\n create mode 100644 drivers/net/ppfe/pfe_hif.h\n create mode 100644 drivers/net/ppfe/pfe_hif_lib.c\n create mode 100644 drivers/net/ppfe/pfe_hif_lib.h\n create mode 100644 drivers/net/ppfe/pfe_logs.h\n create mode 100644 drivers/net/ppfe/pfe_mod.h\n create mode 100644 drivers/net/ppfe/ppfe_ethdev.c\n create mode 100644 drivers/net/ppfe/rte_pmd_ppfe_version.map"
}