|WARNING| pw138141 [RFC v3] tap: do not duplicate fd's

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Mar 9 19:17:34 CET 2024


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

_coding style issues_


WARNING:TYPO_SPELLING: 'devic' may be misspelled - perhaps 'device'?
#84: 
The TAP devic can use the same file descriptor for both rx and tx queues.

WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#85: 
This allows up to 8 queues (versus 4) and reduces some resource consumption.

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#529: FILE: drivers/net/tap/tap_intr.c:77:
+						RTE_INTR_VEC_RXTX_OFFSET + RTE_MAX_RXTX_INTR_VEC_ID))

total: 0 errors, 3 warnings, 0 checks, 397 lines checked


More information about the test-report mailing list