List patch comments

GET /api/patches/74525/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<https://patches.dpdk.org/api/patches/74525/comments/?format=api&page=1>; rel="first",
<https://patches.dpdk.org/api/patches/74525/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 116654, "web_url": "https://patches.dpdk.org/comment/116654/", "msgid": "<30f7aca3-021c-5052-2bc8-47ad89e51fc6@intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/30f7aca3-021c-5052-2bc8-47ad89e51fc6@intel.com", "date": "2020-07-27T03:43:20", "subject": "Re: [dpdk-dev] [PATCH 2/8] net/i40e/base: add PTYPE definition", "submitter": { "id": 507, "url": "https://patches.dpdk.org/api/people/507/?format=api", "name": "Guo, Jia", "email": "jia.guo@intel.com" }, "content": "Acked-by: Jeff Guo <jia.guo@intel.com>\n\nOn 7/21/2020 3:39 PM, Guinan Sun wrote:\n> Add I40E_RX_PTYPE_PARSER_ABORTED definition, so i40e driver will know\n> opcode for parser aborted packets.\n> Without this definition driver would have to rely on magic numbers.\n>\n> Signed-off-by: Przemyslaw Patynowski <przemyslawx.patynowski@intel.com>\n> Signed-off-by: Guinan Sun <guinanx.sun@intel.com>\n> ---\n> drivers/net/i40e/base/i40e_type.h | 3 ++-\n> 1 file changed, 2 insertions(+), 1 deletion(-)\n>\n> diff --git a/drivers/net/i40e/base/i40e_type.h b/drivers/net/i40e/base/i40e_type.h\n> index b5b5b928d..0eeb55975 100644\n> --- a/drivers/net/i40e/base/i40e_type.h\n> +++ b/drivers/net/i40e/base/i40e_type.h\n> @@ -961,7 +961,8 @@ enum i40e_rx_l2_ptype {\n> \tI40E_RX_PTYPE_GRENAT4_MAC_PAY3\t\t\t= 58,\n> \tI40E_RX_PTYPE_GRENAT4_MACVLAN_IPV6_ICMP_PAY4\t= 87,\n> \tI40E_RX_PTYPE_GRENAT6_MAC_PAY3\t\t\t= 124,\n> -\tI40E_RX_PTYPE_GRENAT6_MACVLAN_IPV6_ICMP_PAY4\t= 153\n> +\tI40E_RX_PTYPE_GRENAT6_MACVLAN_IPV6_ICMP_PAY4\t= 153,\n> +\tI40E_RX_PTYPE_PARSER_ABORTED\t\t\t= 255\n> };\n> \n> struct i40e_rx_ptype_decoded {", "headers": { "Return-Path": "<dev-bounces@dpdk.org>", "X-Original-To": "patchwork@inbox.dpdk.org", "Delivered-To": "patchwork@inbox.dpdk.org", "Received": [ "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 83911A0524;\n\tMon, 27 Jul 2020 05:43:26 +0200 (CEST)", "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 548771C0AC;\n\tMon, 27 Jul 2020 05:43:25 +0200 (CEST)", "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n by dpdk.org (Postfix) with ESMTP id 3B7671C023\n for <dev@dpdk.org>; Mon, 27 Jul 2020 05:43:24 +0200 (CEST)", "from fmsmga003.fm.intel.com ([10.253.24.29])\n by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 26 Jul 2020 20:43:23 -0700", "from jguo15x-mobl.ccr.corp.intel.com (HELO [10.67.68.176])\n ([10.67.68.176])\n by FMSMGA003.fm.intel.com with ESMTP; 26 Jul 2020 20:43:21 -0700" ], "IronPort-SDR": [ "\n JlpUE4RvCEWYspt3eJpoTmIOVOH5Sv47/r+HWhc1fMPu7hFPEsg9QwukDReWEvFIC2HZGcPEdd\n pDblQBTEappQ==", "\n Wd6owQUVfx992+zJsGR5ZMiWrVMQ19Nn0613E7+j9refCf3JLMCg4ZY1OHYajDse6jcJB+6Un8\n ipl/ciZYpR4Q==" ], "X-IronPort-AV": [ "E=McAfee;i=\"6000,8403,9694\"; a=\"130498442\"", "E=Sophos;i=\"5.75,401,1589266800\"; d=\"scan'208\";a=\"130498442\"", "E=Sophos;i=\"5.75,401,1589266800\"; d=\"scan'208\";a=\"327888180\"" ], "X-Amp-Result": "SKIPPED(no attachment in message)", "X-Amp-File-Uploaded": "False", "X-ExtLoop1": "1", "To": "Guinan Sun <guinanx.sun@intel.com>, dev@dpdk.org", "Cc": "Beilei Xing <beilei.xing@intel.com>,\n Przemyslaw Patynowski <przemyslawx.patynowski@intel.com>", "References": "<20200721074000.30449-1-guinanx.sun@intel.com>\n <20200721074000.30449-3-guinanx.sun@intel.com>", "From": "Jeff Guo <jia.guo@intel.com>", "Message-ID": "<30f7aca3-021c-5052-2bc8-47ad89e51fc6@intel.com>", "Date": "Mon, 27 Jul 2020 11:43:20 +0800", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101\n Thunderbird/68.10.0", "MIME-Version": "1.0", "In-Reply-To": "<20200721074000.30449-3-guinanx.sun@intel.com>", "Content-Type": "text/plain; charset=utf-8; format=flowed", "Content-Transfer-Encoding": "7bit", "Content-Language": "en-US", "Subject": "Re: [dpdk-dev] [PATCH 2/8] net/i40e/base: add PTYPE definition", "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 <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 <mailto:dev-request@dpdk.org?subject=subscribe>", "Errors-To": "dev-bounces@dpdk.org", "Sender": "\"dev\" <dev-bounces@dpdk.org>" }, "addressed": null } ]