List patch comments

GET /api/patches/259/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<https://patches.dpdk.org/api/patches/259/comments/?format=api&page=1>; rel="first",
<https://patches.dpdk.org/api/patches/259/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 551, "web_url": "https://patches.dpdk.org/comment/551/", "msgid": "<CALwxeUuZtB8_pD8kT2CuLph=MsSp1KWMPvqJRL4OTC5OomUa_g@mail.gmail.com>", "list_archive_url": "https://inbox.dpdk.org/dev/CALwxeUuZtB8_pD8kT2CuLph=MsSp1KWMPvqJRL4OTC5OomUa_g@mail.gmail.com", "date": "2014-08-28T12:42:02", "subject": "Re: [dpdk-dev] [ethdev] Multiple devices with single PCI", "submitter": { "id": 3, "url": "https://patches.dpdk.org/api/people/3/?format=api", "name": "David Marchand", "email": "david.marchand@6wind.com" }, "content": "Hello,\n\nOn Thu, Aug 28, 2014 at 12:54 PM, 이근홍 <dlrmsghd@gmail.com> wrote:\n\n> I found that DPDK has an abstraction for having multiple devices with\n> single PCI.\n> (RTE_PCI_DRV_MULTIPLE flag)\n> However, their is a naming collision while registering multiple devices.\n> Here is my possible solution.\n>\n\n- Actually, I think this flag could just disappear.\nIt had been added at a time when ethdev objects could only be created\nthrough eth_drivers.\nRight now, a pci driver can create ethdev objects using\nrte_eth_dev_allocate(thenameyouwant).\nSo I would rather propose you convert your driver from a eth_driver to a\npci_driver.\n\nIt is not that hard, you only need to allocate your own private structure\nand ensure the mandatory fields are filled.\nYou can look at rte_eth_dev_init() to see what is needed.\n\n\n- Thomas, RTE_PCI_DRV_MULTIPLE deprecation for 1.8.x ?", "headers": { "Return-Path": "<david.marchand@6wind.com>", "Received": [ "from mail-oa0-f44.google.com (mail-oa0-f44.google.com\n\t[209.85.219.44]) by dpdk.org (Postfix) with ESMTP id DD348B372\n\tfor <dev@dpdk.org>; Thu, 28 Aug 2014 14:37:54 +0200 (CEST)", "by mail-oa0-f44.google.com with SMTP id o6so530373oag.3\n\tfor <dev@dpdk.org>; Thu, 28 Aug 2014 05:42:03 -0700 (PDT)", "by 10.202.214.88 with HTTP; Thu, 28 Aug 2014 05:42:02 -0700 (PDT)" ], "X-Google-DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20130820;\n\th=x-gm-message-state:mime-version:in-reply-to:references:date\n\t:message-id:subject:from:to:cc:content-type;\n\tbh=9CNNl3l93qjs8+wZeAf76piDucL73Lh8OJ8rVgWKJfE=;\n\tb=dSc3KcwrIyqh0oZqL1jePg8php4wJdSkBn4flmv84bTWTuUETIYgWnv+kNYopjuxKz\n\tmfL0mn9HoL2fJNPcoZEnC3detRXjpB0zmZvBSMGpegKdGgrYvJcSCofVBjyd0PR14IAo\n\tS0KnquJWBtkaRkgWdP3G2kilL7GRLXy5XLuPYi9GTqdMnogFr42dODAaW0GwqpjvQoEZ\n\tGMC2nt4wjZ0Bwg1kYiiGYhMuXILrLvwXCfv0Z+Be27k2Aq/VmVwyy63SH+4iatsOM6vX\n\tQyNvPSc89BJa2T8xn1QYzB7LoS1hqtnCt08vlvqILNzsn6UHADiuqCiIFIT9NQMWyhHM\n\tat3A==", "X-Gm-Message-State": "ALoCoQnOFD1s/LMQhfMUAMU7lgGlm9T/GI85i1m7gh7alKLlA1MmENlay1IfAmW43fH+r6/4Q2wR", "MIME-Version": "1.0", "X-Received": "by 10.60.133.103 with SMTP id pb7mr3390405oeb.48.1409229722965; \n\tThu, 28 Aug 2014 05:42:02 -0700 (PDT)", "In-Reply-To": "<CAKBXKmCi1UMBySckOEVurQoS916O-6gMfFpTETOKkkNzj=ZLpA@mail.gmail.com>", "References": "<CAKBXKmCi1UMBySckOEVurQoS916O-6gMfFpTETOKkkNzj=ZLpA@mail.gmail.com>", "Date": "Thu, 28 Aug 2014 14:42:02 +0200", "Message-ID": "<CALwxeUuZtB8_pD8kT2CuLph=MsSp1KWMPvqJRL4OTC5OomUa_g@mail.gmail.com>", "From": "David Marchand <david.marchand@6wind.com>", "To": "=?UTF-8?B?7J206re87ZmN?= <dlrmsghd@gmail.com>", "Content-Type": "text/plain; charset=UTF-8", "Content-Transfer-Encoding": "quoted-printable", "X-Content-Filtered-By": "Mailman/MimeDel 2.1.15", "Cc": "\"dev@dpdk.org\" <dev@dpdk.org>", "Subject": "Re: [dpdk-dev] [ethdev] Multiple devices with single PCI", "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": "Thu, 28 Aug 2014 12:37:55 -0000" }, "addressed": null }, { "id": 552, "web_url": "https://patches.dpdk.org/comment/552/", "msgid": "<2644626.8efBYze1h3@xps13>", "list_archive_url": "https://inbox.dpdk.org/dev/2644626.8efBYze1h3@xps13", "date": "2014-08-28T12:46:30", "subject": "Re: [dpdk-dev] [ethdev] Multiple devices with single PCI", "submitter": { "id": 1, "url": "https://patches.dpdk.org/api/people/1/?format=api", "name": "Thomas Monjalon", "email": "thomas.monjalon@6wind.com" }, "content": "2014-08-28 14:42, David Marchand:\n> - Thomas, RTE_PCI_DRV_MULTIPLE deprecation for 1.8.x ?\n\nYes, but I don't know how to deprecate a flag.\nIt could be a simple removal.", "headers": { "Return-Path": "<thomas.monjalon@6wind.com>", "Received": [ "from mail-wi0-f177.google.com (mail-wi0-f177.google.com\n\t[209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 7EC49B36D\n\tfor <dev@dpdk.org>; Thu, 28 Aug 2014 14:42:27 +0200 (CEST)", "by mail-wi0-f177.google.com with SMTP id cc10so810645wib.4\n\tfor <dev@dpdk.org>; Thu, 28 Aug 2014 05:46:36 -0700 (PDT)", "from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net.\n\t[82.239.227.177]) by mx.google.com with ESMTPSA id\n\tpm6sm9673274wjb.36.2014.08.28.05.46.35 for <multiple recipients>\n\t(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tThu, 28 Aug 2014 05:46:35 -0700 (PDT)" ], "X-Google-DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20130820;\n\th=x-gm-message-state:from:to:cc:subject:date:message-id:organization\n\t:user-agent:in-reply-to:references:mime-version\n\t:content-transfer-encoding:content-type;\n\tbh=LgPijyWEE/WIYWuM5C6p0lZrKttad+bAdzwvMEonubE=;\n\tb=NfJu3Qeg7DXiv5iui+NS0RiOs9QxrjqWrs5lcza/Iw9rMwClbToOl/pK4v6swri+al\n\trDsysJ6lZaFXkvi5S77ADAZocYcR1fQuGBUbrR4C3Wq5wfyEZ5b9hmYTdb2mMPySv8ps\n\tlO8ltvAEtTczyztpNU7cluGiVh85TWChij9DO7NqkanUx47IESAsMq1RXnMtdJP/sonX\n\tBFuI51E97U8E+2ztCAeKNJSYPsdrn7Pr8wtCOHifPx2dbvbflRJKpfdt0ES9GuzC8i+c\n\tWh5LLWwMzAOnzSFMJetwM6xMdU/5Kfv+NrwdFvfZCzx6Yy3kMtcYsLEP41rSbvAmJUq+\n\tcviw==", "X-Gm-Message-State": "ALoCoQlZdiE2QUcDCLlZHA2vEx26wrsZ7ryFPBZt8bryEeTYhF6pCJc3297yTvn7w2h8rpBAde+4", "X-Received": "by 10.180.73.139 with SMTP id l11mr5881243wiv.30.1409229996447; \n\tThu, 28 Aug 2014 05:46:36 -0700 (PDT)", "From": "Thomas Monjalon <thomas.monjalon@6wind.com>", "To": "David Marchand <david.marchand@6wind.com>", "Date": "Thu, 28 Aug 2014 14:46:30 +0200", "Message-ID": "<2644626.8efBYze1h3@xps13>", "Organization": "6WIND", "User-Agent": "KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; )", "In-Reply-To": "<CALwxeUuZtB8_pD8kT2CuLph=MsSp1KWMPvqJRL4OTC5OomUa_g@mail.gmail.com>", "References": "<CAKBXKmCi1UMBySckOEVurQoS916O-6gMfFpTETOKkkNzj=ZLpA@mail.gmail.com>\n\t<CALwxeUuZtB8_pD8kT2CuLph=MsSp1KWMPvqJRL4OTC5OomUa_g@mail.gmail.com>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "7Bit", "Content-Type": "text/plain; charset=\"us-ascii\"", "Cc": "dev@dpdk.org", "Subject": "Re: [dpdk-dev] [ethdev] Multiple devices with single PCI", "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": "Thu, 28 Aug 2014 12:42:27 -0000" }, "addressed": null } ]