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 4A14F46805 for ; Tue, 27 May 2025 17:38:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4528140662; Tue, 27 May 2025 17:38:37 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D36D640662 for ; Tue, 27 May 2025 17:38:35 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 743E4125267; Tue, 27 May 2025 17:37:57 +0200 (CEST) Subject: |WARNING| pw153798 [PATCH v1 1/3] dts: rewrite README In-Reply-To: <20250527153734.368235-1-dmarx@iol.unh.edu> References: <20250527153734.368235-1-dmarx@iol.unh.edu> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Dean Marx Message-Id: <20250527153757.743E4125267@dpdk.org> Date: Tue, 27 May 2025 17:37:57 +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/153798 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #84: Remove unnecessary information from README.md, and add new sections to clarify ERROR:TRAILING_WHITESPACE: trailing whitespace #103: FILE: dts/README.md:3: +DTS is a testing framework and set of testsuites for end to end testing of DPDK and DPDK $ ERROR:TRAILING_WHITESPACE: trailing whitespace #104: FILE: dts/README.md:4: +enabled hardware. Unlike the DPDK unit test application, DTS is intended to be used to $ ERROR:TRAILING_WHITESPACE: trailing whitespace #106: FILE: dts/README.md:6: +a traffic generator node which will send packets to a system under test node which is $ ERROR:TRAILING_WHITESPACE: trailing whitespace #126: FILE: dts/README.md:11: +DTS is a python application which will control a traffic generator node (TG) and system $ ERROR:TRAILING_WHITESPACE: trailing whitespace #127: FILE: dts/README.md:12: +under test node (SUT). The nodes represent a DPDK device (usually a NIC) located on a $ ERROR:TRAILING_WHITESPACE: trailing whitespace #135: FILE: dts/README.md:19: +TG node connected to a dual interface NIC which is the SUT node. Interface 0 on TG <-> interface 0 $ total: 6 errors, 1 warnings, 120 lines checked