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

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 20 17:52:03 CEST 2023


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

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

WARNING:REPEATED_WORD: Possible repeated word: 'are'
#122: FILE: doc/guides/getting_started_guide/system_setup.rst:24:
+For Linux, DPDK requires hugepages be reserved for its use on the system. To check if hugepages are are on your system, you can run the following command::

ERROR:TRAILING_WHITESPACE: trailing whitespace
#202: FILE: doc/guides/getting_started_guide/system_setup.rst:104:
+To run a DPDK application on FreeBSD, physically contiguous memory is required. In the absence of non-transparent superpages, the included sources for the `contigmem` kernel module provides the ability to present contiguous blocks of memory for the DPDK to use. $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#238: FILE: doc/guides/getting_started_guide/system_setup.rst:140:
+recognized DPDK devices and are not owned by another module. $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#239: FILE: doc/guides/getting_started_guide/system_setup.rst:141:
+However, since the FreeBSD kernel includes support, either built-in, $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#260: FILE: doc/guides/getting_started_guide/system_setup.rst:162:
+If the original driver for a network port has been compiled into the kernel, $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#261: FILE: doc/guides/getting_started_guide/system_setup.rst:163:
+it is necessary to reboot FreeBSD to restore the original device binding. $

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

total: 6 errors, 2 warnings, 195 lines checked


More information about the test-report mailing list