Show a cover letter.

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

{
    "id": 52860,
    "url": "http://patches.dpdk.org/api/covers/52860/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1555508563-2752-1-git-send-email-bernard.iremonger@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": "<1555508563-2752-1-git-send-email-bernard.iremonger@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1555508563-2752-1-git-send-email-bernard.iremonger@intel.com",
    "date": "2019-04-17T13:42:41",
    "name": "[v4,0/2] examples/ipsec-secgw: fix 1st pkt dropped",
    "submitter": {
        "id": 91,
        "url": "http://patches.dpdk.org/api/people/91/?format=api",
        "name": "Iremonger, Bernard",
        "email": "bernard.iremonger@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1555508563-2752-1-git-send-email-bernard.iremonger@intel.com/mbox/",
    "series": [
        {
            "id": 4350,
            "url": "http://patches.dpdk.org/api/series/4350/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4350",
            "date": "2019-04-17T13:42:41",
            "name": "examples/ipsec-secgw: fix 1st pkt dropped",
            "version": 4,
            "mbox": "http://patches.dpdk.org/series/4350/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/52860/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 015F01B613;\n\tWed, 17 Apr 2019 15:42:51 +0200 (CEST)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n\tby dpdk.org (Postfix) with ESMTP id 7288358FE\n\tfor <dev@dpdk.org>; Wed, 17 Apr 2019 15:42:49 +0200 (CEST)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n\tby fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t17 Apr 2019 06:42:48 -0700",
            "from sivswdev08.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.47])\n\tby orsmga008.jf.intel.com with ESMTP; 17 Apr 2019 06:42:46 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.60,362,1549958400\"; d=\"scan'208\";a=\"135120957\"",
        "From": "Bernard Iremonger <bernard.iremonger@intel.com>",
        "To": "dev@dpdk.org,\n\tkonstantin.ananyev@intel.com,\n\takhil.goyal@nxp.com",
        "Cc": "Bernard Iremonger <bernard.iremonger@intel.com>",
        "Date": "Wed, 17 Apr 2019 14:42:41 +0100",
        "Message-Id": "<1555508563-2752-1-git-send-email-bernard.iremonger@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "In-Reply-To": "<1554384495-7936-1-git-send-email-bernard.iremonger@intel.com>",
        "References": "<1554384495-7936-1-git-send-email-bernard.iremonger@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v4 0/2] examples/ipsec-secgw: fix 1st pkt dropped",
        "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 the issue of the first inbound packet\nbeing dropped for inline crypto.\n\nChanges in v4:\n--------------\nFix indentation at line 173 in ipsec.c to solve compile error on ARM.\n\nChanges in v3:\n--------------\nThe previous refactoring of the create_session() function has been dropped.\nThe create_session() function is now called from sa_init() at startup.\n\nThe following functions have been added:\ncrypto_devid_fill() in ipsec-secgw.c\ncheck_cryptodev_capability() in ipsec.c\ncheck_cryptodev_aead_capability() in ipsec.c\ncreate_sec_session() and create_crypto_session() in ipsec.c\n\nThe create_session() function has been refactored to call\nthe create_sec_session() and create_crypto_session() functions.\n\n\nChanges in v2:\n--------------\nThe first three patches of the v1 have been squashed.\nThe commit message for the squashed patch has been updated.\nPatches 4,5 and 6 of the v1 have been dropped from this patchset.\nA patch to fix the test scripts has been added.\n\nBernard Iremonger (2):\n  examples/ipsec-secgw: fix 1st packet dropped for inline crypto\n  examples/ipsec-secgw/test: fix inline test scripts\n\n examples/ipsec-secgw/ipsec-secgw.c           | 271 +++++++------\n examples/ipsec-secgw/ipsec.c                 | 581 ++++++++++++++-------------\n examples/ipsec-secgw/ipsec.h                 |  10 +-\n examples/ipsec-secgw/ipsec_process.c         |  38 +-\n examples/ipsec-secgw/sa.c                    |  42 +-\n examples/ipsec-secgw/test/trs_aesgcm_defs.sh |  10 -\n examples/ipsec-secgw/test/tun_aesgcm_defs.sh |  10 -\n 7 files changed, 501 insertions(+), 461 deletions(-)"
}