[dpdk-test-report] |WARNING| pw79143 [PATCH v2 2/4] example/vhost: add support for vhost async data path

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 29 08:55:15 CEST 2020


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

_coding style issues_


WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#189: FILE: examples/vhost/ioat.c:205:
+		return nb_packet;
+	} else {

total: 0 errors, 1 warnings, 261 lines checked
Warning in examples/vhost/ioat.c:
Declaring a variable inside for()


More information about the test-report mailing list