DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: update info for pyelftools install
@ 2021-02-12 14:46 Kevin Traynor
  2021-02-12 15:05 ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Traynor @ 2021-02-12 14:46 UTC (permalink / raw)
  To: dev, john.mcnamara
  Cc: bluca, thomas, bruce.richardson, dmitry.kozliuk, Kevin Traynor

python-pyelftools is not packaged for RHEL/CentOS with
the exception of RHEL7 EPEL.

Add command to install it with pip.

Fixes: f0f93a7adfee ("buildtools: use Python pmdinfogen")

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 doc/guides/linux_gsg/sys_reqs.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst
index 4a401210d..d7ea8520e 100644
--- a/doc/guides/linux_gsg/sys_reqs.rst
+++ b/doc/guides/linux_gsg/sys_reqs.rst
@@ -55,5 +55,7 @@ Compilation of the DPDK
 *   ``pyelftools`` (version 0.22+)
 
-    * For RHEL/Fedora systems it can be installed using ``dnf install python-pyelftools``
+    * For Fedora systems it can be installed using ``dnf install python-pyelftools``
+
+    * For RHEL/CentOS systems it can be installed using ``pip3 install pyelftools``
 
     * For Ubuntu/Debian it can be installed using ``apt install python3-pyelftools``
-- 
2.26.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: update info for pyelftools install
  2021-02-12 14:46 [dpdk-dev] [PATCH] doc: update info for pyelftools install Kevin Traynor
@ 2021-02-12 15:05 ` Bruce Richardson
  2021-02-14  9:49   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2021-02-12 15:05 UTC (permalink / raw)
  To: Kevin Traynor; +Cc: dev, john.mcnamara, bluca, thomas, dmitry.kozliuk

On Fri, Feb 12, 2021 at 02:46:28PM +0000, Kevin Traynor wrote:
> python-pyelftools is not packaged for RHEL/CentOS with
> the exception of RHEL7 EPEL.
> 
> Add command to install it with pip.
> 
> Fixes: f0f93a7adfee ("buildtools: use Python pmdinfogen")
> 
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> ---
>  doc/guides/linux_gsg/sys_reqs.rst | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst
> index 4a401210d..d7ea8520e 100644
> --- a/doc/guides/linux_gsg/sys_reqs.rst
> +++ b/doc/guides/linux_gsg/sys_reqs.rst
> @@ -55,5 +55,7 @@ Compilation of the DPDK
>  *   ``pyelftools`` (version 0.22+)
>  
> -    * For RHEL/Fedora systems it can be installed using ``dnf install python-pyelftools``
> +    * For Fedora systems it can be installed using ``dnf install python-pyelftools``
> +
> +    * For RHEL/CentOS systems it can be installed using ``pip3 install pyelftools``
>  
>      * For Ubuntu/Debian it can be installed using ``apt install python3-pyelftools``
> -- 
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: update info for pyelftools install
  2021-02-12 15:05 ` Bruce Richardson
@ 2021-02-14  9:49   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2021-02-14  9:49 UTC (permalink / raw)
  To: Kevin Traynor; +Cc: dev, john.mcnamara, bluca, dmitry.kozliuk, Bruce Richardson

12/02/2021 16:05, Bruce Richardson:
> On Fri, Feb 12, 2021 at 02:46:28PM +0000, Kevin Traynor wrote:
> > python-pyelftools is not packaged for RHEL/CentOS with
> > the exception of RHEL7 EPEL.
> > 
> > Add command to install it with pip.
> > 
> > Fixes: f0f93a7adfee ("buildtools: use Python pmdinfogen")
> > 
> > Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> > ---
> > --- a/doc/guides/linux_gsg/sys_reqs.rst
> > +++ b/doc/guides/linux_gsg/sys_reqs.rst
> > @@ -55,5 +55,7 @@ Compilation of the DPDK
> >  *   ``pyelftools`` (version 0.22+)
> >  
> > -    * For RHEL/Fedora systems it can be installed using ``dnf install python-pyelftools``
> > +    * For Fedora systems it can be installed using ``dnf install python-pyelftools``
> > +
> > +    * For RHEL/CentOS systems it can be installed using ``pip3 install pyelftools``
> >  
> >      * For Ubuntu/Debian it can be installed using ``apt install python3-pyelftools``
> 
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied, thanks




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-14  9:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12 14:46 [dpdk-dev] [PATCH] doc: update info for pyelftools install Kevin Traynor
2021-02-12 15:05 ` Bruce Richardson
2021-02-14  9:49   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).