[dpdk-test-report] |WARNING| pw68396 [PATCH v3 10/34] net/bnxt: add tf core TCAM support

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 14 10:16:25 CEST 2020


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'tfp' - possible side-effects?
#554: FILE: drivers/net/bnxt/tf_core/tf_msg.c:873:
+#define NUM_SLICES(tfp, bytes) \
+	(((bytes) + TF_BYTES_PER_SLICE(tfp) - 1) / TF_BYTES_PER_SLICE(tfp))

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


More information about the test-report mailing list