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 31D41A0A0C for ; Thu, 22 Jul 2021 19:22:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 298E240151; Thu, 22 Jul 2021 19:22:39 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0A55D4014E for ; Thu, 22 Jul 2021 19:22:38 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B168A1235AE; Thu, 22 Jul 2021 19:22:37 +0200 (CEST) In-Reply-To: <20210722172113.3236450-1-ferruh.yigit@intel.com> References: <20210722172113.3236450-1-ferruh.yigit@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ferruh Yigit Message-Id: <20210722172237.B168A1235AE@dpdk.org> Date: Thu, 22 Jul 2021 19:22:37 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw96210 [PATCH v2 1/6] ethdev: fix max Rx packet length 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/96210 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1197: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1731: + slave_eth_dev->data->dev_conf.rxmode.mtu = WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #1211: FILE: drivers/net/cnxk/cnxk_ethdev.c:56: + if (eth_dev->data->mtu + (uint32_t)CNXK_NIX_L2_OVERHEAD > buffsz) { WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #3200: FILE: drivers/net/octeontx2/otx2_ethdev.c:915: + if (eth_dev->data->mtu + (uint32_t)NIX_L2_OVERHEAD > buffsz) { total: 0 errors, 3 warnings, 4126 lines checked