|WARNING| pw104698 [PATCH] net/tap: Bug fix to populate fds in secondary process

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 25 13:05:14 CET 2021


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

_coding style issues_


WARNING:REPEATED_WORD: Possible repeated word: 'are'
#80: 
does a tap_mp_attach_queues, but the fds are are not populated in

ERROR:SPACING: spaces required around that '=' (ctx:VxV)
#118: FILE: drivers/net/tap/rte_eth_tap.c:897:
+	for(int i=0; i < dev->data->nb_tx_queues; i++) {
 	         ^

ERROR:SPACING: space required before the open parenthesis '('
#118: FILE: drivers/net/tap/rte_eth_tap.c:897:
+	for(int i=0; i < dev->data->nb_tx_queues; i++) {

ERROR:SPACING: spaces required around that '=' (ctx:VxV)
#123: FILE: drivers/net/tap/rte_eth_tap.c:902:
+	for(int i=0; i < dev->data->nb_rx_queues; i++) {
 	         ^

ERROR:SPACING: space required before the open parenthesis '('
#123: FILE: drivers/net/tap/rte_eth_tap.c:902:
+	for(int i=0; i < dev->data->nb_rx_queues; i++) {

total: 4 errors, 1 warnings, 0 checks, 108 lines checked
Warning in drivers/net/tap/rte_eth_tap.c:
Declaring a variable inside for()


More information about the test-report mailing list