automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| [PATCH 0/5] virtio/mbuf: fix virtio tso with shared mbufs
       [not found] <1479977798-13417-1-git-send-email-olivier.matz@6wind.com>
@ 2016-11-24  8:58 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2016-11-24  8:58 UTC (permalink / raw)
  To: test-report; +Cc: Olivier Matz

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

_coding style issues_


ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#61: 
--- a/lib/librte_mbuf/rte_mbuf.c

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#68: FILE: lib/librte_mbuf/rte_mbuf.c:282:
+       if (0 && off + len <= rte_pktmbuf_data_len(seg))$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#68: FILE: lib/librte_mbuf/rte_mbuf.c:282:
+       if (0 && off + len <= rte_pktmbuf_data_len(seg))
                return rte_pktmbuf_mtod_offset(seg, char *, off);

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#81: FILE: lib/librte_mbuf/rte_mbuf.h:1674:
+       if (likely(0 && off + len <= rte_pktmbuf_data_len(m)))$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#81: FILE: lib/librte_mbuf/rte_mbuf.h:1674:
+       if (likely(0 && off + len <= rte_pktmbuf_data_len(m)))
                return rte_pktmbuf_mtod_offset(m, char *, off);

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#95: FILE: drivers/net/virtio/virtio_rxtx.c:228:
+       if (unlikely(1 || rte_pktmbuf_data_is_shared(m, 0, hdrlen))) {$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#95: FILE: drivers/net/virtio/virtio_rxtx.c:228:
+       if (unlikely(1 || rte_pktmbuf_data_is_shared(m, 0, hdrlen))) {
                shared = 1;

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

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

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

only message in thread, other threads:[~2016-11-24  8:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1479977798-13417-1-git-send-email-olivier.matz@6wind.com>
2016-11-24  8:58 ` [dpdk-test-report] |WARNING| [PATCH 0/5] virtio/mbuf: fix virtio tso with shared mbufs 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).