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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 26 16:57:30 CEST 2018


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

_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
#87: 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
#111: FILE: lib/librte_ether/rte_ethdev.c:1732:
+				    " in rte_eth_tx_queue_setup( )
",

total: 0 errors, 2 warnings, 74 lines checked


More information about the test-report mailing list