[dpdk-test-report] |WARNING| pw21057 [PATCH 13/13] net/sfc: support Rx packed stream EF10-specific datapath

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 2 08:10:26 CET 2017


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

_coding style issues_


CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#783: FILE: drivers/net/sfc/sfc_ef10_ps_rx.c:571:
+	rxq->completed = rxq->added = 0;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM)
#796: FILE: drivers/net/sfc/sfc_ef10_ps_rx.c:584:
+		return ENOMEM;

total: 0 errors, 1 warnings, 1 checks, 892 lines checked


More information about the test-report mailing list