get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 51549,
    "url": "http://patches.dpdk.org/api/patches/51549/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190325022935.74302-1-qiming.yang@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": "<20190325022935.74302-1-qiming.yang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190325022935.74302-1-qiming.yang@intel.com",
    "date": "2019-03-25T02:29:32",
    "name": "[v5,0/3] enable package download in ice driver",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 522,
        "url": "http://patches.dpdk.org/api/people/522/?format=api",
        "name": "Qiming Yang",
        "email": "qiming.yang@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190325022935.74302-1-qiming.yang@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/51549/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/51549/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 0D3E4137D;\n\tMon, 25 Mar 2019 03:29:42 +0100 (CET)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id 64FAA10A3\n\tfor <dev@dpdk.org>; Mon, 25 Mar 2019 03:29:40 +0100 (CET)",
            "from orsmga004.jf.intel.com ([10.7.209.38])\n\tby orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t24 Mar 2019 19:29:39 -0700",
            "from dpdk-qiming2.sh.intel.com ([10.67.119.132])\n\tby orsmga004.jf.intel.com with ESMTP; 24 Mar 2019 19:29:37 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.60,256,1549958400\"; d=\"scan'208\";a=\"285554999\"",
        "From": "Qiming Yang <qiming.yang@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "qi.z.zhang@intel.com,\n\tQiming Yang <qiming.yang@intel.com>",
        "Date": "Mon, 25 Mar 2019 10:29:32 +0800",
        "Message-Id": "<20190325022935.74302-1-qiming.yang@intel.com>",
        "X-Mailer": "git-send-email 2.9.5",
        "In-Reply-To": "<20190321150232.13536-2-qiming.yang@intel.com>",
        "References": "<20190321150232.13536-2-qiming.yang@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v5 0/3] enable package download in ice driver",
        "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": "This patch set enabled package downloading to the device. The package is\nto be in the /lib/firmware/intel/ice/ddp directory and named ice.pkg.\nThe package is shared by the kernel driver and the DPDK PMD.\n\nIf package download failed, driver need to go to safe mode. This patch\nset disabled RSS, QINQ, checksum offload in safe mode.\n\nThe patch set also enabled RSS for UPD/TCP/SCTP+IPV4/IPV6 packets.\n\n---\nV5:\n1. improve as community's comment.\n2. fixed time line error.\n\nV4:\n1. free memory when package download fail.\n\nV3:\n1. fixed compile issue.\n2. split document update to each patch.\n\nV2:\n1. fixed errors in commit log.\n2. removed unnecessary code.\n3. improved as Qi's comments.\n4. removed devargs.\n5. added document update.\n\nQiming Yang (3):\n  net/ice: load OS default package\n  net/ice: add safe mode\n  net/ice: enable RSS when device init\n\n doc/guides/nics/ice.rst                |   9 ++\n doc/guides/rel_notes/release_19_05.rst |   6 ++\n drivers/net/ice/ice_ethdev.c           | 157 ++++++++++++++++++++++++++++++---\n drivers/net/ice/ice_ethdev.h           |   1 +\n 4 files changed, 160 insertions(+), 13 deletions(-)",
    "diff": null,
    "prefixes": [
        "v5",
        "0/3"
    ]
}