get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 73144,
    "url": "https://patches.dpdk.org/api/patches/73144/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200706053648.13271-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": "<20200706053648.13271-1-akhil.goyal@nxp.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200706053648.13271-1-akhil.goyal@nxp.com",
    "date": "2020-07-06T05:36:45",
    "name": "[v3,0/3] Updates for HFN in PDCP",
    "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/20200706053648.13271-1-akhil.goyal@nxp.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/73144/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/73144/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 78A51A00BE;\n\tMon,  6 Jul 2020 07:36:57 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 1CE8B1D621;\n\tMon,  6 Jul 2020 07:36:56 +0200 (CEST)",
            "from inva020.nxp.com (inva020.nxp.com [92.121.34.13])\n by dpdk.org (Postfix) with ESMTP id 2F0A71D5D6\n for <dev@dpdk.org>; Mon,  6 Jul 2020 07:36:54 +0200 (CEST)",
            "from inva020.nxp.com (localhost [127.0.0.1])\n by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id F0FEC1A056D;\n Mon,  6 Jul 2020 07:36:53 +0200 (CEST)",
            "from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com\n [165.114.16.14])\n by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 447891A0550;\n Mon,  6 Jul 2020 07:36:52 +0200 (CEST)",
            "from lsv03273.swis.in-blr01.nxp.com (lsv03273.swis.in-blr01.nxp.com\n [92.120.147.113])\n by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id D6C9E40296;\n Mon,  6 Jul 2020 13:36:49 +0800 (SGT)"
        ],
        "From": "Akhil Goyal <akhil.goyal@nxp.com>",
        "To": "dev@dpdk.org",
        "Cc": "hemant.agrawal@nxp.com,\n\tAkhil Goyal <akhil.goyal@nxp.com>",
        "Date": "Mon,  6 Jul 2020 11:06:45 +0530",
        "Message-Id": "<20200706053648.13271-1-akhil.goyal@nxp.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20200706052142.12116-2-akhil.goyal@nxp.com>",
        "References": "<20200706052142.12116-2-akhil.goyal@nxp.com>",
        "X-Virus-Scanned": "ClamAV using ClamSMTP",
        "Subject": "[dpdk-dev] [PATCH v3 0/3] Updates for HFN in PDCP",
        "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 <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",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "changes in v3:\n- fix checkpatch warning\n- changes were accidently done in test_pdcp_proto_SGL instead of\ntest_pdcp_proto. Fixed.\n\nChanges in v2:\nupdated test and test-crypto-perf for better test coverage\nto include both HFN override and per session HFN in testing.\n\n\n*** BLURB HERE ***\n\nAkhil Goyal (3):\n  drivers/crypto: fix 18bit PDCP cases with HFN override\n  test/crypto: update PDCP HFN scenarios\n  test/crypto-perf: add option to enable session HFN\n\n app/test-crypto-perf/cperf_ops.c             | 11 +++--\n app/test-crypto-perf/cperf_options.h         |  3 ++\n app/test-crypto-perf/cperf_options_parsing.c | 13 ++++++\n app/test/test_cryptodev.c                    | 21 +++++++++-\n doc/guides/tools/cryptoperf.rst              |  4 ++\n drivers/common/dpaax/caamflib/desc/pdcp.h    | 44 ++++++++++++++++++++\n drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c  |  8 ++++\n drivers/crypto/dpaa_sec/dpaa_sec.c           | 33 +++------------\n 8 files changed, 105 insertions(+), 32 deletions(-)",
    "diff": null,
    "prefixes": [
        "v3",
        "0/3"
    ]
}