|WARNING| pw134542 [PATCH v4 1/6] Section 1: Introduction

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 23 02:27:37 CET 2023


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/134542

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#96: 
-Clarified that the guide provides basic step-by-step instructions with OS-specific instructions

ERROR:TRAILING_WHITESPACE: trailing whitespace
#148: FILE: doc/guides/getting_started_guide/intro.rst:7:
+Welcome to the getting started guide for the Data Plane Development Kit (DPDK) covering Linux, $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#149: FILE: doc/guides/getting_started_guide/intro.rst:8:
+FreeBSD, and Windows. DPDK is a set of libraries and drivers that accelerate packet processing $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#152: FILE: doc/guides/getting_started_guide/intro.rst:11:
+The guide is structured to provide basic step-by-step instructions with OS-specific instructions included only where necessary for each operating system. $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#189: FILE: doc/guides/getting_started_guide/run_apps.rst:29:
+   If DPDK is not installed system-wide, $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#190: FILE: doc/guides/getting_started_guide/run_apps.rst:30:
+   you can compile the examples as part of the DPDK build itself. $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#191: FILE: doc/guides/getting_started_guide/run_apps.rst:31:
+   If DPDK is not installed system-wide, you can compile the examples as part of the DPDK build $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#192: FILE: doc/guides/getting_started_guide/run_apps.rst:32:
+   itself. Use the meson build option ``-Dexamples=helloworld`` to compile specific examples $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#207: FILE: doc/guides/getting_started_guide/run_apps.rst:47:
+For a comprehensive list of sample applications and their guides, $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#213: FILE: doc/guides/getting_started_guide/run_apps.rst:53:
+Every DPDK application is linked with the DPDK target environment’s $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#230: FILE: doc/guides/getting_started_guide/run_apps.rst:70:
+Running DPDK applications on Windows involves a few different steps. $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#238: FILE: doc/guides/getting_started_guide/run_apps.rst:78:
+``SeLockMemoryPrivilege`` for the user running an application. $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#239: FILE: doc/guides/getting_started_guide/run_apps.rst:79:
+This privilege allows the DPDK application to keep data in physical memory, $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#240: FILE: doc/guides/getting_started_guide/run_apps.rst:80:
+preventing the system from paging the data to virtual memory. $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#250: FILE: doc/guides/getting_started_guide/run_apps.rst:90:
+current user, a logoff is required before it is available. $

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 15 errors, 1 warnings, 152 lines checked
Warning in doc/guides/getting_started_guide/run_apps.rst:
Using explicit URL to doc.dpdk.org, prefer :ref: or :doc:


More information about the test-report mailing list