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 DA705425F1 for ; Wed, 20 Sep 2023 17:52:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D5B9740041; Wed, 20 Sep 2023 17:52:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 72FF740041 for ; Wed, 20 Sep 2023 17:52:03 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6F94A120802; Wed, 20 Sep 2023 17:52:03 +0200 (CEST) Subject: |WARNING| pw131746 [PATCH 3/6] Section 3: Setting up a System to Run DPDK Applications In-Reply-To: <20230920154817.617-4-dave@youngcopy.com> References: <20230920154817.617-4-dave@youngcopy.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Young Message-Id: <20230920155203.6F94A120802@dpdk.org> Date: Wed, 20 Sep 2023 17:52:03 +0200 (CEST) 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/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