[dpdk-test-report] |WARNING| pw38945 [PATCH 4/5] net/nfl: add newline in PMD_RX/TX_LOG macros

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 25 17:46:31 CEST 2018


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#33: FILE: drivers/net/nfp/nfp_net.c:1663:
+	PMD_RX_LOG(DEBUG, "rxbufs=%p hw_ring=%p dma_addr=0x%" PRIx64,

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'nfp_net_rx_fill_freelist', this function's name, in a string
#42: FILE: drivers/net/nfp/nfp_net.c:1688:
+	PMD_RX_LOG(DEBUG, "nfp_net_rx_fill_freelist for %u descriptors",

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


More information about the test-report mailing list