automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw31378 [PATCH] mbuf: cleanup rte_pktmbuf_lastseg() fix atomic usage
       [not found] <20171115083548.18572-1-hhaim@cisco.com>
@ 2017-11-15  8:36 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-11-15  8:36 UTC (permalink / raw)
  To: test-report; +Cc: Hanoch Haim (hhaim)

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

_coding style issues_


ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#24: FILE: lib/librte_mbuf/rte_mbuf.h:1158:
	__rte_mbuf_sanity_check(m, 1);

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 16)
#42: FILE: lib/librte_mbuf/rte_mbuf.h:1332:
	if (rte_mbuf_refcnt_update(md, -1) == 0) {
+		rte_pktmbuf_reset_before_free(md);

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8)
#63: FILE: lib/librte_mbuf/rte_mbuf.h:1365:
+	} else if (rte_mbuf_refcnt_update(m, -1) == 0) {
[...]
		if (RTE_MBUF_INDIRECT(m))

total: 1 errors, 2 warnings, 52 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-15  8:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20171115083548.18572-1-hhaim@cisco.com>
2017-11-15  8:36 ` [dpdk-test-report] |WARNING| pw31378 [PATCH] mbuf: cleanup rte_pktmbuf_lastseg() fix atomic usage checkpatch

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).