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 C27F0A034C for ; Mon, 28 Mar 2022 10:14:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BCC7442871; Mon, 28 Mar 2022 10:14:24 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4C0E6427EA for ; Mon, 28 Mar 2022 10:14:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3CB0F121D58; Mon, 28 Mar 2022 10:14:23 +0200 (CEST) Subject: |WARNING| pw108926 [RFC] net/i40e: backport i40e fixes and share code to 21.11 In-Reply-To: <20220328080507.84821-1-stevex.yang@intel.com> References: <20220328080507.84821-1-stevex.yang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Steve Yang Message-Id: <20220328081423.3CB0F121D58@dpdk.org> Date: Mon, 28 Mar 2022 10:14:23 +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/108926 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1278: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1747: + errval = rte_eth_dev_set_mtu(slave_eth_dev->data->port_id, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1282: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1751: + slave_eth_dev->data->port_id, errval); WARNING:LONG_LINE_COMMENT: line length of 101 exceeds 100 columns #1467: FILE: drivers/net/i40e/base/i40e_register.h:2398: +#define I40E_GL_RXERR1H(_i) (0x00318004 + ((_i) * 8)) /* _i=0...143 */ /* Reset: CORER */ WARNING:LONG_LINE_COMMENT: line length of 101 exceeds 100 columns #1471: FILE: drivers/net/i40e/base/i40e_register.h:2402: +#define I40E_GL_RXERR1L(_i) (0x00318000 + ((_i) * 8)) /* _i=0...143 */ /* Reset: CORER */ total: 0 errors, 4 warnings, 0 checks, 1948 lines checked