[dpdk-test-report] |WARNING| pw50220 [19/38] net/sfc/base: support different Rx descriptor sizes
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Feb 7 17:35:02 CET 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/50220
_coding style issues_
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#44: FILE: drivers/net/sfc/base/ef10_impl.h:22:
+#define EF10_RXQ_DESC_SIZE (sizeof (efx_qword_t))
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'esmp == NULL'
#66: FILE: drivers/net/sfc/base/ef10_rx.c:44:
+ if ((esmp == NULL) ||
+ (EFSYS_MEM_SIZE(esmp) < efx_rxq_size(enp, ndescs))) {
CHECK:CAMELCASE: Avoid CamelCase: <__checkReturn>
#99: FILE: drivers/net/sfc/base/efx.h:2494:
+extern __checkReturn size_t
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#100: FILE: drivers/net/sfc/base/efx.h:2495:
+efx_rxq_size(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#105: FILE: drivers/net/sfc/base/efx.h:2500:
+efx_rxq_nbufs(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#121: FILE: drivers/net/sfc/base/efx_rx.c:770:
+efx_rxq_size(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#131: FILE: drivers/net/sfc/base/efx_rx.c:780:
+efx_rxq_nbufs(
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#185: FILE: drivers/net/sfc/base/siena_impl.h:37:
+#define SIENA_RXQ_DESC_SIZE (sizeof (efx_qword_t))
total: 0 errors, 2 warnings, 6 checks, 118 lines checked
More information about the test-report
mailing list