Show a cover letter.

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

{
    "id": 43529,
    "url": "http://patches.dpdk.org/api/covers/43529/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1533222566-17685-1-git-send-email-tomaszx.jozwiak@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": "<1533222566-17685-1-git-send-email-tomaszx.jozwiak@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1533222566-17685-1-git-send-email-tomaszx.jozwiak@intel.com",
    "date": "2018-08-02T15:09:24",
    "name": "[0/2] common/qat: handle offset greater than first sgl segment",
    "submitter": {
        "id": 949,
        "url": "http://patches.dpdk.org/api/people/949/?format=api",
        "name": "Tomasz Jozwiak",
        "email": "tomaszx.jozwiak@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1533222566-17685-1-git-send-email-tomaszx.jozwiak@intel.com/mbox/",
    "series": [
        {
            "id": 881,
            "url": "http://patches.dpdk.org/api/series/881/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=881",
            "date": "2018-08-02T15:09:24",
            "name": "common/qat: handle offset greater than first sgl segment",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/881/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/43529/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 273B91B4D8;\n\tThu,  2 Aug 2018 17:09:34 +0200 (CEST)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n\tby dpdk.org (Postfix) with ESMTP id 545E11B4C9\n\tfor <dev@dpdk.org>; Thu,  2 Aug 2018 17:09:31 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t02 Aug 2018 08:09:29 -0700",
            "from tjozwiax-mobl.ger.corp.intel.com (HELO localhost.localdomain)\n\t([10.103.104.43])\n\tby fmsmga001.fm.intel.com with ESMTP; 02 Aug 2018 08:09:28 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.51,436,1526367600\"; d=\"scan'208\";a=\"77750099\"",
        "From": "Tomasz Jozwiak <tomaszx.jozwiak@intel.com>",
        "To": "pablo.de.lara.guarch@intel.com, dev@dpdk.org, fiona.trahe@intel.com,\n\ttomaszx.jozwiak@intel.com",
        "Date": "Thu,  2 Aug 2018 17:09:24 +0200",
        "Message-Id": "<1533222566-17685-1-git-send-email-tomaszx.jozwiak@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "Subject": "[dpdk-dev] [PATCH 0/2] common/qat: handle offset greater than first\n\tsgl segment",
        "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 fixes buffer lengths and SGL filling \nto handle offset greater than first SGL segment.\n\nTomasz Jozwiak (2):\n  compress/qat: fix buffer lengths in offset case\n  common/qat: fix offset greater than first sgl segment\n\n drivers/common/qat/qat_common.c | 77 +++++++++++++++++------------------------\n drivers/common/qat/qat_common.h |  2 +-\n drivers/compress/qat/qat_comp.c | 19 +++++-----\n drivers/crypto/qat/qat_sym.c    | 18 +++++-----\n 4 files changed, 53 insertions(+), 63 deletions(-)"
}