From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5DF0CA0526; Tue, 21 Jul 2020 16:05:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 337D71BFEB; Tue, 21 Jul 2020 16:05:07 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id E15591BFCD for ; Tue, 21 Jul 2020 16:05:04 +0200 (CEST) IronPort-SDR: 2y6fxK+LzwE1uVGvTMUMtEccYIh+f4msErDjItelnoucQM6IzbVLQ00XTpY6aaH006B4HyxzJH xD02Z636B0TA== X-IronPort-AV: E=McAfee;i="6000,8403,9688"; a="130200710" X-IronPort-AV: E=Sophos;i="5.75,379,1589266800"; d="scan'208";a="130200710" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jul 2020 07:05:04 -0700 IronPort-SDR: QMVGFEgz1K4mhpwvH2H3EmyqnzA3dT+0dt7ZZ8TaiC7IavOUYMNFLsHIzdg4mWwM9tHjwFASfr KAPBJA/kZA/A== X-IronPort-AV: E=Sophos;i="5.75,379,1589266800"; d="scan'208";a="432007403" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.9.114]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 21 Jul 2020 07:05:01 -0700 Date: Tue, 21 Jul 2020 15:04:58 +0100 From: Bruce Richardson To: Dmitry Kozlyuk Cc: dev@dpdk.org, Neil Horman , Thomas Monjalon , robin.jarry@6wind.com, Jie Zhou , Tal Shnaiderman , John McNamara , Marko Kovacevic Message-ID: <20200721140458.GF735@bricha3-MOBL.ger.corp.intel.com> References: <20200708005355.7102-1-dmitry.kozliuk@gmail.com> <20200708212335.25338-1-dmitry.kozliuk@gmail.com> <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 pmdinfogen X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Jul 09, 2020 at 12:23:34AM +0300, Dmitry Kozlyuk wrote: > The package is available on all major distributions. > FreeBSD has no system requirements section in its GSG, > Windows currently neither uses pmdinfogen not is supported by it. > > Signed-off-by: Dmitry Kozlyuk > --- > doc/guides/linux_gsg/sys_reqs.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst > index a124656bc..ef2037ca7 100644 > --- a/doc/guides/linux_gsg/sys_reqs.rst > +++ b/doc/guides/linux_gsg/sys_reqs.rst > @@ -56,6 +56,12 @@ Compilation of the DPDK > * If the packaged version is below the minimum version, the latest versions > can be installed from Python's "pip" repository: ``pip3 install meson ninja`` > > +* ``pyelftools`` (version 0.22+) > + > + * For RHEL/Fedora systems it can be installed using ``dnf install python-pyelftools`` > + > + * For Ubuntu/Debian it can be installed using ``apt install python3-pyelftools`` > + > * Library for handling NUMA (Non Uniform Memory Access). > > * ``numactl-devel`` in RHEL/Fedora; > -- This can be merged into patch 2, I think.