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 25FD2A0C4B for ; Thu, 17 Jun 2021 16:22:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A75F410DB; Thu, 17 Jun 2021 16:22:36 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5D0B7410DB for ; Thu, 17 Jun 2021 16:22:35 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 43595122E3A; Thu, 17 Jun 2021 16:22:35 +0200 (CEST) In-Reply-To: <20210617142026.1133460-1-andrew.rybchenko@oktetlabs.ru> References: <20210617142026.1133460-1-andrew.rybchenko@oktetlabs.ru> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andrew Rybchenko Message-Id: <20210617142235.43595122E3A@dpdk.org> Date: Thu, 17 Jun 2021 16:22:35 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94361 [PATCH v3] app/testpmd: send failure logs to stderr 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/94361 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1309: FILE: app/test-pmd/cmdline.c:6182: + fprintf(stderr, " Failed to get slave list for port = %d ", WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1320: FILE: app/test-pmd/cmdline.c:6202: + " Failed to get active slave list for port = %d ", WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1330: FILE: app/test-pmd/cmdline.c:6220: + fprintf(stderr, " Failed to get primary slave for port = %d ", WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1341: FILE: app/test-pmd/cmdline.c:6274: + fprintf(stderr, " Failed to set primary slave for port = %d. ", WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1342: FILE: app/test-pmd/cmdline.c:6275: + master_port_id); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1353: FILE: app/test-pmd/cmdline.c:6332: + " Failed to add slave %d to master port = %d. ", WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1353: FILE: app/test-pmd/cmdline.c:6332: + " Failed to add slave %d to master port = %d. ", WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1354: FILE: app/test-pmd/cmdline.c:6333: + slave_port_id, master_port_id); WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1354: FILE: app/test-pmd/cmdline.c:6333: + slave_port_id, master_port_id); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1365: FILE: app/test-pmd/cmdline.c:6391: + " Failed to remove slave %d from master port = %d. ", WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1365: FILE: app/test-pmd/cmdline.c:6391: + " Failed to remove slave %d from master port = %d. ", WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1366: FILE: app/test-pmd/cmdline.c:6392: + slave_port_id, master_port_id); WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1366: FILE: app/test-pmd/cmdline.c:6392: + slave_port_id, master_port_id); WARNING:LONG_LINE: line length of 107 exceeds 100 columns #3439: FILE: app/test-pmd/config.c:980: + "Port %d: register offset %u (0x%X) out of port PCI resource (length=%"PRIu64") ", total: 0 errors, 14 warnings, 4811 lines checked --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst