[dpdk-test-report] |WARNING| pw37280 [PATCH v3 19/21] vhost:	support mergeable rx buffers with packed queues
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Thu Apr  5 12:13:19 CEST 2018
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/37280
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#17: 
packed virtqueues. The difference to split virtqueues is not big, it differs
ERROR:SPACING: spaces required around that '=' (ctx:VxW)
#56: FILE: lib/librte_vhost/virtio_net.c:409:
+	struct vring_desc_packed *descs= vq->desc_packed;
 	                               ^
WARNING:BRACES: braces {} are not necessary for any arm of this statement
#144: FILE: lib/librte_vhost/virtio_net.c:493:
+	if (dev->features & (1ULL << VIRTIO_F_RING_PACKED)) {
[...]
+	} else {
[...]
ERROR:SPACING: need consistent spacing around '-' (ctx:WxV)
#145: FILE: lib/librte_vhost/virtio_net.c:494:
+		idx = vq->last_avail_idx & (vq->size -1);
 		                                     ^
total: 2 errors, 2 warnings, 276 lines checked
    
    
More information about the test-report
mailing list