Re: [PATCH v3 5/7] Section 5: Appendix

2023-11-17 Thread Bruce Richardson
On Wed, Nov 15, 2023 at 08:28:55PM -0500, Dave Young wrote: >Bruce, >Is the following Linux update correct per your feedback? >Linux >- >To run DPDK applications without root privileges on Linux, perform the >following steps: >1. **Create a DPDK User Group**: Create

Re: [PATCH v3 5/7] Section 5: Appendix

2023-11-15 Thread Dave Young
Bruce, Is the following Linux update correct per your feedback? Linux - To run DPDK applications without root privileges on Linux, perform the following steps: 1. **Create a DPDK User Group**: Create a new user group for DPDK and add the desired user to this group. 2. **Set Up Hugepages**:

Re: [PATCH v3 5/7] Section 5: Appendix

2023-11-03 Thread Bruce Richardson
I haven't reviewed this whole file in detail, as I assume most content is copy-pasted from existing docs and so is correct. One comment inline below, though. /Bruce On Fri, Nov 03, 2023 at 12:01:51AM -0400, David Young wrote: > --- > .../appendix/cross_compile_dpdk.rst | 37 +++ > ...

[PATCH v3 5/7] Section 5: Appendix

2023-11-02 Thread David Young
--- .../appendix/cross_compile_dpdk.rst | 37 +++ .../appendix/dpdk_meson_build_options.rst | 57 .../getting_started_guide/appendix/index.rst | 17 + .../running_dpdk_apps_without_root.rst| 36 +++ .../appendix/vfio_advanced.rst| 295 +++