From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 927FF43274 for ; Fri, 3 Nov 2023 05:04:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8DD5940265; Fri, 3 Nov 2023 05:04:43 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9F05B40265 for ; Fri, 3 Nov 2023 05:04:41 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 98812120A24; Fri, 3 Nov 2023 05:04:41 +0100 (CET) Subject: |WARNING| pw133802 [PATCH v3 3/7] Section 3: Setting up a System to Run DPDK Applications In-Reply-To: <20231103040202.2849-4-dave@youngcopy.com> References: <20231103040202.2849-4-dave@youngcopy.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Young Message-Id: <20231103040441.98812120A24@dpdk.org> Date: Fri, 3 Nov 2023 05:04:41 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/133802 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one WARNING:REPEATED_WORD: Possible repeated word: 'are' #123: 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 #203: 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 #239: 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 #240: 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 #261: 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 #262: 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