get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 57449,
    "url": "https://patches.dpdk.org/api/patches/57449/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1565047254-66826-1-git-send-email-xiao.zhang@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": "<1565047254-66826-1-git-send-email-xiao.zhang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1565047254-66826-1-git-send-email-xiao.zhang@intel.com",
    "date": "2019-08-05T23:20:49",
    "name": "[v2,0/5] fix dereference after null check coverity",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1352,
        "url": "https://patches.dpdk.org/api/people/1352/?format=api",
        "name": "Xiao Zhang",
        "email": "xiao.zhang@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1565047254-66826-1-git-send-email-xiao.zhang@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/57449/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/57449/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 87BAB1BDF3;\n\tMon,  5 Aug 2019 16:27:04 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 334931BDE9;\n\tMon,  5 Aug 2019 16:27:03 +0200 (CEST)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t05 Aug 2019 07:26:20 -0700",
            "from npg-dpdk-zhangxiao.sh.intel.com ([10.67.110.190])\n\tby fmsmga005.fm.intel.com with ESMTP; 05 Aug 2019 07:26:18 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.64,350,1559545200\"; d=\"scan'208\";a=\"373096563\"",
        "From": "Xiao Zhang <xiao.zhang@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "qiming.yang@intel.com, beilei.xing@intel.com, xiaolong.ye@intel.com,\n\tXiao Zhang <xiao.zhang@intel.com>, stable@dpdk.org",
        "Date": "Tue,  6 Aug 2019 07:20:49 +0800",
        "Message-Id": "<1565047254-66826-1-git-send-email-xiao.zhang@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1564952430-6585-1-git-send-email-xiao.zhang@intel.com>",
        "References": "<1564952430-6585-1-git-send-email-xiao.zhang@intel.com>",
        "Subject": "[dpdk-dev] [v2 0/5] fix dereference after null check coverity",
        "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 tries to fix (dereference after null check) coverity issue.\nThe address of first segmented packets for ice, iavf, i40e fm10k and ixgbe\nwas not set correctly during reassembling packets which led to this issue.\n\nCoverity issue: 343452\nCoverity issue: 343407\nFixes: c68a52b8 (\"net/ice: support vector SSE in Rx\")\nCoverity issue: 343447\nFixes: 319c421f (\"net/avf: enable SSE Rx Tx\")\nCoverity issue: 343422 Coverity issue: 343403\nFixes: ca74903b (\"net/i40e: extract non-x86 specific code from vector driver\")\nCoverity issue: 343416\nFixes: fe65e1e1 (\"fm10k: add vector scatter Rx\")\nCoverity issue: 13245\nFixes: 8a44c15a (\"net/ixgbe: extract non-x86 specific code from vector driver\")\nCc: stable@dpdk.org\n\nv2 Add cover letter and move the fix after invalidation check\n\nXiao Zhang (5):\n  net/ixgbe: fix dereference after null check coverity\n  net/ice: fix dereference after null check coverity\n  net/i40e: fix dereference after null check coverity\n  net/iavf: fix dereference after null check coverity\n  net/fm10k: fix dereference after null check coverity\n\n drivers/net/fm10k/fm10k_rxtx_vec.c     | 1 +\n drivers/net/i40e/i40e_rxtx_vec_avx2.c  | 1 +\n drivers/net/i40e/i40e_rxtx_vec_sse.c   | 1 +\n drivers/net/iavf/iavf_rxtx_vec_sse.c   | 1 +\n drivers/net/ice/ice_rxtx_vec_avx2.c    | 1 +\n drivers/net/ice/ice_rxtx_vec_sse.c     | 1 +\n drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 1 +\n 7 files changed, 7 insertions(+)",
    "diff": null,
    "prefixes": [
        "v2",
        "0/5"
    ]
}