[dpdk-test-report] |WARNING| pw66794 [PATCH 10/33] net/bnxt: add tf core TCAM support

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Mar 17 16:42:07 CET 2020


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'tfp' - possible side-effects?
#552: 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