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 201CE43274 for ; Fri, 3 Nov 2023 05:02:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 744FE42D78; Fri, 3 Nov 2023 05:02:44 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 62AC942D97 for ; Fri, 3 Nov 2023 05:02:43 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 4C2B6120A24; Fri, 3 Nov 2023 05:02:43 +0100 (CET) Subject: |WARNING| pw133800 [PATCH v3 2/7] Section 2: Install and Build DPDK In-Reply-To: <20231103040202.2849-3-dave@youngcopy.com> References: <20231103040202.2849-3-dave@youngcopy.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Young Message-Id: <20231103040243.4C2B6120A24@dpdk.org> Date: Fri, 3 Nov 2023 05:02:43 +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/133800 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #86: Section 2: Install and Build DPDK - Updated based on feedback; Merged windows_install_build.rst into building_from_sources.rst; Updated Meson 0.57.x to be required for Windows. ERROR:TRAILING_WHITESPACE: trailing whitespace #110: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:9: +This chapter provides a comprehensive guide for building DPDK from sources on Linux, FreeBSD, and Windows. It covers the necessary steps, prerequisites, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #187: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:86: +1. Install the Compiler: Download and install the Clang compiler from the $ ERROR:TRAILING_WHITESPACE: trailing whitespace #198: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:97: +1. On Linux (for cross-compilation): Install MinGW-w64 via a package manager. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #202: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:101: + `MinGW-w64 repository `_. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #203: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:102: + Any thread model (POSIX or Win32) can be chosen, DPDK does not rely on it. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #204: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:103: + Install to a folder without spaces in its name, like ``C:\MinGW``. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #294: FILE: doc/guides/getting_started_guide/install_and_build/index.rst:12: + $ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 8 errors, 1 warnings, 242 lines checked