List patch comments

GET /api/patches/301/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<https://patches.dpdk.org/api/patches/301/comments/?format=api&page=1>; rel="first",
<https://patches.dpdk.org/api/patches/301/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 687, "web_url": "https://patches.dpdk.org/comment/687/", "msgid": "<540D9C57.4070206@6wind.com>", "list_archive_url": "https://inbox.dpdk.org/dev/540D9C57.4070206@6wind.com", "date": "2014-09-08T12:08:55", "subject": "Re: [dpdk-dev] [PATCH 08/13] mbuf: add named points inside the mbuf\n\tstructure", "submitter": { "id": 8, "url": "https://patches.dpdk.org/api/people/8/?format=api", "name": "Olivier Matz", "email": "olivier.matz@6wind.com" }, "content": "On 09/03/2014 05:49 PM, Bruce Richardson wrote:\n> Add markers or \"labels\" at given points inside the mbuf which can be\n> used instead of individual fields to identify the start of logical\n> sections inside the mbuf.\n> \n> The use of typedefs and dummy fields was chosen over using unions\n> because of a couple reasons:\n> * unions cause an extra level of indentation (more likely two levels as\n> a union containing a struct for multiple fields would be needed). This\n> makes the lines longer than they need to be and increases the need for\n> wrapping. [This was the main reason]\n> * with markers, you can apply multiple markers at the same point if\n> wanted.\n> \n> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>\n\nAcked-by: Olivier Matz <olivier.matz@6wind.com>", "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 B9169B39A;\n\tMon, 8 Sep 2014 14:04:05 +0200 (CEST)", "from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67])\n\tby dpdk.org (Postfix) with ESMTP id D53F3B399\n\tfor <dev@dpdk.org>; Mon, 8 Sep 2014 14:04:04 +0200 (CEST)", "from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214]\n\thelo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.80) (envelope-from <olivier.matz@6wind.com>)\n\tid 1XQxnF-0007jf-83; Mon, 08 Sep 2014 14:11:40 +0200" ], "Message-ID": "<540D9C57.4070206@6wind.com>", "Date": "Mon, 08 Sep 2014 14:08:55 +0200", "From": "Olivier MATZ <olivier.matz@6wind.com>", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64;\n\trv:24.0) Gecko/20100101 Icedove/24.5.0", "MIME-Version": "1.0", "To": "Bruce Richardson <bruce.richardson@intel.com>, dev@dpdk.org", "References": "<1409759378-10113-1-git-send-email-bruce.richardson@intel.com>\n\t<1409759378-10113-9-git-send-email-bruce.richardson@intel.com>", "In-Reply-To": "<1409759378-10113-9-git-send-email-bruce.richardson@intel.com>", "Content-Type": "text/plain; charset=ISO-8859-1", "Content-Transfer-Encoding": "7bit", "Subject": "Re: [dpdk-dev] [PATCH 08/13] mbuf: add named points inside the mbuf\n\tstructure", "X-BeenThere": "dev@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "patches and discussions about DPDK <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>" }, "addressed": null } ]