Show a cover letter.

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

{
    "id": 127234,
    "url": "http://patches.dpdk.org/api/covers/127234/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20230523194918.1940212-1-gakhil@marvell.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": "<20230523194918.1940212-1-gakhil@marvell.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230523194918.1940212-1-gakhil@marvell.com",
    "date": "2023-05-23T19:49:05",
    "name": "[00/13] Add MACsec unit test cases",
    "submitter": {
        "id": 2094,
        "url": "http://patches.dpdk.org/api/people/2094/?format=api",
        "name": "Akhil Goyal",
        "email": "gakhil@marvell.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20230523194918.1940212-1-gakhil@marvell.com/mbox/",
    "series": [
        {
            "id": 28140,
            "url": "http://patches.dpdk.org/api/series/28140/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=28140",
            "date": "2023-05-23T19:49:05",
            "name": "Add MACsec unit test cases",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/28140/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/127234/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 01EA242B83;\n\tTue, 23 May 2023 21:49:55 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 84D7240A80;\n\tTue, 23 May 2023 21:49:55 +0200 (CEST)",
            "from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com\n [67.231.156.173])\n by mails.dpdk.org (Postfix) with ESMTP id A163340689\n for <dev@dpdk.org>; Tue, 23 May 2023 21:49:53 +0200 (CEST)",
            "from pps.filterd (m0045851.ppops.net [127.0.0.1])\n by mx0b-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id\n 34NEo5r9006798; Tue, 23 May 2023 12:49:50 -0700",
            "from dc5-exch02.marvell.com ([199.233.59.182])\n by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3qpwqk30u5-1\n (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT);\n Tue, 23 May 2023 12:49:50 -0700",
            "from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com\n (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.48;\n Tue, 23 May 2023 12:49:48 -0700",
            "from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com\n (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.48 via Frontend\n Transport; Tue, 23 May 2023 12:49:48 -0700",
            "from localhost.localdomain (unknown [10.28.36.102])\n by maili.marvell.com (Postfix) with ESMTP id 55BCF3F70A9;\n Tue, 23 May 2023 12:49:45 -0700 (PDT)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com;\n h=from : to : cc :\n subject : date : message-id : in-reply-to : references : mime-version :\n content-transfer-encoding : content-type; s=pfpt0220;\n bh=NzogL3DeMLO4UfKIo5GCSMGSYVLWmVORcHiolbx37ZQ=;\n b=QgxnZLE4WoZavRbisNFxSULiqRdh22WWw/UgL6socdMTrRjHZTRqe4OpkopD6kqHfNo8\n wP1MPQ6yv3o81Nm67pjGU6yG3WpNBxz62j8wfZjAoYfgX2LkBp4lonfNYctq6sXdQCr3\n hocE666D3GCtljBhjXGL1Ck5umN9RPZhTAKPynopPBJRFgK2R+ymfc776MGeHRB1VS+S\n fE3CwhARcWlK5IIM6BitPQoZ9XpHAkiazpHG4vOuwDP4IRZZWcKkKFJfspMrCm2KPcz0\n 8Xqa2vLhTNdou3HRm8dVJwr/0t7juvRHs12tnFbACgUPWcJOzI39sB1QPtCynNrymudm bQ==",
        "From": "Akhil Goyal <gakhil@marvell.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<thomas@monjalon.net>, <olivier.matz@6wind.com>, <orika@nvidia.com>,\n <david.marchand@redhat.com>, <hemant.agrawal@nxp.com>,\n <vattunuru@marvell.com>, <ferruh.yigit@amd.com>, <jerinj@marvell.com>,\n <adwivedi@marvell.com>, Akhil Goyal <gakhil@marvell.com>",
        "Subject": "[PATCH 00/13] Add MACsec unit test cases",
        "Date": "Wed, 24 May 2023 01:19:05 +0530",
        "Message-ID": "<20230523194918.1940212-1-gakhil@marvell.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20220928124516.93050-5-gakhil@marvell.com>",
        "References": "<20220928124516.93050-5-gakhil@marvell.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain",
        "X-Proofpoint-ORIG-GUID": "-7RqUmHVqHGUv4T0w54HiV5yAfcdUnKk",
        "X-Proofpoint-GUID": "-7RqUmHVqHGUv4T0w54HiV5yAfcdUnKk",
        "X-Proofpoint-Virus-Version": "vendor=baseguard\n engine=ICAP:2.0.254,Aquarius:18.0.957,Hydra:6.0.573,FMLib:17.11.176.26\n definitions=2023-05-23_12,2023-05-23_02,2023-05-22_02",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org"
    },
    "content": "Inline MACsec offload was supported in DPDK 22.11\nusing rte_security APIs.\nThis patchset adds few minor changes in the rte_security APIs\nto specify the direction of SA/SC and update the SC configuration\nto set packet number threshold.\n\nThe patchset also add functional test cases in dpdk-test app\nto verify MACsec functionality.\n\nThis patchset is pending from last release [1] due to lack of\nhardware to test. Now the test cases are verified on Marvell cnxk PMD\nand the pmd support is added as a separate patchset.\n\n\nAkhil Goyal (10):\n  security: add direction in SA/SC configuration\n  security: add MACsec packet number threshold\n  test/security: add inline MACsec cases\n  test/security: add MACsec integrity cases\n  test/security: verify multi flow MACsec\n  test/security: add MACsec VLAN cases\n  test/security: add MACsec negative cases\n  test/security: verify MACsec stats\n  test/security: verify MACsec Tx HW rekey\n  test/security: remove no MACsec support case\n\nAnkur Dwivedi (3):\n  test/security: verify MACsec interrupts\n  test/security: verify MACsec Rx rekey\n  test/security: verify MACsec anti replay\n\n app/test/meson.build                          |    1 +\n app/test/test_security.c                      |   37 -\n app/test/test_security_inline_macsec.c        | 2332 ++++++++++\n .../test_security_inline_macsec_vectors.h     | 3895 +++++++++++++++++\n lib/security/rte_security.c                   |   16 +-\n lib/security/rte_security.h                   |   24 +-\n lib/security/rte_security_driver.h            |   12 +-\n 7 files changed, 6266 insertions(+), 51 deletions(-)\n create mode 100644 app/test/test_security_inline_macsec.c\n create mode 100644 app/test/test_security_inline_macsec_vectors.h"
}