get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 20979,
    "url": "https://patches.dpdk.org/api/patches/20979/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1488348292-118243-10-git-send-email-wenzhuo.lu@intel.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": "<1488348292-118243-10-git-send-email-wenzhuo.lu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1488348292-118243-10-git-send-email-wenzhuo.lu@intel.com",
    "date": "2017-03-01T06:04:52",
    "name": "[dpdk-dev,9/9] net/ixgbe/base: update readme",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "34a6bdf455b8b9aad88a233ebd3b0ad4983f4e7b",
    "submitter": {
        "id": 258,
        "url": "https://patches.dpdk.org/api/people/258/?format=api",
        "name": "Wenzhuo Lu",
        "email": "wenzhuo.lu@intel.com"
    },
    "delegate": {
        "id": 319,
        "url": "https://patches.dpdk.org/api/users/319/?format=api",
        "username": "fyigit",
        "first_name": "Ferruh",
        "last_name": "Yigit",
        "email": "ferruh.yigit@amd.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1488348292-118243-10-git-send-email-wenzhuo.lu@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/20979/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/20979/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 [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id CEE2AF951;\n\tWed,  1 Mar 2017 07:05:47 +0100 (CET)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n\tby dpdk.org (Postfix) with ESMTP id 8CD862B9D\n\tfor <dev@dpdk.org>; Wed,  1 Mar 2017 07:04:51 +0100 (CET)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby orsmga105.jf.intel.com with ESMTP; 28 Feb 2017 22:04:50 -0800",
            "from dpdk26.sh.intel.com ([10.239.128.228])\n\tby FMSMGA003.fm.intel.com with ESMTP; 28 Feb 2017 22:04:49 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.35,223,1484035200\"; d=\"scan'208\";a=\"829601282\"",
        "From": "Wenzhuo Lu <wenzhuo.lu@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Wenzhuo Lu <wenzhuo.lu@intel.com>",
        "Date": "Wed,  1 Mar 2017 14:04:52 +0800",
        "Message-Id": "<1488348292-118243-10-git-send-email-wenzhuo.lu@intel.com>",
        "X-Mailer": "git-send-email 1.9.3",
        "In-Reply-To": "<1488348292-118243-1-git-send-email-wenzhuo.lu@intel.com>",
        "References": "<1488348292-118243-1-git-send-email-wenzhuo.lu@intel.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH 9/9] net/ixgbe/base: update readme",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<http://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": "<http://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": "Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>\n---\n doc/guides/rel_notes/release_17_05.rst | 8 ++++++++\n drivers/net/ixgbe/base/README          | 4 ++--\n 2 files changed, 10 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst\nindex e25ea9f..ab87e81 100644\n--- a/doc/guides/rel_notes/release_17_05.rst\n+++ b/doc/guides/rel_notes/release_17_05.rst\n@@ -41,6 +41,14 @@ New Features\n      Also, make sure to start the actual text at the margin.\n      =========================================================\n \n+* **Updated the ixgbe base driver.**\n+\n+  Updated the ixgbe base driver, including the following changes:\n+\n+  * Add link block check for KR.\n+  * Complete HW initialization even if SFP is not present.\n+  * Add VF xcast promiscuous mode.\n+\n \n Resolved Issues\n ---------------\ndiff --git a/drivers/net/ixgbe/base/README b/drivers/net/ixgbe/base/README\nindex 0a6054f..49bb27c 100644\n--- a/drivers/net/ixgbe/base/README\n+++ b/drivers/net/ixgbe/base/README\n@@ -1,7 +1,7 @@\n ..\n      BSD LICENSE\n    \n-     Copyright(c) 2010-2015 Intel Corporation. All rights reserved.\n+     Copyright(c) 2010-2017 Intel Corporation. All rights reserved.\n      All rights reserved.\n    \n      Redistribution and use in source and binary forms, with or without\n@@ -34,7 +34,7 @@ Intel® IXGBE driver\n ===================\n \n This directory contains source code of FreeBSD ixgbe driver of version\n-cid-10g-shared-code.2017.01.05 released by the team which develop\n+cid-10g-shared-code.2017.02.27 released by the team which develop\n basic drivers for any ixgbe NIC. The sub-directory of base/\n contains the original source package.\n This driver is valid for the product(s) listed below\n",
    "prefixes": [
        "dpdk-dev",
        "9/9"
    ]
}