[dpdk-test-report] |WARNING| pw78837 [PATCH v6 4/6] net/qede: add infrastructure support for VF load

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 25 13:57:31 CEST 2020


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'vfid' - possible side-effects?
#197: FILE: drivers/net/qede/base/ecore_iov_api.h:17:
+#define ECORE_VF_ARRAY_GET_VFID(arr, vfid)	\
+	(((arr)[(vfid) / 64]) & (1ULL << ((vfid) % 64)))

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


More information about the test-report mailing list