|WARNING| pw143140 [RFC PATCH v2 18/26] net/vhost: use separate Rx and Tx queue limits

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Aug 14 09:52:35 CEST 2024


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

_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)

WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Bruce Richardson <bruce.richards at intel.com>' != 'Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>'

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


More information about the test-report mailing list