|WARNING| pw143166 [PATCH v3 18/26] net/vhost: use separate Rx and Tx queue limits
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Aug 14 12:54:14 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/143166
_coding style issues_
CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#101: FILE: drivers/net/vhost/rte_eth_vhost.c:1652:
+ if (ret < 0 || queues > RTE_MAX_ETHPORT_RX_QUEUES
+ || queues > RTE_MAX_ETHPORT_TX_QUEUES)
total: 0 errors, 0 warnings, 1 checks, 19 lines checked
More information about the test-report
mailing list