[dpdk-test-report] |WARNING| pw38893 [PATCH v4] ethdev: check Rx/Tx offloads

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 25 14:10:19 CEST 2018


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

_coding style issues_


WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_eth_rx_queue_setup', this function's name, in a string
#94: FILE: lib/librte_ether/rte_ethdev.c:1581:
+				    " in rte_eth_rx_queue_setup( )
",

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_eth_tx_queue_setup', this function's name, in a string
#128: FILE: lib/librte_ether/rte_ethdev.c:1742:
+				    " in rte_eth_tx_queue_setup( )
",

total: 0 errors, 2 warnings, 94 lines checked


More information about the test-report mailing list