Re: [PATCH 1/1] Modified Programmer's Guide index for better organization and readability

2023-12-08 Thread Dave Young
Signed-off-by: David Young Thanks! David Young Professional Copywriter/Technical Writer Young Copy +1 (678) 500-9550 https://www.youngcopy.com On Thu, Dec 7, 2023 at 9:11 PM David Young wrote: > --- > doc/guides/prog_guide/bpf_lib.rst | 4 +- > doc/guides/prog_guide/dmadev.rst

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 6/7] Added link to Getting Started Guide in index.rst

2023-11-07 Thread Dave Young
Hi Bruce, Disregard my previous email. It looks like getting_started_guide/index was somehow deleted but I've added it back. Thanks! David Young Professional Copywriter/Technical Writer Young Copy +1 (678) 500-9550 https://www.youngcopy.com On Tue, Nov 7, 2023 at 8:47 PM Dave Young

Re: [PATCH v3 6/7] Added link to Getting Started Guide in index.rst

2023-11-07 Thread Dave Young
I can have it added in patch 1. In the v3 patchset it's added in 0006-Added-link-to-Getting-Started-Guide-in-index.rst.patch Thanks! David Young Professional Copywriter/Technical Writer Young Copy +1 (678) 500-9550 https://www.youngcopy.com On Fri, Nov 3, 2023 at 10:22 AM Bruce Richardson wrote

Re: [PATCH 2/6] Section 2: Install and Build DPDK

2023-10-12 Thread Dave Young
Tyler, can you provide an example of the OS specific section/title you're thinking would make sense to use? Can you confirm the following? 1. The Clang-LLVM C compiler (version >= 16.0.x) 2. Meson Build system (Required version: 0.57.0) 3. Updated commands: # Previous Command meson -Dexamples=he

Re: [PATCH 3/6] Section 3: Setting up a System to Run DPDK Applications

2023-10-12 Thread Dave Young
I asked the following in the Slack channel, responding to Stephen and Thomas so asking in this thread as well to confirm: To confirm, the three steps in 3.1.1 Memory Setup: Reservering Hugepages at http://170.249.220.94/getting_started_guide/system_setup.html#system-setup-for-linux can be replaced

Re: [PATCH 0/6] docs: Unify Getting Started Guides

2023-10-11 Thread Dave Young
Thank you for reviewing the patches and for your feedback. 1. Regarding the toctree, I've added the new Getting Started Guide so that it's accessible via the links in the left column. I've tested this on my local version, and the warning should disappear once the patch is submitted. 2. As for the

Re: [PATCH 1/6] Section 1: Introduction

2023-10-11 Thread Dave Young
Thank you for the feedback. I agree with the suggested changes to remove "unified" and the last paragraph. These changes have been made locally. I plan to send updated versions of all patches in this series at the same time, so you can expect to see these adjustments in the next version. Thanks! D