automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw74809 [PATCH v3] net/ice: fix GTPU down/uplink and extension conflict
       [not found] <1595733227-428607-1-git-send-email-simei.su@intel.com>
@ 2020-07-26  3:17 ` checkpatch
  2020-07-26  4:55 ` [dpdk-test-report] |SUCCESS| pw74809 " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2020-07-26  3:17 UTC (permalink / raw)
  To: test-report; +Cc: Simei Su

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'p' - possible side-effects?
#204: FILE: drivers/net/ice/ice_ethdev.h:361:
+#define ICE_HASH_CFG_VALID(p)				\
+	((p)->hash_fld != 0 && (p)->pkt_hdr != 0)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'p' - possible side-effects?
#207: FILE: drivers/net/ice/ice_ethdev.h:364:
+#define ICE_HASH_CFG_RESET(p) do {	\
+	(p)->hash_fld = 0;		\
+	(p)->pkt_hdr = 0;		\
+} while (0)

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#256: FILE: drivers/net/ice/ice_hash.c:1246:
+		if ((hdr & ICE_FLOW_SEG_HDR_IPV4) &&
[...]
+				pf->gtpu_ctx.ipv4_udp.pkt_hdr = hdr;

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#260: FILE: drivers/net/ice/ice_hash.c:1250:
+		} else if ((hdr & ICE_FLOW_SEG_HDR_IPV6) &&
[...]
+				pf->gtpu_ctx.ipv6_udp.pkt_hdr = hdr;

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#264: FILE: drivers/net/ice/ice_hash.c:1254:
+		} else if ((hdr & ICE_FLOW_SEG_HDR_IPV4) &&
[...]
+				pf->gtpu_ctx.ipv4_tcp.pkt_hdr = hdr;

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#268: FILE: drivers/net/ice/ice_hash.c:1258:
+		} else if ((hdr & ICE_FLOW_SEG_HDR_IPV6) &&
[...]
+				pf->gtpu_ctx.ipv6_tcp.pkt_hdr = hdr;

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#272: FILE: drivers/net/ice/ice_hash.c:1262:
+		} else if ((hdr & ICE_FLOW_SEG_HDR_IPV4) &&
[...]
+				pf->gtpu_ctx.ipv4.pkt_hdr = hdr;

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#277: FILE: drivers/net/ice/ice_hash.c:1267:
+		} else if ((hdr & ICE_FLOW_SEG_HDR_IPV6) &&
[...]
+				pf->gtpu_ctx.ipv6.pkt_hdr = hdr;

total: 0 errors, 6 warnings, 2 checks, 325 lines checked

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

* [dpdk-test-report] |SUCCESS| pw74809 net/ice: fix GTPU down/uplink and extension conflict
       [not found] <1595733227-428607-1-git-send-email-simei.su@intel.com>
  2020-07-26  3:17 ` [dpdk-test-report] |WARNING| pw74809 [PATCH v3] net/ice: fix GTPU down/uplink and extension conflict checkpatch
@ 2020-07-26  4:55 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2020-07-26  4:55 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: travis-robot
Test-Status: SUCCESS
http://dpdk.org/patch/74809

_Travis build: passed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/177178152

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

end of thread, other threads:[~2020-07-26  4:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1595733227-428607-1-git-send-email-simei.su@intel.com>
2020-07-26  3:17 ` [dpdk-test-report] |WARNING| pw74809 [PATCH v3] net/ice: fix GTPU down/uplink and extension conflict checkpatch
2020-07-26  4:55 ` [dpdk-test-report] |SUCCESS| pw74809 " 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).