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 00121A0508 for ; Thu, 7 Apr 2022 05:01:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E3686410DC; Thu, 7 Apr 2022 05:01:33 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B0B3840689 for ; Thu, 7 Apr 2022 05:01:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id AC4D1122BA2; Thu, 7 Apr 2022 05:01:32 +0200 (CEST) Subject: |WARNING| pw109375 [PATCH 23/39] net/ice: support new patterns of TCP and UDP In-Reply-To: <20220407105706.18889-24-kevinx.liu@intel.com> References: <20220407105706.18889-24-kevinx.liu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kevin Liu Message-Id: <20220407030132.AC4D1122BA2@dpdk.org> Date: Thu, 7 Apr 2022 05:01:32 +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/109375 _coding style issues_ WARNING:LONG_LINE: line length of 104 exceeds 100 columns #97: FILE: drivers/net/ice/ice_switch_filter.c:241: + {pattern_eth_vlan_ipv4_tcp, ICE_SW_INSET_MAC_VLAN_IPV4_TCP, ICE_INSET_NONE, ICE_INSET_NONE}, WARNING:LONG_LINE: line length of 104 exceeds 100 columns #98: FILE: drivers/net/ice/ice_switch_filter.c:242: + {pattern_eth_vlan_ipv4_udp, ICE_SW_INSET_MAC_VLAN_IPV4_UDP, ICE_INSET_NONE, ICE_INSET_NONE}, total: 0 errors, 2 warnings, 0 checks, 18 lines checked