Show a cover letter.

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

{
    "id": 47717,
    "url": "https://patches.dpdk.org/api/covers/47717/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1541151842-8746-1-git-send-email-tomaszx.jozwiak@intel.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": "<1541151842-8746-1-git-send-email-tomaszx.jozwiak@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1541151842-8746-1-git-send-email-tomaszx.jozwiak@intel.com",
    "date": "2018-11-02T09:43:59",
    "name": "[v2,0/3] add initial version of compress-perf",
    "submitter": {
        "id": 949,
        "url": "https://patches.dpdk.org/api/people/949/?format=api",
        "name": "Tomasz Jozwiak",
        "email": "tomaszx.jozwiak@intel.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/1541151842-8746-1-git-send-email-tomaszx.jozwiak@intel.com/mbox/",
    "series": [
        {
            "id": 2222,
            "url": "https://patches.dpdk.org/api/series/2222/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=2222",
            "date": "2018-11-02T09:43:59",
            "name": "add initial version of compress-perf",
            "version": 2,
            "mbox": "https://patches.dpdk.org/series/2222/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/47717/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 214147D05;\n\tFri,  2 Nov 2018 10:44:09 +0100 (CET)",
            "from mga17.intel.com (mga17.intel.com [192.55.52.151])\n\tby dpdk.org (Postfix) with ESMTP id A54F75B1E\n\tfor <dev@dpdk.org>; Fri,  2 Nov 2018 10:44:07 +0100 (CET)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n\tby fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t02 Nov 2018 02:44:06 -0700",
            "from tjozwiax-mobl.ger.corp.intel.com (HELO localhost.localdomain)\n\t([10.103.104.44])\n\tby orsmga001.jf.intel.com with ESMTP; 02 Nov 2018 02:44:04 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.54,455,1534834800\"; d=\"scan'208\";a=\"104833936\"",
        "From": "Tomasz Jozwiak <tomaszx.jozwiak@intel.com>",
        "To": "dev@dpdk.org, fiona.trahe@intel.com, tomaszx.jozwiak@intel.com,\n\tShally.Verma@cavium.com, akhil.goyal@nxp.com",
        "Date": "Fri,  2 Nov 2018 10:43:59 +0100",
        "Message-Id": "<1541151842-8746-1-git-send-email-tomaszx.jozwiak@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1538400427-20164-1-git-send-email-tomaszx.jozwiak@intel.com>",
        "References": "<1538400427-20164-1-git-send-email-tomaszx.jozwiak@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/3] add initial version of compress-perf",
        "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 patchset adds initial version of compression performance\ntest.\n\nv2 changes:\n\n  -  Added release note\n  -  Added new cleanup flow into main function\n  -  Blocked dynamic compression test because it hasn't been\n     tested enough\n  -  Changed `--max-num-sgl-segs' default value to 16\n  -  Updated documentation\n\nOpens:  comment from Shally Verma re separating validation from\n        benchmarking will be investigated in a later release.\n        Support for dynamic Huffman encoding will be added\n        in a later release.\n\nTomasz Jozwiak (3):\n  app/compress-perf: add parser\n  app/compress-perf: add performance measurement\n  doc/guides/tools: add doc files\n\n MAINTAINERS                                      |   5 +\n app/Makefile                                     |   4 +\n app/meson.build                                  |   1 +\n app/test-compress-perf/Makefile                  |  16 +\n app/test-compress-perf/comp_perf_options.h       |  59 ++\n app/test-compress-perf/comp_perf_options_parse.c | 592 +++++++++++++++\n app/test-compress-perf/main.c                    | 928 +++++++++++++++++++++++\n app/test-compress-perf/meson.build               |   7 +\n config/common_base                               |   5 +\n doc/guides/rel_notes/release_18_11.rst           |   6 +\n doc/guides/tools/comp_perf.rst                   |  75 ++\n 11 files changed, 1698 insertions(+)\n create mode 100644 app/test-compress-perf/Makefile\n create mode 100644 app/test-compress-perf/comp_perf_options.h\n create mode 100644 app/test-compress-perf/comp_perf_options_parse.c\n create mode 100644 app/test-compress-perf/main.c\n create mode 100644 app/test-compress-perf/meson.build\n create mode 100644 doc/guides/tools/comp_perf.rst"
}