get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 35077,
    "url": "http://patches.dpdk.org/api/patches/35077/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1518113999-23539-1-git-send-email-vipin.varghese@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": "<1518113999-23539-1-git-send-email-vipin.varghese@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1518113999-23539-1-git-send-email-vipin.varghese@intel.com",
    "date": "2018-02-08T18:19:59",
    "name": "[dpdk-dev,v3] doc: update the usage for shared library",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "603ac78e8298f85c4a872c968377d60fa9f9b428",
    "submitter": {
        "id": 882,
        "url": "http://patches.dpdk.org/api/people/882/?format=api",
        "name": "Varghese, Vipin",
        "email": "vipin.varghese@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1518113999-23539-1-git-send-email-vipin.varghese@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/35077/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/35077/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 945EA1B843;\n\tThu,  8 Feb 2018 19:19:59 +0100 (CET)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n\tby dpdk.org (Postfix) with ESMTP id 4963C1B842\n\tfor <dev@dpdk.org>; Thu,  8 Feb 2018 19:19:58 +0100 (CET)",
            "from orsmga007.jf.intel.com ([10.7.209.58])\n\tby orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t08 Feb 2018 10:19:44 -0800",
            "from unknown (HELO localhost.localdomain) ([10.224.122.203])\n\tby orsmga007.jf.intel.com with ESMTP; 08 Feb 2018 10:19:42 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.46,480,1511856000\"; d=\"scan'208\";a=\"16269276\"",
        "From": "Vipin Varghese <vipin.varghese@intel.com>",
        "To": "dev@dpdk.org,\n\tjohn.mcnamara@intel.com",
        "Cc": "marko.kovacevic@intel.com,\n\tVipin Varghese <vipin.varghese@intel.com>",
        "Date": "Thu,  8 Feb 2018 23:49:59 +0530",
        "Message-Id": "<1518113999-23539-1-git-send-email-vipin.varghese@intel.com>",
        "X-Mailer": "git-send-email 1.9.1",
        "In-Reply-To": "<1517926143-16585-1-git-send-email-vipin.varghese@intel.com>",
        "References": "<1517926143-16585-1-git-send-email-vipin.varghese@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v3] doc: update the usage for shared library",
        "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://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Add note information to intimate about use of option '-d' for shared\nlibrary in DPDK application.\n\nSigned-off-by: Vipin Varghese <vipin.varghese@intel.com>\n---\n\nV3 Changes:\n - updated from 'dpdk-testpmd' to 'testpmd' - John\n\nV2 Changes:\n - updated the space - John\n - updated testpmd to dpdk-testpmd - John\n---\n doc/guides/nics/build_and_test.rst | 4 ++++\n 1 file changed, 4 insertions(+)",
    "diff": "diff --git a/doc/guides/nics/build_and_test.rst b/doc/guides/nics/build_and_test.rst\nindex 62ac52c..d9a78ee 100644\n--- a/doc/guides/nics/build_and_test.rst\n+++ b/doc/guides/nics/build_and_test.rst\n@@ -151,3 +151,7 @@ This section demonstrates how to setup and run ``testpmd`` in Linux.\n \n    Refer to the :ref:`testpmd runtime functions <testpmd_runtime>` for a list\n    of available commands.\n+\n+   .. note::\n+      When ``testpmd`` is built with shared library, use option ``-d`` to load\n+      the dynamic PMD for ``rte_eal_init``.\n",
    "prefixes": [
        "dpdk-dev",
        "v3"
    ]
}