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

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 12 09:43:05 CET 2018


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

_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, 248 lines checked


More information about the test-report mailing list