From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0A503A053E for ; Mon, 3 Aug 2020 19:05:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EB2E62C12; Mon, 3 Aug 2020 19:05:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 9C2C72E8F; Mon, 3 Aug 2020 19:05:03 +0200 (CEST) In-Reply-To: <33de39c7ef627b87f5e0bb34f364a92fffc39fc5.1596470130.git.dekelp@mellanox.com> References: <33de39c7ef627b87f5e0bb34f364a92fffc39fc5.1596470130.git.dekelp@mellanox.com> To: test-report@dpdk.org Cc: Dekel Peled Message-Id: <20200803170503.9C2C72E8F@dpdk.org> Date: Mon, 3 Aug 2020 19:05:03 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw75149 [RFC v2] ethdev: add extensions attributes to IPv6 item X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/75149 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #104: FILE: lib/librte_ethdev/rte_flow.h:804: + uint64_t rout_ext_exist:1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #104: FILE: lib/librte_ethdev/rte_flow.h:804: + uint64_t rout_ext_exist:1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #105: FILE: lib/librte_ethdev/rte_flow.h:805: + /**< Routing extension header exists. */$ ERROR:CODE_INDENT: code indent should use tabs where possible #106: FILE: lib/librte_ethdev/rte_flow.h:806: + uint64_t frag_ext_exist:1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #106: FILE: lib/librte_ethdev/rte_flow.h:806: + uint64_t frag_ext_exist:1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #107: FILE: lib/librte_ethdev/rte_flow.h:807: + /**< Fragment extension header exists. */$ ERROR:CODE_INDENT: code indent should use tabs where possible #108: FILE: lib/librte_ethdev/rte_flow.h:808: + uint64_t auth_ext_exist:1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #108: FILE: lib/librte_ethdev/rte_flow.h:808: + uint64_t auth_ext_exist:1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #109: FILE: lib/librte_ethdev/rte_flow.h:809: + /**< Authentication extension header exists. */$ ERROR:CODE_INDENT: code indent should use tabs where possible #110: FILE: lib/librte_ethdev/rte_flow.h:810: + uint64_t esp_ext_exist:1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #110: FILE: lib/librte_ethdev/rte_flow.h:810: + uint64_t esp_ext_exist:1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #111: FILE: lib/librte_ethdev/rte_flow.h:811: + /**< Encapsulation Security Payload extension header exists. */$ ERROR:CODE_INDENT: code indent should use tabs where possible #112: FILE: lib/librte_ethdev/rte_flow.h:812: + uint64_t dest_ext_exist:1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #112: FILE: lib/librte_ethdev/rte_flow.h:812: + uint64_t dest_ext_exist:1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #113: FILE: lib/librte_ethdev/rte_flow.h:813: + /**< Destination Options extension header exists. */$ ERROR:CODE_INDENT: code indent should use tabs where possible #114: FILE: lib/librte_ethdev/rte_flow.h:814: + uint64_t mobil_ext_exist:1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #114: FILE: lib/librte_ethdev/rte_flow.h:814: + uint64_t mobil_ext_exist:1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #115: FILE: lib/librte_ethdev/rte_flow.h:815: + /**< Mobility extension header exists. */$ ERROR:CODE_INDENT: code indent should use tabs where possible #116: FILE: lib/librte_ethdev/rte_flow.h:816: + uint64_t hip_ext_exist:1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #116: FILE: lib/librte_ethdev/rte_flow.h:816: + uint64_t hip_ext_exist:1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #117: FILE: lib/librte_ethdev/rte_flow.h:817: + /**< Host Identity Protocol extension header exists. */$ ERROR:CODE_INDENT: code indent should use tabs where possible #118: FILE: lib/librte_ethdev/rte_flow.h:818: + uint64_t shim6_ext_exist:1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #118: FILE: lib/librte_ethdev/rte_flow.h:818: + uint64_t shim6_ext_exist:1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #119: FILE: lib/librte_ethdev/rte_flow.h:819: + /**< Shim6 Protocol extension header exists. */$ ERROR:CODE_INDENT: code indent should use tabs where possible #120: FILE: lib/librte_ethdev/rte_flow.h:820: + uint64_t reserved:55;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #120: FILE: lib/librte_ethdev/rte_flow.h:820: + uint64_t reserved:55;$ ERROR:CODE_INDENT: code indent should use tabs where possible #121: FILE: lib/librte_ethdev/rte_flow.h:821: + /**< Reserved for future extension headers, must be zero. */$ total: 18 errors, 9 warnings, 33 lines checked