Re: [dpdk-dev] [PATCH] doc: replace hugepages commands with dedicated tool

2021-02-12 Thread Thomas Monjalon
12/02/2021 12:55, Ferruh Yigit: > On 2/11/2021 6:16 PM, Thomas Monjalon wrote: > > --- a/doc/guides/howto/lm_bond_virtio_sriov.rst > > +++ b/doc/guides/howto/lm_bond_virtio_sriov.rst > > @@ -581,9 +581,9 @@ Set up DPDK in the Virtual Machine > > # virtio port is 03 > > # vf port is 04 > >

Re: [dpdk-dev] [PATCH] doc: replace hugepages commands with dedicated tool

2021-02-12 Thread Ferruh Yigit
On 2/11/2021 6:16 PM, Thomas Monjalon wrote: The tool dpdk-hugepages.py, added in DPDK 20.11, is referenced in the guides instead of more complicate commands. The original Linux commands are kept in linux_gsg/sys_reqs.rst and nics/build_and_test.rst. Suggested-by: Stephen Hemminger Signed-off-

Re: [dpdk-dev] [PATCH] doc: replace hugepages commands with dedicated tool

2021-02-11 Thread Thomas Monjalon
11/02/2021 20:07, Stephen Hemminger: > On Thu, 11 Feb 2021 19:16:59 +0100 > Thomas Monjalon wrote: > > > The tool dpdk-hugepages.py, added in DPDK 20.11, > > is referenced in the guides instead of more complicate commands. > > > > The original Linux commands are kept in linux_gsg/sys_reqs.rst >

Re: [dpdk-dev] [PATCH] doc: replace hugepages commands with dedicated tool

2021-02-11 Thread Stephen Hemminger
On Thu, 11 Feb 2021 19:16:59 +0100 Thomas Monjalon wrote: > The tool dpdk-hugepages.py, added in DPDK 20.11, > is referenced in the guides instead of more complicate commands. > > The original Linux commands are kept in linux_gsg/sys_reqs.rst > and nics/build_and_test.rst. > > Suggested-by: Ste

[dpdk-dev] [PATCH] doc: replace hugepages commands with dedicated tool

2021-02-11 Thread Thomas Monjalon
The tool dpdk-hugepages.py, added in DPDK 20.11, is referenced in the guides instead of more complicate commands. The original Linux commands are kept in linux_gsg/sys_reqs.rst and nics/build_and_test.rst. Suggested-by: Stephen Hemminger Signed-off-by: Thomas Monjalon --- doc/guides/cryptodevs