get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/58666/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 58666,
    "url": "https://patches.dpdk.org/api/patches/58666/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190905144754.10188-1-akhil.goyal@nxp.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": "<20190905144754.10188-1-akhil.goyal@nxp.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190905144754.10188-1-akhil.goyal@nxp.com",
    "date": "2019-09-05T14:47:47",
    "name": "[0/7] Add PDCP test cases",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 517,
        "url": "https://patches.dpdk.org/api/people/517/?format=api",
        "name": "Akhil Goyal",
        "email": "akhil.goyal@nxp.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190905144754.10188-1-akhil.goyal@nxp.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/58666/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/58666/checks/",
    "tags": {},
    "related": [],
    "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 CC9711BF12;\n\tThu,  5 Sep 2019 17:02:20 +0200 (CEST)",
            "from inva020.nxp.com (inva020.nxp.com [92.121.34.13])\n\tby dpdk.org (Postfix) with ESMTP id B3CD71BEDB\n\tfor <dev@dpdk.org>; Thu,  5 Sep 2019 17:02:19 +0200 (CEST)",
            "from inva020.nxp.com (localhost [127.0.0.1])\n\tby inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 50F0B1A0411;\n\tThu,  5 Sep 2019 17:02:19 +0200 (CEST)",
            "from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com\n\t[165.114.16.14])\n\tby inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 840181A0291;\n\tThu,  5 Sep 2019 17:02:15 +0200 (CEST)",
            "from GDB1.ap.freescale.net (GDB1.ap.freescale.net [10.232.132.179])\n\tby invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id CC94D402CF;\n\tThu,  5 Sep 2019 23:02:10 +0800 (SGT)"
        ],
        "From": "Akhil Goyal <akhil.goyal@nxp.com>",
        "To": "dev@dpdk.org",
        "Cc": "hemant.agrawal@nxp.com, anoobj@marvell.com, jerinj@marvell.com,\n\tdeclan.doherty@intel.com, konstantin.ananyev@intel.com,\n\tvakul.garg@nxp.com, Akhil Goyal <akhil.goyal@nxp.com>",
        "Date": "Thu,  5 Sep 2019 20:17:47 +0530",
        "Message-Id": "<20190905144754.10188-1-akhil.goyal@nxp.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20190903164911.32091-1-akhil.goyal@nxp.com>",
        "References": "<20190903164911.32091-1-akhil.goyal@nxp.com>",
        "X-Virus-Scanned": "ClamAV using ClamSMTP",
        "Subject": "[dpdk-dev] [PATCH 0/7] Add PDCP test cases",
        "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 add test vectors and a test framework for PDCP\ncplane and uplane protocol processing based on various\nsequence number sizes(5/7/12/15/18).\n\nThese test cases and test vectors are validated over NXP DPAA_SEC\nand DPAA2_SEC platforms.\n\nThis patchset is a split to the patch [1] which was sent as RFC.\n\nFurther this patchset is dependent on [2]\n[1] http://patches.dpdk.org/patch/58554/\n[2] http://patches.dpdk.org/project/dpdk/list/?series=6199\n\nAkhil Goyal (7):\n  test/crypto: Add PDCP cplane encap cases\n  test/crypto: Add PDCP cplane decap cases\n  test/crypto: Add PDCP uplane encap cases\n  test/crypto: Add PDCP uplane encap with integrity cases\n  test/crypto: Add PDCP uplane decap cases\n  test/crypto: Add PDCP cases for scatter gather bufs\n  test/crypto: support wireless algos for dpaa2_sec\n\n app/test/Makefile                             |    1 +\n app/test/meson.build                          |    1 +\n app/test/test_cryptodev.c                     |  713 +-\n app/test/test_cryptodev_security_pdcp.c       |  590 ++\n .../test_cryptodev_security_pdcp_test_func.h  |   48 +\n ...est_cryptodev_security_pdcp_test_vectors.h | 6323 +++++++++++++++++\n 6 files changed, 7669 insertions(+), 7 deletions(-)\n create mode 100644 app/test/test_cryptodev_security_pdcp.c\n create mode 100644 app/test/test_cryptodev_security_pdcp_test_func.h\n create mode 100644 app/test/test_cryptodev_security_pdcp_test_vectors.h",
    "diff": null,
    "prefixes": [
        "0/7"
    ]
}