Show a cover letter.

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

{
    "id": 60348,
    "url": "https://patches.dpdk.org/api/covers/60348/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1569943080-20228-1-git-send-email-bernard.iremonger@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": "<1569943080-20228-1-git-send-email-bernard.iremonger@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1569943080-20228-1-git-send-email-bernard.iremonger@intel.com",
    "date": "2019-10-01T15:17:57",
    "name": "[v2,0/3] examples/ipsec-secgw: set default",
    "submitter": {
        "id": 91,
        "url": "https://patches.dpdk.org/api/people/91/?format=api",
        "name": "Iremonger, Bernard",
        "email": "bernard.iremonger@intel.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/1569943080-20228-1-git-send-email-bernard.iremonger@intel.com/mbox/",
    "series": [
        {
            "id": 6652,
            "url": "https://patches.dpdk.org/api/series/6652/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=6652",
            "date": "2019-10-01T15:17:57",
            "name": "examples/ipsec-secgw: set default",
            "version": 2,
            "mbox": "https://patches.dpdk.org/series/6652/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/60348/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 1311D4CA6;\n\tTue,  1 Oct 2019 17:18:11 +0200 (CEST)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n\tby dpdk.org (Postfix) with ESMTP id 389324C9D\n\tfor <dev@dpdk.org>; Tue,  1 Oct 2019 17:18:09 +0200 (CEST)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t01 Oct 2019 08:18:08 -0700",
            "from sivswdev08.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.47])\n\tby orsmga002.jf.intel.com with ESMTP; 01 Oct 2019 08:18:06 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.64,571,1559545200\"; d=\"scan'208\";a=\"203262007\"",
        "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": "Tue,  1 Oct 2019 16:17:57 +0100",
        "Message-Id": "<1569943080-20228-1-git-send-email-bernard.iremonger@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "In-Reply-To": "<1567069173-10505-1-git-send-email-bernard.iremonger@intel.com>",
        "References": "<1567069173-10505-1-git-send-email-bernard.iremonger@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/3] examples/ipsec-secgw: set default",
        "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 patch set, sets the default code path in the ipsec-secgw\napplication to use the librte_ipsec.\nThe *_old test scripts have been modified to use the legacy code \npath.\n\nChanges in v2:\n-------------\nThe error messages for the -l option have been updated.\nThe pktest.sh script has been updated to drop the -l option.\n\nBernard Iremonger (3):\n  examples/ipsec-secgw: set default to IPsec library mode\n  examples/ipsec-secgw: add -l 0 parameter to old scripts\n  examples/ipsec-secgw: update pktest.sh script\n\n doc/guides/rel_notes/release_19_11.rst             |  8 ++++\n doc/guides/sample_app_ug/ipsec_secgw.rst           |  6 ++-\n examples/ipsec-secgw/ipsec-secgw.c                 | 46 ++++++++++++++--------\n examples/ipsec-secgw/test/pkttest.sh               |  1 -\n .../ipsec-secgw/test/trs_3descbc_sha1_old_defs.sh  |  2 +-\n .../ipsec-secgw/test/trs_aescbc_sha1_old_defs.sh   |  2 +-\n .../ipsec-secgw/test/trs_aesctr_sha1_old_defs.sh   |  2 +-\n .../test/trs_aesgcm_inline_crypto_old_defs.sh      |  2 +-\n examples/ipsec-secgw/test/trs_aesgcm_old_defs.sh   |  2 +-\n .../ipsec-secgw/test/tun_3descbc_sha1_old_defs.sh  |  2 +-\n .../ipsec-secgw/test/tun_aescbc_sha1_old_defs.sh   |  2 +-\n .../ipsec-secgw/test/tun_aesctr_sha1_old_defs.sh   |  2 +-\n .../test/tun_aesgcm_inline_crypto_old_defs.sh      |  2 +-\n examples/ipsec-secgw/test/tun_aesgcm_old_defs.sh   |  2 +-\n 14 files changed, 52 insertions(+), 29 deletions(-)"
}