List patch comments

GET /api/patches/262/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<https://patches.dpdk.org/api/patches/262/comments/?format=api&page=1>; rel="first",
<https://patches.dpdk.org/api/patches/262/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 665, "web_url": "https://patches.dpdk.org/comment/665/", "msgid": "<E115CCD9D858EF4F90C690B0DCB4D89722614341@IRSMSX108.ger.corp.intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/E115CCD9D858EF4F90C690B0DCB4D89722614341@IRSMSX108.ger.corp.intel.com", "date": "2014-09-05T16:15:43", "subject": "Re: [dpdk-dev] [PATCH v2 4/6] mbuf: remove the rte_pktmbuf structure", "submitter": { "id": 9, "url": "https://patches.dpdk.org/api/people/9/?format=api", "name": "De Lara Guarch, Pablo", "email": "pablo.de.lara.guarch@intel.com" }, "content": "> -----Original Message-----\n> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson\n> Sent: Thursday, August 28, 2014 4:43 PM\n> To: dev@dpdk.org\n> Subject: [dpdk-dev] [PATCH v2 4/6] mbuf: remove the rte_pktmbuf\n> structure\n> \n> From: Olivier Matz <olivier.matz@6wind.com>\n> \n> The rte_pktmbuf structure was initially included in the rte_mbuf\n> structure. This was needed when there was 2 types of mbuf (ctrl and\n> packet). As the control mbuf has been removed, we can merge the\n> rte_pktmbuf into the rte_mbuf structure.\n> \n> Advantages of doing this:\n> - the access to mbuf fields is easier (ex: m->data instead of m->pkt.data)\n> - make the structure more consistent: for instance, there was no reason\n> to have the ol_flags field in rte_mbuf\n> - it will allow a deeper reorganization of the rte_mbuf structure in the\n> next commits, allowing to gain several bytes in it\n> \n> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>\n> \n> Updated to work with latest code, and to include new example apps.\n> \n> Changes in V2:\n> * Further updates to apply to latest HEAD on master\n> \n> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>\n\nAcked-by Pablo de Lara <pablo.de.lara.guarch@intel.com>", "headers": { "Return-Path": "<pablo.de.lara.guarch@intel.com>", "Received": [ "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id C64A8A547\n\tfor <dev@dpdk.org>; Fri, 5 Sep 2014 18:10:59 +0200 (CEST)", "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby fmsmga101.fm.intel.com with ESMTP; 05 Sep 2014 09:15:45 -0700", "from irsmsx104.ger.corp.intel.com ([163.33.3.159])\n\tby FMSMGA003.fm.intel.com with ESMTP; 05 Sep 2014 09:10:58 -0700", "from irsmsx108.ger.corp.intel.com ([169.254.11.157]) by\n\tIRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id\n\t14.03.0195.001; Fri, 5 Sep 2014 17:15:43 +0100" ], "X-ExtLoop1": "1", "X-IronPort-AV": "E=Sophos;i=\"4.97,862,1389772800\"; d=\"scan'208\";a=\"381984052\"", "From": "\"De Lara Guarch, Pablo\" <pablo.de.lara.guarch@intel.com>", "To": "\"Richardson, Bruce\" <bruce.richardson@intel.com>, \"dev@dpdk.org\"\n\t<dev@dpdk.org>", "Thread-Topic": "[dpdk-dev] [PATCH v2 4/6] mbuf: remove the rte_pktmbuf\n\tstructure", "Thread-Index": "AQHPwtbbWivGixzWR0iyeslK++n7Hpvyw3Pg", "Date": "Fri, 5 Sep 2014 16:15:43 +0000", "Message-ID": "<E115CCD9D858EF4F90C690B0DCB4D89722614341@IRSMSX108.ger.corp.intel.com>", "References": "<1409154628-30825-1-git-send-email-bruce.richardson@intel.com>\n\t<1409240559-14447-5-git-send-email-bruce.richardson@intel.com>", "In-Reply-To": "<1409240559-14447-5-git-send-email-bruce.richardson@intel.com>", "Accept-Language": "en-US", "Content-Language": "en-US", "X-MS-Has-Attach": "", "X-MS-TNEF-Correlator": "", "x-originating-ip": "[163.33.239.181]", "Content-Type": "text/plain; charset=\"us-ascii\"", "Content-Transfer-Encoding": "quoted-printable", "MIME-Version": "1.0", "Subject": "Re: [dpdk-dev] [PATCH v2 4/6] mbuf: remove the rte_pktmbuf structure", "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>", "X-List-Received-Date": "Fri, 05 Sep 2014 16:11:00 -0000" }, "addressed": null } ]