[dpdk-test-report] |WARNING| pw86199 [PATCH v3 1/2] net/virtio: fix missing backend features negotiation

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jan 8 10:43:21 CET 2021


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'dev->backend_type == VIRTIO_USER_BACKEND_VHOST_VDPA'
#190: FILE: drivers/net/virtio/virtio_user/virtio_user_dev.c:507:
+		if ((dev->device_features & (1ULL << VHOST_USER_F_PROTOCOL_FEATURES)) ||
+				(dev->backend_type == VIRTIO_USER_BACKEND_VHOST_VDPA)) {

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


More information about the test-report mailing list