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 1B811423E6 for ; Sun, 15 Jan 2023 21:13:27 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1985740156; Sun, 15 Jan 2023 21:13:27 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 16E1540042 for ; Sun, 15 Jan 2023 21:13:26 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 0254D123659; Sun, 15 Jan 2023 21:13:25 +0100 (CET) Subject: |WARNING| pw122079 [PATCH] Intel iavf: Return in the case of ADD/DEL ETH address In-Reply-To: <1673615963-21216-2-git-send-email-vipinp@vmware.com> References: <1673615963-21216-2-git-send-email-vipinp@vmware.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Vipin P R Message-Id: <20230115201326.0254D123659@dpdk.org> Date: Sun, 15 Jan 2023 21:13:25 +0100 (CET) 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/122079 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #104: In case of i40vf, VIRTCHNL_OP_DEL_ETH_ADDR and VIRTCHNL_OP_ADD_ETH_ADDR are unsupported. WARNING:TYPO_SPELLING: 'upto' may be misspelled - perhaps 'up to'? #108: There is a retry logic of upto 200 times (2000 in iavf) with a delay of 10ms (1ms in iavf). WARNING:LEADING_SPACE: please, no spaces at the start of a line #130: FILE: drivers/net/iavf/iavf_vchnl.c:371: + case VIRTCHNL_OP_ADD_ETH_ADDR:$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #131: FILE: drivers/net/iavf/iavf_vchnl.c:372: + case VIRTCHNL_OP_DEL_ETH_ADDR:$ ERROR:CODE_INDENT: code indent should use tabs where possible #132: FILE: drivers/net/iavf/iavf_vchnl.c:373: + PMD_DRV_LOG(WARNING, "OP_{ADD/DEL}_ETH_ADDR unsupported");$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #132: FILE: drivers/net/iavf/iavf_vchnl.c:373: + PMD_DRV_LOG(WARNING, "OP_{ADD/DEL}_ETH_ADDR unsupported");$ ERROR:CODE_INDENT: code indent should use tabs where possible #133: FILE: drivers/net/iavf/iavf_vchnl.c:374: + err = 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #133: FILE: drivers/net/iavf/iavf_vchnl.c:374: + err = 0;$ ERROR:CODE_INDENT: code indent should use tabs where possible #134: FILE: drivers/net/iavf/iavf_vchnl.c:375: + _clear_cmd(vf);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #134: FILE: drivers/net/iavf/iavf_vchnl.c:375: + _clear_cmd(vf);$ ERROR:CODE_INDENT: code indent should use tabs where possible #135: FILE: drivers/net/iavf/iavf_vchnl.c:376: + break;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #135: FILE: drivers/net/iavf/iavf_vchnl.c:376: + break;$ total: 4 errors, 8 warnings, 0 checks, 14 lines checked Vipin P R is unknown, please fix the commit message or update .mailmap.