automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw94800 [PATCH] net: prepare the outer ipv4 hdr for checksum
       [not found] <20210624151449.39799-1-mohsin.kazmi14@gmail.com>
@ 2021-06-24 15:17 ` checkpatch
  2021-06-24 17:01 ` [dpdk-test-report] |SUCCESS| pw94800 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-06-24 15:17 UTC (permalink / raw)
  To: test-report; +Cc: Mohsin Kazmi

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/94800

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#98: FILE: lib/net/rte_net.h:133:
+                /*$

ERROR:CODE_INDENT: code indent should use tabs where possible
#99: FILE: lib/net/rte_net.h:134:
+                 * prepare outer ipv4 header checksum by setting it to 0,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#100: FILE: lib/net/rte_net.h:135:
+                 * in order to be computed by hardware NICs.$

ERROR:CODE_INDENT: code indent should use tabs where possible
#101: FILE: lib/net/rte_net.h:136:
+                 */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#102: FILE: lib/net/rte_net.h:137:
+                if (ol_flags & PKT_TX_OUTER_IP_CKSUM) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#102: FILE: lib/net/rte_net.h:137:
+                if (ol_flags & PKT_TX_OUTER_IP_CKSUM) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#103: FILE: lib/net/rte_net.h:138:
+                        ipv4_hdr = rte_pktmbuf_mtod_offset(m, struct rte_ipv4_hdr *,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#103: FILE: lib/net/rte_net.h:138:
+                        ipv4_hdr = rte_pktmbuf_mtod_offset(m, struct rte_ipv4_hdr *,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#104: FILE: lib/net/rte_net.h:139:
+                                   m->outer_l2_len);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#104: FILE: lib/net/rte_net.h:139:
+                                   m->outer_l2_len);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#105: FILE: lib/net/rte_net.h:140:
+                         ipv4_hdr->hdr_checksum = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#105: FILE: lib/net/rte_net.h:140:
+                         ipv4_hdr->hdr_checksum = 0;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#106: FILE: lib/net/rte_net.h:141:
+                }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#106: FILE: lib/net/rte_net.h:141:
+                }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#107: FILE: lib/net/rte_net.h:142:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#107: FILE: lib/net/rte_net.h:142:
+        }$

total: 10 errors, 6 warnings, 19 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |SUCCESS| pw94800 [dpdk-dev] [PATCH] net: prepare the outer ipv4 hdr for checksum
       [not found] <20210624151449.39799-1-mohsin.kazmi14@gmail.com>
  2021-06-24 15:17 ` [dpdk-test-report] |WARNING| pw94800 [PATCH] net: prepare the outer ipv4 hdr for checksum checkpatch
@ 2021-06-24 17:01 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-06-24 17:01 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/94800/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/968584085

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-24 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210624151449.39799-1-mohsin.kazmi14@gmail.com>
2021-06-24 15:17 ` [dpdk-test-report] |WARNING| pw94800 [PATCH] net: prepare the outer ipv4 hdr for checksum checkpatch
2021-06-24 17:01 ` [dpdk-test-report] |SUCCESS| pw94800 [dpdk-dev] " 0-day Robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).