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 86156A0545 for ; Wed, 21 Dec 2022 05:16:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7DB8B40698; Wed, 21 Dec 2022 05:16:51 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 637B840684 for ; Wed, 21 Dec 2022 05:16:50 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 5283B122EC0; Wed, 21 Dec 2022 05:16:50 +0100 (CET) Subject: |WARNING| pw121146 [PATCH v2] net/ice: add devargs for disabling mac filter In-Reply-To: <20221221035804.1241780-1-ke1x.zhang@intel.com> References: <20221221035804.1241780-1-ke1x.zhang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ke Zhang Message-Id: <20221221041650.5283B122EC0@dpdk.org> Date: Wed, 21 Dec 2022 05:16:50 +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/121146 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #99: FILE: doc/guides/nics/ice.rst:116: + $ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'pattern[0].type == RTE_FLOW_ITEM_TYPE_ANY' #189: FILE: drivers/net/ice/ice_generic_flow.c:2482: + if ((pattern[0].type == RTE_FLOW_ITEM_TYPE_ANY) + && (actions[0].type == RTE_FLOW_ACTION_TYPE_DROP)) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'actions[0].type == RTE_FLOW_ACTION_TYPE_DROP' #189: FILE: drivers/net/ice/ice_generic_flow.c:2482: + if ((pattern[0].type == RTE_FLOW_ITEM_TYPE_ANY) + && (actions[0].type == RTE_FLOW_ACTION_TYPE_DROP)) { CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line #190: FILE: drivers/net/ice/ice_generic_flow.c:2483: + if ((pattern[0].type == RTE_FLOW_ITEM_TYPE_ANY) + && (actions[0].type == RTE_FLOW_ACTION_TYPE_DROP)) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'ad->devargs.mac_filter_disable == 1' #203: FILE: drivers/net/ice/ice_generic_flow.c:2519: + if ((ad->devargs.mac_filter_disable == 1) + && (flow->rule == NULL)) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'flow->rule == NULL' #203: FILE: drivers/net/ice/ice_generic_flow.c:2519: + if ((ad->devargs.mac_filter_disable == 1) + && (flow->rule == NULL)) { CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line #204: FILE: drivers/net/ice/ice_generic_flow.c:2520: + if ((ad->devargs.mac_filter_disable == 1) + && (flow->rule == NULL)) { total: 1 errors, 0 warnings, 6 checks, 102 lines checked "ke1x.zhang" is unknown, please fix the commit message or update .mailmap. ke1x.zhang is unknown, please fix the commit message or update .mailmap.