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 A988843D48 for ; Mon, 25 Mar 2024 18:02:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A25F740A79; Mon, 25 Mar 2024 18:02:23 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1E49C40A77 for ; Mon, 25 Mar 2024 18:02:22 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 0E3951223FA; Mon, 25 Mar 2024 18:02:22 +0100 (CET) Subject: |WARNING| pw138770 [RFC PATCH v3] net/iavf: support rte flow with mask for FDIR In-Reply-To: <20240325170141.10192-1-ian.stokes@intel.com> References: <20240325170141.10192-1-ian.stokes@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ian Stokes Message-Id: <20240325170222.0E3951223FA@dpdk.org> Date: Mon, 25 Mar 2024 18:02:22 +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/138770 _coding style issues_ Must be a reply to the first patch (--in-reply-to). WARNING:LONG_LINE: line length of 102 exceeds 100 columns #282: FILE: drivers/net/iavf/iavf_fdir.c:770: + } else if (!rte_is_zero_ether_addr(ð_mask->hdr.src_addr)) { WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring #290: FILE: drivers/net/iavf/iavf_fdir.c:778: + if (eth_mask->type != RTE_BE16(0xffff)) { WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring #298: FILE: drivers/net/iavf/iavf_fdir.c:786: + if (ether_type == RTE_ETHER_TYPE_IPV4 || total: 0 errors, 3 warnings, 859 lines checked