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 CEF7C433A2 for ; Thu, 23 Nov 2023 02:27:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C6B2242D80; Thu, 23 Nov 2023 02:27:40 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9793C402BD for ; Thu, 23 Nov 2023 02:27:37 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 92B40120DCC; Thu, 23 Nov 2023 02:27:37 +0100 (CET) Subject: |WARNING| pw134542 [PATCH v4 1/6] Section 1: Introduction In-Reply-To: <20231123012633.2005-2-dave@youngcopy.com> References: <20231123012633.2005-2-dave@youngcopy.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Young Message-Id: <20231123012737.92B40120DCC@dpdk.org> Date: Thu, 23 Nov 2023 02:27:37 +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/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: