Show a cover letter.

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

{
    "id": 51273,
    "url": "http://patches.dpdk.org/api/covers/51273/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190318124515.4660-1-arkadiuszx.kusztal@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": "<20190318124515.4660-1-arkadiuszx.kusztal@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190318124515.4660-1-arkadiuszx.kusztal@intel.com",
    "date": "2019-03-18T12:45:11",
    "name": "[v2,0/4] Add PMD for asymmetric cryptography operations using Intel QuickAssist Technology devices",
    "submitter": {
        "id": 452,
        "url": "http://patches.dpdk.org/api/people/452/?format=api",
        "name": "Arkadiusz Kusztal",
        "email": "arkadiuszx.kusztal@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190318124515.4660-1-arkadiuszx.kusztal@intel.com/mbox/",
    "series": [
        {
            "id": 3782,
            "url": "http://patches.dpdk.org/api/series/3782/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=3782",
            "date": "2019-03-18T12:45:11",
            "name": "Add PMD for asymmetric cryptography operations using Intel QuickAssist Technology devices",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/3782/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/51273/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 521944C94;\n\tMon, 18 Mar 2019 13:46:25 +0100 (CET)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n\tby dpdk.org (Postfix) with ESMTP id 5708D4C93\n\tfor <dev@dpdk.org>; Mon, 18 Mar 2019 13:46:23 +0100 (CET)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n\tby fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t18 Mar 2019 05:46:22 -0700",
            "from akusztax-mobl.ger.corp.intel.com ([10.104.116.183])\n\tby fmsmga002.fm.intel.com with ESMTP; 18 Mar 2019 05:46:20 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.58,493,1544515200\"; d=\"scan'208\";a=\"152712201\"",
        "From": "Arek Kusztal <arkadiuszx.kusztal@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "akhil.goyal@nxp.com, fiona.trahe@intel.com, damianx.nowak@intel.com,\n\tArek Kusztal <arkadiuszx.kusztal@intel.com>",
        "Date": "Mon, 18 Mar 2019 13:45:11 +0100",
        "Message-Id": "<20190318124515.4660-1-arkadiuszx.kusztal@intel.com>",
        "X-Mailer": "git-send-email 2.19.1.windows.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v2 0/4] Add PMD for asymmetric cryptography\n\toperations using Intel QuickAssist Technology devices",
        "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 Poll Mode Driver to use asymmetric cryptography\nfunctions using Intel QuickAssist Techology devices.\n\nFollowing functions are available with this patchset:\n*\tModular Exponentiation\n*\tModular Inverse\n\nThis patch depends on a QAT PF driver for device initialization. See\nthe file docs/guides/cryptodevs/qat.rst for configuration details.\n\nLimitations:\n*\tMaximum parameter size: 4096 bits\n\t-\tFor both modular exponentiaion and modular multiplicative inverse\n\t\nThis patchset depends on following patches:\n- [v2,1/3] cryptodev: add result field to mod exp and inverse operations\n(http://patchwork.dpdk.org/patch/50256/)\n- [v2] lib/cryptodev: fix driver name comparison\n(http://patchwork.dpdk.org/patch/51027/)\n\nv2:\n- added Meson build\n- fixed segfault on cookie\n- fixed mod inverse problem\n\nArek Kusztal (4):\n  common/qat: add headers for asymmetric crypto\n  crypto/qat: add asymmetric cryptography PMD\n  crypto/qat: add modular exponentiation to qat asym pmd\n  crypto/qat: add modular multiplicative inverse to qat asym pmd\n\n config/common_base                                 |    1 +\n doc/guides/cryptodevs/qat.rst                      |   10 +\n drivers/common/qat/Makefile                        |    8 +\n drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h    | 1538 ++++++++++++++++++++\n drivers/common/qat/qat_adf/icp_qat_fw_pke.h        |  426 ++++++\n .../qat/qat_adf/qat_pke_functionality_arrays.h     |   52 +\n drivers/common/qat/qat_device.h                    |   12 +-\n drivers/common/qat/qat_qp.c                        |    8 +\n drivers/crypto/qat/meson.build                     |    5 +-\n drivers/crypto/qat/qat_asym.c                      |  407 ++++++\n drivers/crypto/qat/qat_asym.h                      |  106 ++\n drivers/crypto/qat/qat_asym_capabilities.h         |   42 +\n drivers/crypto/qat/qat_asym_pmd.c                  |  310 ++++\n drivers/crypto/qat/qat_asym_pmd.h                  |   46 +\n drivers/crypto/qat/qat_sym_pmd.c                   |    1 -\n drivers/crypto/qat/qat_sym_pmd.h                   |    3 +-\n 16 files changed, 2970 insertions(+), 5 deletions(-)\n create mode 100644 drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h\n create mode 100644 drivers/common/qat/qat_adf/icp_qat_fw_pke.h\n create mode 100644 drivers/common/qat/qat_adf/qat_pke_functionality_arrays.h\n create mode 100644 drivers/crypto/qat/qat_asym.c\n create mode 100644 drivers/crypto/qat/qat_asym.h\n create mode 100644 drivers/crypto/qat/qat_asym_capabilities.h\n create mode 100644 drivers/crypto/qat/qat_asym_pmd.c\n create mode 100644 drivers/crypto/qat/qat_asym_pmd.h"
}