automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw30501 [PATCH v2 4/5] bbdev: sample app
       [not found] <1508292886-31405-4-git-send-email-amr.mokhtar@intel.com>
@ 2017-10-18  2:15 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-10-18  2:15 UTC (permalink / raw)
  To: test-report; +Cc: Amr Mokhtar

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#180: FILE: examples/bbdev_app/main.c:76:
+#define BBDEV_ASSERT(a) do { \
+	if (!(a)) { \
+		usage(prgname); \
+		return -1; \
+	} \
+} while (0)

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'ops_burst[j]->turbo_dec.input.data'
#796: FILE: examples/bbdev_app/main.c:692:
+					rte_pktmbuf_free(ops_burst[j]->
+							turbo_dec.input.data);

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'ops_burst[j]->turbo_enc.output.data'
#857: FILE: examples/bbdev_app/main.c:753:
+						ops_burst[j]->
+						turbo_enc.output.data;

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'ops_burst[j]->turbo_enc.input.data'
#862: FILE: examples/bbdev_app/main.c:758:
+					rte_pktmbuf_free(ops_burst[j]->
+							turbo_enc.input.data);

total: 0 errors, 4 warnings, 1453 lines checked

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

only message in thread, other threads:[~2017-10-18  2:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1508292886-31405-4-git-send-email-amr.mokhtar@intel.com>
2017-10-18  2:15 ` [dpdk-test-report] |WARNING| pw30501 [PATCH v2 4/5] bbdev: sample app 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).