get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 61078,
    "url": "https://patches.dpdk.org/api/patches/61078/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20191014182223.35251-1-jiaqix.min@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": "<20191014182223.35251-1-jiaqix.min@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20191014182223.35251-1-jiaqix.min@intel.com",
    "date": "2019-10-14T18:22:23",
    "name": "doc: add known issue for ice",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "11185a11ffacc484d8f65d25da4d7b9ff90db184",
    "submitter": {
        "id": 1374,
        "url": "https://patches.dpdk.org/api/people/1374/?format=api",
        "name": "Min, JiaqiX",
        "email": "jiaqix.min@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/20191014182223.35251-1-jiaqix.min@intel.com/mbox/",
    "series": [
        {
            "id": 6828,
            "url": "https://patches.dpdk.org/api/series/6828/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=6828",
            "date": "2019-10-14T18:22:23",
            "name": "doc: add known issue for ice",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/6828/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/61078/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/61078/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 4036B1C1B1;\n\tMon, 14 Oct 2019 12:43:27 +0200 (CEST)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n\tby dpdk.org (Postfix) with ESMTP id 603941C1A4\n\tfor <dev@dpdk.org>; Mon, 14 Oct 2019 12:43:25 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t14 Oct 2019 03:43:24 -0700",
            "from intel.sh.intel.com ([10.239.255.129])\n\tby fmsmga001.fm.intel.com with ESMTP; 14 Oct 2019 03:43:23 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.67,295,1566889200\"; d=\"scan'208\";a=\"207945734\"",
        "From": "Min JiaqiX <jiaqix.min@intel.com>",
        "To": "dev@dpdk.org,\n\tqiming.yang@intel.com",
        "Cc": "Min JiaqiX <jiaqix.min@intel.com>",
        "Date": "Mon, 14 Oct 2019 18:22:23 +0000",
        "Message-Id": "<20191014182223.35251-1-jiaqix.min@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [PATCH] doc: add known issue for ice",
        "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": "Add known issue for incorrect Rx statistics when packet is oversize.\n\nSigned-off-by: Min JiaqiX <jiaqix.min@intel.com>\n---\n doc/guides/nics/ice.rst | 8 ++++++++\n 1 file changed, 8 insertions(+)",
    "diff": "diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst\nindex 03819d29f..3e9bc9d33 100644\n--- a/doc/guides/nics/ice.rst\n+++ b/doc/guides/nics/ice.rst\n@@ -127,3 +127,11 @@ The same package file is used by both the kernel driver and the DPDK PMD.\n ~~~~~~~~~~~~~~~~\n \n Ice code released in 19.02 is for evaluation only.\n+\n+Incorrect Rx statistics when packet is oversize\n+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n+\n+When a packet is over maximum frame size, the packet is dropped.\n+However, when calling `rte_eth_stats_get`, the Rx statistics will be\n+showed as received.\n+\n",
    "prefixes": []
}