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 F3948A0508 for ; Thu, 7 Apr 2022 05:01:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 92374410DC; Thu, 7 Apr 2022 05:01:53 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id F420340689 for ; Thu, 7 Apr 2022 05:01:51 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EBF19122BA2; Thu, 7 Apr 2022 05:01:51 +0200 (CEST) Subject: |WARNING| pw109364 [PATCH 12/39] net/ice: add VXLAN support for switch filter In-Reply-To: <20220407105706.18889-13-kevinx.liu@intel.com> References: <20220407105706.18889-13-kevinx.liu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kevin Liu Message-Id: <20220407030151.EBF19122BA2@dpdk.org> Date: Thu, 7 Apr 2022 05:01:51 +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/109364 _coding style issues_ WARNING:LONG_LINE: line length of 113 exceeds 100 columns #182: FILE: drivers/net/ice/ice_switch_filter.c:241: + {pattern_eth_ipv4_udp_vxlan_eth_ipv6, ICE_SW_INSET_DIST_IPV4_VXLAN_IPV6, ICE_INSET_NONE, ICE_INSET_NONE}, WARNING:LONG_LINE: line length of 113 exceeds 100 columns #183: FILE: drivers/net/ice/ice_switch_filter.c:242: + {pattern_eth_ipv6_udp_vxlan_eth_ipv4, ICE_SW_INSET_DIST_IPV6_VXLAN_IPV4, ICE_INSET_NONE, ICE_INSET_NONE}, WARNING:LONG_LINE: line length of 113 exceeds 100 columns #184: FILE: drivers/net/ice/ice_switch_filter.c:243: + {pattern_eth_ipv6_udp_vxlan_eth_ipv6, ICE_SW_INSET_DIST_IPV6_VXLAN_IPV6, ICE_INSET_NONE, ICE_INSET_NONE}, WARNING:LONG_LINE: line length of 113 exceeds 100 columns #197: FILE: drivers/net/ice/ice_switch_filter.c:330: + {pattern_eth_ipv4_udp_vxlan_eth_ipv6, ICE_SW_INSET_DIST_IPV4_VXLAN_IPV6, ICE_INSET_NONE, ICE_INSET_NONE}, WARNING:LONG_LINE: line length of 113 exceeds 100 columns #198: FILE: drivers/net/ice/ice_switch_filter.c:331: + {pattern_eth_ipv6_udp_vxlan_eth_ipv4, ICE_SW_INSET_DIST_IPV6_VXLAN_IPV4, ICE_INSET_NONE, ICE_INSET_NONE}, WARNING:LONG_LINE: line length of 113 exceeds 100 columns #199: FILE: drivers/net/ice/ice_switch_filter.c:332: + {pattern_eth_ipv6_udp_vxlan_eth_ipv6, ICE_SW_INSET_DIST_IPV6_VXLAN_IPV6, ICE_INSET_NONE, ICE_INSET_NONE}, total: 0 errors, 6 warnings, 0 checks, 161 lines checked