Show a cover letter.

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

{
    "id": 55106,
    "url": "http://patches.dpdk.org/api/covers/55106/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1560966518-75547-1-git-send-email-nicolas.chautru@intel.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": "<1560966518-75547-1-git-send-email-nicolas.chautru@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1560966518-75547-1-git-send-email-nicolas.chautru@intel.com",
    "date": "2019-06-19T17:48:35",
    "name": "[v7,0/3] BBDEV turbo_sw PMD compilation fix",
    "submitter": {
        "id": 1314,
        "url": "http://patches.dpdk.org/api/people/1314/?format=api",
        "name": "Chautru, Nicolas",
        "email": "nicolas.chautru@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1560966518-75547-1-git-send-email-nicolas.chautru@intel.com/mbox/",
    "series": [
        {
            "id": 5093,
            "url": "http://patches.dpdk.org/api/series/5093/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=5093",
            "date": "2019-06-19T17:48:35",
            "name": "BBDEV turbo_sw PMD compilation fix",
            "version": 7,
            "mbox": "http://patches.dpdk.org/series/5093/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/55106/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 249E01D0B4;\n\tThu, 20 Jun 2019 03:02:12 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 7444A1D0A4\n\tfor <dev@dpdk.org>; Thu, 20 Jun 2019 03:02:10 +0200 (CEST)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t19 Jun 2019 18:02:09 -0700",
            "from skx-5gnr-sc12-1.sc.intel.com ([172.25.69.194])\n\tby fmsmga006.fm.intel.com with ESMTP; 19 Jun 2019 18:02:09 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.63,394,1557212400\"; d=\"scan'208\";a=\"358788521\"",
        "From": "Nicolas Chautru <nicolas.chautru@intel.com>",
        "To": "akhil.goyal@nxp.com,\n\tdev@dpdk.org",
        "Cc": "ferruh.yigit@intel.com, thomas@monjalon.net, amr.mokhtar@intel.com,\n\tkamilx.chalupnik@intel.com, aconole@redhat.com,\n\tNicolas Chautru <nicolas.chautru@intel.com>",
        "Date": "Wed, 19 Jun 2019 10:48:35 -0700",
        "Message-Id": "<1560966518-75547-1-git-send-email-nicolas.chautru@intel.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1560964274-83070-2-git-send-email-nicolas.chautru@intel.com>",
        "References": "<1560964274-83070-2-git-send-email-nicolas.chautru@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v7 0/3]  BBDEV turbo_sw PMD compilation fix",
        "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": "Update v7: Remove architecture specific reference to RTE_CPUFLAG_SSE4_2 reported on travis-ci\nUpdate v6: Cosmetic change to commit message to include previous Acked-by. \nUpdate v5: Cosmetic change to remove trailing space and to commit message. Rebased to latest. \nUpdate v4: Missed one file for meson build path and minor change to prevent warning for some configurations due to unused symbols. \nUpdate v3: Cosmetic changes in documentation commit to be more 4G/AVX2 specific. \nUpdate v2: Splitting into 3 patches as recommended (ignore previous v2 which had a typo)\n\nBased on discussion with maintainer, pushing first a patch to help maintenance of the baseband_turbo_sw which had been lacking.\nThe documentation is clarified to point to steps on building the SDK libraries which are now publicly available.\n(Cosmetic changes to the webpage containing these SDK  will happen in parallel based on feedback from maintainer).\nA compile flag is added to be able to build the turbo_sw PMD when the SDK libraries for AVX2 are installed or not. \nIn both cases this can be compiled with gcc RTE_TARGET. \nMissing meson build support is also added. \n\nNote that additional BBDEV changes pushed in previous v1\nhttps://patches.dpdk.org/project/dpdk/list/?series=4657\nwill be added in a separate v2 patchset which will depend on this very patchset.\n\n\nNicolas Chautru (3):\n  baseband/turbo_sw: option to build turbosw PMD without SDK\n  docs/guides: updating turbo_sw building steps\n  baseband/turbo_sw: meson build support for PMD driver\n\n config/common_base                               |  3 +-\n doc/guides/bbdevs/turbo_sw.rst                   | 81 +++++++++++++-----------\n drivers/baseband/meson.build                     |  2 +-\n drivers/baseband/turbo_sw/Makefile               | 13 ++--\n drivers/baseband/turbo_sw/bbdev_turbo_software.c | 51 ++++++++++++++-\n drivers/baseband/turbo_sw/meson.build            | 30 +++++++++\n meson_options.txt                                |  2 +\n mk/rte.app.mk                                    |  3 +\n 8 files changed, 138 insertions(+), 47 deletions(-)\n create mode 100644 drivers/baseband/turbo_sw/meson.build"
}