[dpdk-test-report] |WARNING| pw31411 [PATCH 24/53] net/sfc/base: more accurately calculate number of PS credits

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 16 09:10:39 CET 2017


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse '_d' - possible side-effects?
#48: FILE: drivers/net/sfc/base/efx.h:52:
+#define	EFX_DIV_ROUND_UP(_n, _d)		(((_n) + (_d) - 1) / (_d))

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


More information about the test-report mailing list