From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 0B9071BAAC; Tue, 5 Jun 2018 17:50:13 +0200 (CEST) In-Reply-To: <1528213708-5247-1-git-send-email-orika@mellanox.com> References: <1528213708-5247-1-git-send-email-orika@mellanox.com> To: test-report@dpdk.org Cc: Ori Kam Message-Id: <20180605155013.0B9071BAAC@dpdk.org> Date: Tue, 5 Jun 2018 17:50:13 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40660 [PATCH RFC] ethdev: support tunnel encapsulation action 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: , X-List-Received-Date: Tue, 05 Jun 2018 15:50:13 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/40660 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #93: FILE: doc/guides/prog_guide/rte_flow.rst:1984: + $ ERROR:TRAILING_WHITESPACE: trailing whitespace #145: FILE: doc/guides/prog_guide/rte_flow.rst:2006: + $ ERROR:TRAILING_WHITESPACE: trailing whitespace #176: FILE: doc/guides/prog_guide/rte_flow.rst:2027: + $ WARNING:TYPO_SPELLING: 'suplied' may be misspelled - perhaps 'supplied'? #209: FILE: doc/guides/prog_guide/rte_flow.rst:2042: +and adding the L2 header which is suplied in the buf parameter. ERROR:TRAILING_WHITESPACE: trailing whitespace #225: FILE: doc/guides/prog_guide/rte_flow.rst:2051: + $ ERROR:CODE_INDENT: code indent should use tabs where possible #248: FILE: lib/librte_ethdev/rte_flow.h:1476: + ^I * Encapsulte a packet with tunnel header.$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #248: FILE: lib/librte_ethdev/rte_flow.h:1476: + ^I * Encapsulte a packet with tunnel header.$ ERROR:CODE_INDENT: code indent should use tabs where possible #249: FILE: lib/librte_ethdev/rte_flow.h:1477: + ^I *$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #249: FILE: lib/librte_ethdev/rte_flow.h:1477: + ^I *$ ERROR:CODE_INDENT: code indent should use tabs where possible #250: FILE: lib/librte_ethdev/rte_flow.h:1478: + ^I * See struct rte_flow_action_tunnel_encap.$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #250: FILE: lib/librte_ethdev/rte_flow.h:1478: + ^I * See struct rte_flow_action_tunnel_encap.$ ERROR:CODE_INDENT: code indent should use tabs where possible #251: FILE: lib/librte_ethdev/rte_flow.h:1479: + ^I */$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #251: FILE: lib/librte_ethdev/rte_flow.h:1479: + ^I */$ ERROR:CODE_INDENT: code indent should use tabs where possible #255: FILE: lib/librte_ethdev/rte_flow.h:1483: + ^I * Encapsulte a packet with tunnel header replacing$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #255: FILE: lib/librte_ethdev/rte_flow.h:1483: + ^I * Encapsulte a packet with tunnel header replacing$ ERROR:CODE_INDENT: code indent should use tabs where possible #256: FILE: lib/librte_ethdev/rte_flow.h:1484: + ^I * the inner L2 data.$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #256: FILE: lib/librte_ethdev/rte_flow.h:1484: + ^I * the inner L2 data.$ ERROR:CODE_INDENT: code indent should use tabs where possible #257: FILE: lib/librte_ethdev/rte_flow.h:1485: + ^I *$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #257: FILE: lib/librte_ethdev/rte_flow.h:1485: + ^I *$ ERROR:CODE_INDENT: code indent should use tabs where possible #258: FILE: lib/librte_ethdev/rte_flow.h:1486: + ^I * See struct rte_flow_action_tunnel_encap_l3.$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #258: FILE: lib/librte_ethdev/rte_flow.h:1486: + ^I * See struct rte_flow_action_tunnel_encap_l3.$ ERROR:CODE_INDENT: code indent should use tabs where possible #259: FILE: lib/librte_ethdev/rte_flow.h:1487: + ^I */$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #259: FILE: lib/librte_ethdev/rte_flow.h:1487: + ^I */$ total: 13 errors, 10 warnings, 389 lines checked