Re: [dpdk-dev] [RFC PATCH v2 3/3] doc/linux_gsg: require pyelftools for pmdinfogen

2020-07-06 Thread Neil Horman
On Mon, Jul 06, 2020 at 04:24:29PM +0300, Dmitry Kozlyuk wrote: > On Mon, 6 Jul 2020 08:52:57 -0400, Neil Horman wrote: > > 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

Re: [dpdk-dev] [RFC PATCH v2 3/3] doc/linux_gsg: require pyelftools for pmdinfogen

2020-07-06 Thread Dmitry Kozlyuk
On Mon, 6 Jul 2020 08:52:57 -0400, Neil Horman wrote: > 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

Re: [dpdk-dev] [RFC PATCH v2 3/3] doc/linux_gsg: require pyelftools for pmdinfogen

2020-07-06 Thread Neil Horman
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

[dpdk-dev] [RFC PATCH v2 3/3] doc/linux_gsg: require pyelftools for pmdinfogen

2020-07-01 Thread Dmitry Kozlyuk
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 --gi