[dpdk-test-report] |WARNING| pw36113 [PATCH v3 6/8] net/mrvl: add extended statistics

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 15 08:53:00 CET 2018


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects?
#56: FILE: drivers/net/mrvl/mrvl_ethdev.c:148:
+#define MRVL_XSTATS_TBL_ENTRY(name) { \
+	#name, offsetof(struct pp2_ppio_statistics, name),	\
+	sizeof(((struct pp2_ppio_statistics *)0)->name)		\
+}

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


More information about the test-report mailing list