[dpdk-test-report] |WARNING| pw33292 [PATCH v2 07/24] net/i40e/base: add macro for 25G device

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 10 04:27:26 CET 2018


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'd' - possible side-effects?
#31: FILE: drivers/net/i40e/base/i40e_devids.h:79:
+#define i40e_is_25G_device(d)		((d) == I40E_DEV_ID_25G_B  || \
+					 (d) == I40E_DEV_ID_25G_SFP28)

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


More information about the test-report mailing list