get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 54496,
    "url": "http://patches.dpdk.org/api/patches/54496/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190606115151.27805-6-konstantin.ananyev@intel.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": "<20190606115151.27805-6-konstantin.ananyev@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190606115151.27805-6-konstantin.ananyev@intel.com",
    "date": "2019-06-06T11:51:51",
    "name": "[v2,5/5] doc: update ipsec-secgw guide",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "f38365c54bd3c0382d13a4780bec5278694a07a1",
    "submitter": {
        "id": 33,
        "url": "http://patches.dpdk.org/api/people/33/?format=api",
        "name": "Ananyev, Konstantin",
        "email": "konstantin.ananyev@intel.com"
    },
    "delegate": {
        "id": 6690,
        "url": "http://patches.dpdk.org/api/users/6690/?format=api",
        "username": "akhil",
        "first_name": "akhil",
        "last_name": "goyal",
        "email": "gakhil@marvell.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190606115151.27805-6-konstantin.ananyev@intel.com/mbox/",
    "series": [
        {
            "id": 4928,
            "url": "http://patches.dpdk.org/api/series/4928/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4928",
            "date": "2019-06-06T11:51:46",
            "name": "examples/ipsec-secgw: support packet",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/4928/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/54496/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/54496/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 1016C1B9D4;\n\tThu,  6 Jun 2019 13:52:40 +0200 (CEST)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n\tby dpdk.org (Postfix) with ESMTP id 0E4F21B9DA\n\tfor <dev@dpdk.org>; Thu,  6 Jun 2019 13:52:37 +0200 (CEST)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n\tby fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t06 Jun 2019 04:52:37 -0700",
            "from sivswdev08.ir.intel.com ([10.237.217.47])\n\tby orsmga008.jf.intel.com with ESMTP; 06 Jun 2019 04:52:35 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "From": "Konstantin Ananyev <konstantin.ananyev@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "akhil.goyal@nxp.com,\n\tKonstantin Ananyev <konstantin.ananyev@intel.com>",
        "Date": "Thu,  6 Jun 2019 12:51:51 +0100",
        "Message-Id": "<20190606115151.27805-6-konstantin.ananyev@intel.com>",
        "X-Mailer": "git-send-email 2.18.0",
        "In-Reply-To": "<20190606115151.27805-1-konstantin.ananyev@intel.com>",
        "References": "<20190527184448.21264-1-konstantin.ananyev@intel.com>\n\t<20190606115151.27805-1-konstantin.ananyev@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 5/5] doc: update ipsec-secgw guide",
        "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": "Update ipsec-secgw guide to reflect latest changes:\nsupport packets fragmentation/reassembly and related new\ncommand-line options.\n\nSigned-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>\n---\n doc/guides/sample_app_ug/ipsec_secgw.rst | 22 ++++++++++++++++++----\n 1 file changed, 18 insertions(+), 4 deletions(-)",
    "diff": "diff --git a/doc/guides/sample_app_ug/ipsec_secgw.rst b/doc/guides/sample_app_ug/ipsec_secgw.rst\nindex ac118c1a2..ad2d79e75 100644\n--- a/doc/guides/sample_app_ug/ipsec_secgw.rst\n+++ b/doc/guides/sample_app_ug/ipsec_secgw.rst\n@@ -69,7 +69,6 @@ Constraints\n *  No AH mode.\n *  Supported algorithms: AES-CBC, AES-CTR, AES-GCM, 3DES-CBC, HMAC-SHA1 and NULL.\n *  Each SA must be handle by a unique lcore (*1 RX queue per port*).\n-*  No chained mbufs.\n \n Compiling the Application\n -------------------------\n@@ -98,6 +97,8 @@ The application has a number of command line options::\n                         --single-sa SAIDX\n                         --rxoffload MASK\n                         --txoffload MASK\n+                        --mtu MTU\n+                        --reassemble NUM\n                         -f CONFIG_FILE_PATH\n \n Where:\n@@ -111,9 +112,13 @@ Where:\n \n *   ``-u PORTMASK``: hexadecimal bitmask of unprotected ports\n \n-*   ``-j FRAMESIZE``: *optional*. Enables jumbo frames with the maximum size\n-    specified as FRAMESIZE. If an invalid value is provided as FRAMESIZE\n-    then the default value 9000 is used.\n+*   ``-j FRAMESIZE``: *optional*. data buffer size (in bytes),\n+    in other words maximum data size for one segment.\n+    Packets with length bigger then FRAMESIZE still can be received,\n+    but will be segmented.\n+    Default value: RTE_MBUF_DEFAULT_BUF_SIZE (2176)\n+    Minimum value: RTE_MBUF_DEFAULT_BUF_SIZE (2176)\n+    Maximum value: UINT16_MAX (65535).\n \n *   ``-l``: enables code-path that uses librte_ipsec.\n \n@@ -144,6 +149,15 @@ Where:\n     allows user to disable some of the TX HW offload capabilities.\n     By default all HW TX offloads are enabled.\n \n+*   ``--mtu MTU``: MTU value (in bytes) on all attached ethernet ports.\n+    Outgoing packets with length bigger then MTU will be fragmented.\n+    Incoming packets with length bigger then MTU will be discarded.\n+    Default value: 1500.\n+\n+*   ``--reassemble NUM``: max number of entries in reassemble fragment table.\n+    Zero value disables reassembly functionality.\n+    Default value: 0.\n+\n *   ``-f CONFIG_FILE_PATH``: the full path of text-based file containing all\n     configuration items for running the application (See Configuration file\n     syntax section below). ``-f CONFIG_FILE_PATH`` **must** be specified.\n",
    "prefixes": [
        "v2",
        "5/5"
    ]
}