List patch comments

GET /api/patches/309/comments/?format=api&order=-submitter
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<https://patches.dpdk.org/api/patches/309/comments/?format=api&order=-submitter&page=1>; rel="first",
<https://patches.dpdk.org/api/patches/309/comments/?format=api&order=-submitter&page=1>; rel="last"
Vary: Accept
[ { "id": 679, "web_url": "https://patches.dpdk.org/comment/679/", "msgid": "<540D8222.3050800@6wind.com>", "list_archive_url": "https://inbox.dpdk.org/dev/540D8222.3050800@6wind.com", "date": "2014-09-08T10:17:06", "subject": "Re: [dpdk-dev] [PATCH 02/13] mbuf: reorder fields by time of use", "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> * Reorder the fields in the mbuf so that we have fields that are used$\n> together side-by-side in the structure. This means that we have a$\n> contiguous block of 8-bytes in the mbuf which are used to reset an mbuf$\n> of descriptor rearm, and a block of 16-bytes of data (excluding flags)\n> which are set on RX from the received packet descriptor.\n\nSome unwanted $ characters here.\n\n> * Use dummy fields as appropraite to ensure alignment or to reserve gaps\n> for later field additions.\n\ns/appropraite/appropriate\n\n> * Place most items which are not used by fast-path RX separately at the end\n> of the structure so they can later be moved to a separate cache line.\n> [The l2/l3 length fields are not moved at this stage as doing so will\n> cause overflow to the next cache line].\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 10459B397;\n\tMon, 8 Sep 2014 12:12:17 +0200 (CEST)", "from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67])\n\tby dpdk.org (Postfix) with ESMTP id 52705B392\n\tfor <dev@dpdk.org>; Mon, 8 Sep 2014 12:12:16 +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 1XQw32-0007gw-8E; Mon, 08 Sep 2014 12:19:51 +0200" ], "Message-ID": "<540D8222.3050800@6wind.com>", "Date": "Mon, 08 Sep 2014 12:17:06 +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-3-git-send-email-bruce.richardson@intel.com>", "In-Reply-To": "<1409759378-10113-3-git-send-email-bruce.richardson@intel.com>", "Content-Type": "text/plain; charset=ISO-8859-1", "Content-Transfer-Encoding": "7bit", "Subject": "Re: [dpdk-dev] [PATCH 02/13] mbuf: reorder fields by time of use", "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 } ]