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 864C8A0C53 for ; Mon, 23 Aug 2021 17:08:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7BC6B40142; Mon, 23 Aug 2021 17:08:22 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4F93B40042 for ; Mon, 23 Aug 2021 17:08:21 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 374B41226B3; Mon, 23 Aug 2021 17:08:21 +0200 (CEST) In-Reply-To: <20210823150653.53083-1-stephen@networkplumber.org> References: <20210823150653.53083-1-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20210823150821.374B41226B3@dpdk.org> Date: Mon, 23 Aug 2021 17:08:21 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw97233 [PATCH v2] eal: remove the deprecated whitelist/blacklist and master/slave API's 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/97233 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #107: FILE: doc/guides/rel_notes/release_21_11.rst:71: +* eal: Removed the deprecated function ``rte_get_master_lcore()`` WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #108: FILE: doc/guides/rel_notes/release_21_11.rst:72: + and the iterarator macro ``RTE_LCORE_FOREACH_SLAVE``. WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #111: FILE: doc/guides/rel_notes/release_21_11.rst:75: + blacklist/whitelist are removed. Users must use the new WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'? #111: FILE: doc/guides/rel_notes/release_21_11.rst:75: + blacklist/whitelist are removed. Users must use the new total: 0 errors, 4 warnings, 169 lines checked --- a/doc/guides/rel_notes/release_21_11.rst +++ b/doc/guides/rel_notes/release_21_11.rst