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 09A7EA00C5; Mon, 6 Jul 2020 14:53:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3F0661D42B; Mon, 6 Jul 2020 14:53:22 +0200 (CEST) Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id EB4471C039 for ; Mon, 6 Jul 2020 14:53:20 +0200 (CEST) Received: from [2605:a601:a627:ca00:88f6:82e4:5f1a:31bb] (helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1jsQcJ-00052x-37; Mon, 06 Jul 2020 08:53:09 -0400 Date: Mon, 6 Jul 2020 08:52:57 -0400 From: Neil Horman To: Dmitry Kozlyuk Cc: dev@dpdk.org, Bruce Richardson , Thomas Monjalon , robin.jarry@6wind.com, Jie Zhou , Tal Shnaiderman Message-ID: <20200706125257.GA1769422@hmswarspite.think-freely.org> References: <20200622004503.29036-1-dmitry.kozliuk@gmail.com> <20200702000232.10761-1-dmitry.kozliuk@gmail.com> <20200702000232.10761-4-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200702000232.10761-4-dmitry.kozliuk@gmail.com> X-Spam-Score: -2.9 (--) X-Spam-Status: No Subject: Re: [dpdk-dev] [RFC PATCH v2 3/3] 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 02, 2020 at 03:02:32AM +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. > Why doesn't windows use pmdinfogen? That tool doesn't relate to DSO function versioning, it just generates additional symbols for binaries so that we can see what pmd support is in a given ELF file Neil > 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; > -- > 2.25.4 > >