List patch comments

GET /api/patches/305/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<https://patches.dpdk.org/api/patches/305/comments/?format=api&page=1>; rel="first",
<https://patches.dpdk.org/api/patches/305/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 684, "web_url": "https://patches.dpdk.org/comment/684/", "msgid": "<540D98A4.7060609@6wind.com>", "list_archive_url": "https://inbox.dpdk.org/dev/540D98A4.7060609@6wind.com", "date": "2014-09-08T11:53:08", "subject": "Re: [dpdk-dev] [PATCH 05/13] mbuf: introduce a flag to indicate a\n\tcontrol mbuf", "submitter": { "id": 8, "url": "https://patches.dpdk.org/api/people/8/?format=api", "name": "Olivier Matz", "email": "olivier.matz@6wind.com" }, "content": "Hi Bruce,\n\nOn 09/03/2014 05:49 PM, Bruce Richardson wrote:\n> Since the flags field is now 64-bits, we can allow one bit to be used to\n> indicate a control i.e. non-packet mbuf. Dedicate the high bit (bit 63)\n> for this purpose and add in a utility macro to test if a given mbuf has\n> the bit set or not.\n> \n> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>\n> \n> [...]\n>\n> +/**\n> + * Tests if an mbuf is a control mbuf\n> + *\n> + * @param m\n> + * The mbuf.to be tested\n> + * @return\n> + * - True (1) if the mbuf is a control mbuf\n> + * - False(0) otherwise\n> + */\n\nTypo s/mbuf.to/mbuf to/\n\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 64910B399;\n\tMon, 8 Sep 2014 13:48:19 +0200 (CEST)", "from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67])\n\tby dpdk.org (Postfix) with ESMTP id 06D52B392\n\tfor <dev@dpdk.org>; Mon, 8 Sep 2014 13:48:17 +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 1XQxXy-0007jE-AR; Mon, 08 Sep 2014 13:55:53 +0200" ], "Message-ID": "<540D98A4.7060609@6wind.com>", "Date": "Mon, 08 Sep 2014 13:53:08 +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-6-git-send-email-bruce.richardson@intel.com>", "In-Reply-To": "<1409759378-10113-6-git-send-email-bruce.richardson@intel.com>", "Content-Type": "text/plain; charset=ISO-8859-1", "Content-Transfer-Encoding": "7bit", "Subject": "Re: [dpdk-dev] [PATCH 05/13] mbuf: introduce a flag to indicate a\n\tcontrol mbuf", "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 } ]