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 058B7425F3 for ; Wed, 20 Sep 2023 17:50:06 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E878A40ED1; Wed, 20 Sep 2023 17:50:05 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9F37E4281D for ; Wed, 20 Sep 2023 17:50:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 89C4E120802; Wed, 20 Sep 2023 17:50:04 +0200 (CEST) Subject: |WARNING| pw131745 [PATCH 2/6] Section 2: Install and Build DPDK In-Reply-To: <20230920154817.617-3-dave@youngcopy.com> References: <20230920154817.617-3-dave@youngcopy.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Young Message-Id: <20230920155004.89C4E120802@dpdk.org> Date: Wed, 20 Sep 2023 17:50:04 +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/131745 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one ERROR:TRAILING_WHITESPACE: trailing whitespace #113: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:10: +Linux and FreeBSD platforms. It covers the necessary steps, prerequisites, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #174: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:71: +Download the DPDK source code from the official repository $ ERROR:TRAILING_WHITESPACE: trailing whitespace #196: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:93: +Configure the build based on your needs, hardware, and environment. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #229: FILE: doc/guides/getting_started_guide/install_and_build/index.rst:12: + $ ERROR:TRAILING_WHITESPACE: trailing whitespace #309: FILE: doc/guides/getting_started_guide/install_and_build/windows_install_build.rst:9: +Before you begin the process of building DPDK on Windows, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #326: FILE: doc/guides/getting_started_guide/install_and_build/windows_install_build.rst:26: +1. Install the Compiler: Download and install the clang compiler from the $ ERROR:TRAILING_WHITESPACE: trailing whitespace #330: FILE: doc/guides/getting_started_guide/install_and_build/windows_install_build.rst:30: +`Microsoft website `_. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #337: FILE: doc/guides/getting_started_guide/install_and_build/windows_install_build.rst:37: +1. On Linux (for cross-compilation): Install MinGW-w64 via a package manager. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #341: FILE: doc/guides/getting_started_guide/install_and_build/windows_install_build.rst:41: +`MinGW-w64 repository `_. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #342: FILE: doc/guides/getting_started_guide/install_and_build/windows_install_build.rst:42: +Any thread model (POSIX or Win32) can be chosen, DPDK does not rely on it. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #343: FILE: doc/guides/getting_started_guide/install_and_build/windows_install_build.rst:43: +Install to a folder without spaces in its name, like ``C:\MinGW``. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #350: FILE: doc/guides/getting_started_guide/install_and_build/windows_install_build.rst:50: +`Meson website `_. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #359: FILE: doc/guides/getting_started_guide/install_and_build/windows_install_build.rst:59: +system. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #361: FILE: doc/guides/getting_started_guide/install_and_build/windows_install_build.rst:61: +Once you have verified that your system meets these requirements, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #389: FILE: doc/guides/getting_started_guide/install_and_build/windows_install_build.rst:89: +The cross-file option must be specified for Meson. $ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 16 errors, 1 warnings, 270 lines checked