List patch comments

GET /api/patches/73552/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<https://patches.dpdk.org/api/patches/73552/comments/?format=api&page=1>; rel="first",
<https://patches.dpdk.org/api/patches/73552/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 116408, "web_url": "https://patches.dpdk.org/comment/116408/", "msgid": "<20200721133935.GC735@bricha3-MOBL.ger.corp.intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/20200721133935.GC735@bricha3-MOBL.ger.corp.intel.com", "date": "2020-07-21T13:39:35", "subject": "Re: [dpdk-dev] [PATCH v4 3/4] doc/linux_gsg: require pyelftools for\n\tpmdinfogen", "submitter": { "id": 20, "url": "https://patches.dpdk.org/api/people/20/?format=api", "name": "Bruce Richardson", "email": "bruce.richardson@intel.com" }, "content": "On Thu, Jul 09, 2020 at 12:23:34AM +0300, Dmitry Kozlyuk wrote:\n> The package is available on all major distributions.\n> FreeBSD has no system requirements section in its GSG,\n> Windows currently neither uses pmdinfogen not is supported by it.\n> \n> Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>\n> ---\n> doc/guides/linux_gsg/sys_reqs.rst | 6 ++++++\n> 1 file changed, 6 insertions(+)\n> \n> diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst\n> index a124656bc..ef2037ca7 100644\n> --- a/doc/guides/linux_gsg/sys_reqs.rst\n> +++ b/doc/guides/linux_gsg/sys_reqs.rst\n> @@ -56,6 +56,12 @@ Compilation of the DPDK\n> * If the packaged version is below the minimum version, the latest versions\n> can be installed from Python's \"pip\" repository: ``pip3 install meson ninja``\n> \n> +* ``pyelftools`` (version 0.22+)\n> +\n> + * For RHEL/Fedora systems it can be installed using ``dnf install python-pyelftools``\n> +\n> + * For Ubuntu/Debian it can be installed using ``apt install python3-pyelftools``\n> +\n\nIf you want for completeness you can add:\n * For FreeBSD it can be installed using ``pkg install py37-pyelftools``, \n where py37 refers to the python version in use.\n\n> * Library for handling NUMA (Non Uniform Memory Access).\n> \n> * ``numactl-devel`` in RHEL/Fedora;\n> -- \n> 2.25.4\n>", "headers": { "Return-Path": "<dev-bounces@dpdk.org>", "X-Original-To": "patchwork@inbox.dpdk.org", "Delivered-To": "patchwork@inbox.dpdk.org", "Received": [ "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id ADC92A0526;\n\tTue, 21 Jul 2020 15:39:44 +0200 (CEST)", "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 53F841BFEB;\n\tTue, 21 Jul 2020 15:39:44 +0200 (CEST)", "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n by dpdk.org (Postfix) with ESMTP id 8815F1BFE7\n for <dev@dpdk.org>; Tue, 21 Jul 2020 15:39:42 +0200 (CEST)", "from fmsmga005.fm.intel.com ([10.253.24.32])\n by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 21 Jul 2020 06:39:41 -0700", "from bricha3-mobl.ger.corp.intel.com ([10.252.9.114])\n by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA;\n 21 Jul 2020 06:39:38 -0700" ], "IronPort-SDR": [ "\n YUu6NxMfZ2bdqnpSvy0Q/BDmXucwC2jIrOz9cx6UR4NE6hpGU8HV02jfkVxc7sZfWqhaUaBwS2\n rsH8xQYiEEMg==", "\n LYPH3hkXXuwhMDUVnelSUc2N/GmG7WKISeowfToRy15b/ufkC00Odm9/rPcXPuYU9aPtNbDzcO\n ZrRCGDavUqdg==" ], "X-IronPort-AV": [ "E=McAfee;i=\"6000,8403,9688\"; a=\"150110419\"", "E=Sophos;i=\"5.75,379,1589266800\"; d=\"scan'208\";a=\"150110419\"", "E=Sophos;i=\"5.75,379,1589266800\"; d=\"scan'208\";a=\"488085936\"" ], "X-Amp-Result": "SKIPPED(no attachment in message)", "X-Amp-File-Uploaded": "False", "Date": "Tue, 21 Jul 2020 14:39:35 +0100", "From": "Bruce Richardson <bruce.richardson@intel.com>", "To": "Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>", "Cc": "dev@dpdk.org, Neil Horman <nhorman@tuxdriver.com>,\n Thomas Monjalon <thomas@monjalon.net>, robin.jarry@6wind.com,\n Jie Zhou <jizh@microsoft.com>, Tal Shnaiderman <talshn@mellanox.com>,\n John McNamara <john.mcnamara@intel.com>,\n Marko Kovacevic <marko.kovacevic@intel.com>", "Message-ID": "<20200721133935.GC735@bricha3-MOBL.ger.corp.intel.com>", "References": "<20200708005355.7102-1-dmitry.kozliuk@gmail.com>\n <20200708212335.25338-1-dmitry.kozliuk@gmail.com>\n <20200708212335.25338-4-dmitry.kozliuk@gmail.com>", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=us-ascii", "Content-Disposition": "inline", "In-Reply-To": "<20200708212335.25338-4-dmitry.kozliuk@gmail.com>", "Subject": "Re: [dpdk-dev] [PATCH v4 3/4] doc/linux_gsg: require pyelftools for\n\tpmdinfogen", "X-BeenThere": "dev@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "DPDK patches and discussions <dev.dpdk.org>", "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>", "List-Archive": "<http://mails.dpdk.org/archives/dev/>", "List-Post": "<mailto:dev@dpdk.org>", "List-Help": "<mailto:dev-request@dpdk.org?subject=help>", "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>", "Errors-To": "dev-bounces@dpdk.org", "Sender": "\"dev\" <dev-bounces@dpdk.org>" }, "addressed": null }, { "id": 116411, "web_url": "https://patches.dpdk.org/comment/116411/", "msgid": "<20200721140458.GF735@bricha3-MOBL.ger.corp.intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/20200721140458.GF735@bricha3-MOBL.ger.corp.intel.com", "date": "2020-07-21T14:04:58", "subject": "Re: [dpdk-dev] [PATCH v4 3/4] doc/linux_gsg: require pyelftools for\n\tpmdinfogen", "submitter": { "id": 20, "url": "https://patches.dpdk.org/api/people/20/?format=api", "name": "Bruce Richardson", "email": "bruce.richardson@intel.com" }, "content": "On Thu, Jul 09, 2020 at 12:23:34AM +0300, Dmitry Kozlyuk wrote:\n> The package is available on all major distributions.\n> FreeBSD has no system requirements section in its GSG,\n> Windows currently neither uses pmdinfogen not is supported by it.\n> \n> Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>\n> ---\n> doc/guides/linux_gsg/sys_reqs.rst | 6 ++++++\n> 1 file changed, 6 insertions(+)\n> \n> diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst\n> index a124656bc..ef2037ca7 100644\n> --- a/doc/guides/linux_gsg/sys_reqs.rst\n> +++ b/doc/guides/linux_gsg/sys_reqs.rst\n> @@ -56,6 +56,12 @@ Compilation of the DPDK\n> * If the packaged version is below the minimum version, the latest versions\n> can be installed from Python's \"pip\" repository: ``pip3 install meson ninja``\n> \n> +* ``pyelftools`` (version 0.22+)\n> +\n> + * For RHEL/Fedora systems it can be installed using ``dnf install python-pyelftools``\n> +\n> + * For Ubuntu/Debian it can be installed using ``apt install python3-pyelftools``\n> +\n> * Library for handling NUMA (Non Uniform Memory Access).\n> \n> * ``numactl-devel`` in RHEL/Fedora;\n> -- \nThis can be merged into patch 2, I think.", "headers": { "Return-Path": "<dev-bounces@dpdk.org>", "X-Original-To": "patchwork@inbox.dpdk.org", "Delivered-To": "patchwork@inbox.dpdk.org", "Received": [ "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 5DF0CA0526;\n\tTue, 21 Jul 2020 16:05:07 +0200 (CEST)", "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 337D71BFEB;\n\tTue, 21 Jul 2020 16:05:07 +0200 (CEST)", "from mga17.intel.com (mga17.intel.com [192.55.52.151])\n by dpdk.org (Postfix) with ESMTP id E15591BFCD\n for <dev@dpdk.org>; Tue, 21 Jul 2020 16:05:04 +0200 (CEST)", "from orsmga004.jf.intel.com ([10.7.209.38])\n by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 21 Jul 2020 07:05:04 -0700", "from bricha3-mobl.ger.corp.intel.com ([10.252.9.114])\n by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA;\n 21 Jul 2020 07:05:01 -0700" ], "IronPort-SDR": [ "\n 2y6fxK+LzwE1uVGvTMUMtEccYIh+f4msErDjItelnoucQM6IzbVLQ00XTpY6aaH006B4HyxzJH\n xD02Z636B0TA==", "\n QMVGFEgz1K4mhpwvH2H3EmyqnzA3dT+0dt7ZZ8TaiC7IavOUYMNFLsHIzdg4mWwM9tHjwFASfr\n KAPBJA/kZA/A==" ], "X-IronPort-AV": [ "E=McAfee;i=\"6000,8403,9688\"; a=\"130200710\"", "E=Sophos;i=\"5.75,379,1589266800\"; d=\"scan'208\";a=\"130200710\"", "E=Sophos;i=\"5.75,379,1589266800\"; d=\"scan'208\";a=\"432007403\"" ], "X-Amp-Result": "SKIPPED(no attachment in message)", "X-Amp-File-Uploaded": "False", "Date": "Tue, 21 Jul 2020 15:04:58 +0100", "From": "Bruce Richardson <bruce.richardson@intel.com>", "To": "Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>", "Cc": "dev@dpdk.org, Neil Horman <nhorman@tuxdriver.com>,\n Thomas Monjalon <thomas@monjalon.net>, robin.jarry@6wind.com,\n Jie Zhou <jizh@microsoft.com>, Tal Shnaiderman <talshn@mellanox.com>,\n John McNamara <john.mcnamara@intel.com>,\n Marko Kovacevic <marko.kovacevic@intel.com>", "Message-ID": "<20200721140458.GF735@bricha3-MOBL.ger.corp.intel.com>", "References": "<20200708005355.7102-1-dmitry.kozliuk@gmail.com>\n <20200708212335.25338-1-dmitry.kozliuk@gmail.com>\n <20200708212335.25338-4-dmitry.kozliuk@gmail.com>", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=us-ascii", "Content-Disposition": "inline", "In-Reply-To": "<20200708212335.25338-4-dmitry.kozliuk@gmail.com>", "Subject": "Re: [dpdk-dev] [PATCH v4 3/4] doc/linux_gsg: require pyelftools for\n\tpmdinfogen", "X-BeenThere": "dev@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "DPDK patches and discussions <dev.dpdk.org>", "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>", "List-Archive": "<http://mails.dpdk.org/archives/dev/>", "List-Post": "<mailto:dev@dpdk.org>", "List-Help": "<mailto:dev-request@dpdk.org?subject=help>", "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>", "Errors-To": "dev-bounces@dpdk.org", "Sender": "\"dev\" <dev-bounces@dpdk.org>" }, "addressed": null }, { "id": 116412, "web_url": "https://patches.dpdk.org/comment/116412/", "msgid": "<20200721140535.GG735@bricha3-MOBL.ger.corp.intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/20200721140535.GG735@bricha3-MOBL.ger.corp.intel.com", "date": "2020-07-21T14:05:35", "subject": "Re: [dpdk-dev] [PATCH v4 3/4] doc/linux_gsg: require pyelftools for\n pmdinfogen", "submitter": { "id": 20, "url": "https://patches.dpdk.org/api/people/20/?format=api", "name": "Bruce Richardson", "email": "bruce.richardson@intel.com" }, "content": "On Tue, Jul 21, 2020 at 02:39:35PM +0100, Bruce Richardson wrote:\n> On Thu, Jul 09, 2020 at 12:23:34AM +0300, Dmitry Kozlyuk wrote:\n> > The package is available on all major distributions.\n> > FreeBSD has no system requirements section in its GSG,\n> > Windows currently neither uses pmdinfogen not is supported by it.\n> > \n> > Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>\n> > ---\n> > doc/guides/linux_gsg/sys_reqs.rst | 6 ++++++\n> > 1 file changed, 6 insertions(+)\n> > \n> > diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst\n> > index a124656bc..ef2037ca7 100644\n> > --- a/doc/guides/linux_gsg/sys_reqs.rst\n> > +++ b/doc/guides/linux_gsg/sys_reqs.rst\n> > @@ -56,6 +56,12 @@ Compilation of the DPDK\n> > * If the packaged version is below the minimum version, the latest versions\n> > can be installed from Python's \"pip\" repository: ``pip3 install meson ninja``\n> > \n> > +* ``pyelftools`` (version 0.22+)\n> > +\n> > + * For RHEL/Fedora systems it can be installed using ``dnf install python-pyelftools``\n> > +\n> > + * For Ubuntu/Debian it can be installed using ``apt install python3-pyelftools``\n> > +\n> \n> If you want for completeness you can add:\n> * For FreeBSD it can be installed using ``pkg install py37-pyelftools``, \n> where py37 refers to the python version in use.\n> \n\nSorry, missed the fact that this was the Linux GSG. Never mind...", "headers": { "Return-Path": "<dev-bounces@dpdk.org>", "X-Original-To": "patchwork@inbox.dpdk.org", "Delivered-To": "patchwork@inbox.dpdk.org", "Received": [ "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 489DAA0526;\n\tTue, 21 Jul 2020 16:05:44 +0200 (CEST)", "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 27BB41BFE9;\n\tTue, 21 Jul 2020 16:05:44 +0200 (CEST)", "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n by dpdk.org (Postfix) with ESMTP id A59281BFCD\n for <dev@dpdk.org>; Tue, 21 Jul 2020 16:05:42 +0200 (CEST)", "from orsmga004.jf.intel.com ([10.7.209.38])\n by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 21 Jul 2020 07:05:41 -0700", "from bricha3-mobl.ger.corp.intel.com ([10.252.9.114])\n by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA;\n 21 Jul 2020 07:05:38 -0700" ], "IronPort-SDR": [ "\n NLBiMcI6ztzK/RhRyfuqHX7LnpUobS2PIqSbS6OqVxk5YcrPSerz49nKrrCJsQr2PphLLz/mES\n 624yWnLOjIng==", "\n gWdZAvFL0bLM/xQdg9/KhycjxgRPJSR1Q9Cn0IiwliNmjWG74lEXWo/LmGB8BR59AyTC+mxtSf\n 6hEO/wzkrn7w==" ], "X-IronPort-AV": [ "E=McAfee;i=\"6000,8403,9688\"; a=\"214787092\"", "E=Sophos;i=\"5.75,379,1589266800\"; d=\"scan'208\";a=\"214787092\"", "E=Sophos;i=\"5.75,379,1589266800\"; d=\"scan'208\";a=\"432007735\"" ], "X-Amp-Result": "SKIPPED(no attachment in message)", "X-Amp-File-Uploaded": "False", "Date": "Tue, 21 Jul 2020 15:05:35 +0100", "From": "Bruce Richardson <bruce.richardson@intel.com>", "To": "Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>", "Cc": "dev@dpdk.org, Neil Horman <nhorman@tuxdriver.com>,\n Thomas Monjalon <thomas@monjalon.net>, robin.jarry@6wind.com,\n Jie Zhou <jizh@microsoft.com>, Tal Shnaiderman <talshn@mellanox.com>,\n John McNamara <john.mcnamara@intel.com>,\n Marko Kovacevic <marko.kovacevic@intel.com>", "Message-ID": "<20200721140535.GG735@bricha3-MOBL.ger.corp.intel.com>", "References": "<20200708005355.7102-1-dmitry.kozliuk@gmail.com>\n <20200708212335.25338-1-dmitry.kozliuk@gmail.com>\n <20200708212335.25338-4-dmitry.kozliuk@gmail.com>\n <20200721133935.GC735@bricha3-MOBL.ger.corp.intel.com>", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=us-ascii", "Content-Disposition": "inline", "In-Reply-To": "<20200721133935.GC735@bricha3-MOBL.ger.corp.intel.com>", "Subject": "Re: [dpdk-dev] [PATCH v4 3/4] doc/linux_gsg: require pyelftools for\n pmdinfogen", "X-BeenThere": "dev@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "DPDK patches and discussions <dev.dpdk.org>", "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>", "List-Archive": "<http://mails.dpdk.org/archives/dev/>", "List-Post": "<mailto:dev@dpdk.org>", "List-Help": "<mailto:dev-request@dpdk.org?subject=help>", "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>", "Errors-To": "dev-bounces@dpdk.org", "Sender": "\"dev\" <dev-bounces@dpdk.org>" }, "addressed": null } ]