[dpdk-test-report] |WARNING| pw93899 [PATCH v2 19/20] net/sfc: support flow action COUNT in transfer rules

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 4 16:28:50 CEST 2021


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EALREADY)
#293: FILE: drivers/net/sfc/sfc_mae.c:566:
+		return EALREADY;

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

CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#733: FILE: drivers/net/sfc/sfc_mae_counter.c:109:
+	sfc_info(sa, "enabled MAE counter #%u with reset pkts=%" PRIu64

total: 0 errors, 2 warnings, 1 checks, 1221 lines checked
--- a/doc/guides/rel_notes/release_21_08.rst
+++ b/doc/guides/rel_notes/release_21_08.rst


More information about the test-report mailing list