get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 47104,
    "url": "https://patches.dpdk.org/api/patches/47104/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1540192330-4105-1-git-send-email-hemant.agrawal@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": "<1540192330-4105-1-git-send-email-hemant.agrawal@nxp.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1540192330-4105-1-git-send-email-hemant.agrawal@nxp.com",
    "date": "2018-10-22T07:12:07",
    "name": "[v6,0/3] security: support for pdcp",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 477,
        "url": "https://patches.dpdk.org/api/people/477/?format=api",
        "name": "Hemant Agrawal",
        "email": "hemant.agrawal@nxp.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1540192330-4105-1-git-send-email-hemant.agrawal@nxp.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/47104/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/47104/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 6EA344CC7;\n\tMon, 22 Oct 2018 09:14:36 +0200 (CEST)",
            "from inva021.nxp.com (inva021.nxp.com [92.121.34.21])\n\tby dpdk.org (Postfix) with ESMTP id 911644CA7\n\tfor <dev@dpdk.org>; Mon, 22 Oct 2018 09:14:35 +0200 (CEST)",
            "from inva021.nxp.com (localhost [127.0.0.1])\n\tby inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 219092001B7;\n\tMon, 22 Oct 2018 09:14:35 +0200 (CEST)",
            "from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com\n\t[165.114.16.14])\n\tby inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 68ACE2001CA;\n\tMon, 22 Oct 2018 09:14:30 +0200 (CEST)",
            "from bf-netperf1.ap.freescale.net (bf-netperf1.ap.freescale.net\n\t[10.232.134.28])\n\tby invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 34403402D0;\n\tMon, 22 Oct 2018 15:14:24 +0800 (SGT)"
        ],
        "From": "Hemant Agrawal <hemant.agrawal@nxp.com>",
        "To": "dev@dpdk.org",
        "Cc": "thomas@monjalon.net, pablo.de.lara.guarch@intel.com,\n\tradu.nicolau@intel.com, jerin.jacob@caviumnetworks.com,\n\tnarayanaprasad.athreya@caviumnetworks.com,\n\tShally.Verma@caviumnetworks.com, \n\tAnoob.Joseph@caviumnetworks.com, Vidya.Velumuri@caviumnetworks.com,\n\takhil.goyal@nxp.com",
        "Date": "Mon, 22 Oct 2018 12:42:07 +0530",
        "Message-Id": "<1540192330-4105-1-git-send-email-hemant.agrawal@nxp.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<20181016103352.2678-1-akhil.goyal@nxp.com>",
        "References": "<20181016103352.2678-1-akhil.goyal@nxp.com>",
        "X-Virus-Scanned": "ClamAV using ClamSMTP",
        "Subject": "[dpdk-dev] [PATCH v6 0/3] security: support for 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\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": "Security library currently only has support for IPSec protocol.\nThis patchset defines structures for pdcp protocol in rte_security and provide a sample driver implementation for lookaside protocol offload to support PDCP.\n\nChanges in v6:\n- fix doxygen and clang compilation errors\n\nChanges in v5:\n- corrected comments in xform structure.\n\nchanges in v4:\n- added capability and setting for packet ordering and duplicate detection.\n- some fixes in driver.\n\nchanges in v3:\nremoved checkpatch warnings.\n\nchanges in v2:\n- removed hfn override. Will be added later when it is supported\n- added seq number size = 18bits\n- coding style issues corrected in pdcp.h\n- updated documentation for specifying the 3GPP specification reference\n- removed some duplicate code in dpaa2_sec_dpseci.c\n\n\nAkhil Goyal (3):\n  security: support pdcp protocol\n  crypto/dpaa2_sec: add sample pdcp descriptor apis\n  crypto/dpaa2_sec: support pdcp offload\n\n doc/guides/prog_guide/rte_security.rst      |  107 +-\n drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c |  258 +++\n drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h   |  208 +-\n drivers/crypto/dpaa2_sec/hw/desc.h          |    2 +-\n drivers/crypto/dpaa2_sec/hw/desc/pdcp.h     | 2796 +++++++++++++++++++++++++++\n lib/librte_security/rte_security.c          |    4 +\n lib/librte_security/rte_security.h          |   90 +\n 7 files changed, 3449 insertions(+), 16 deletions(-)\n create mode 100644 drivers/crypto/dpaa2_sec/hw/desc/pdcp.h",
    "diff": null,
    "prefixes": [
        "v6",
        "0/3"
    ]
}