[dpdk-test-report] |WARNING| pw32907 [PATCH 1/2] net/tap: convert to new Tx offloads API

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jan 4 19:28:05 CET 2018


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

_coding style issues_


ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("ethdev: introduce Tx queue offloads API")'
#16: 
commit cba7f53 ("ethdev: introduce Tx queue offloads API")

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'tx_conf != NULL'
#146: FILE: drivers/net/tap/rte_eth_tap.c:1123:
+	if ((tx_conf != NULL) &&
+	    !!(tx_conf->txq_flags & ETH_TXQ_FLAGS_IGNORE)) {

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


More information about the test-report mailing list