[dpdk-test-report] |WARNING| pw31791 [PATCH 07/11] net/vhostpci: get remote memory region and vring info

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 30 10:48:00 CET 2017


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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#107: FILE: drivers/net/vhostpci/vhostpci_ethdev.c:397:
+		virtqueue[i]->desc  = (struct vring_desc *)remote_gpa_to_vva(vpnet, vq[i].desc_gpa);

WARNING:LONG_LINE: line over 90 characters
#108: FILE: drivers/net/vhostpci/vhostpci_ethdev.c:398:
+		virtqueue[i]->avail = (struct vring_avail *)remote_gpa_to_vva(vpnet, vq[i].avail_gpa);

WARNING:LONG_LINE: line over 90 characters
#109: FILE: drivers/net/vhostpci/vhostpci_ethdev.c:399:
+		virtqueue[i]->used  = (struct vring_used *)remote_gpa_to_vva(vpnet, vq[i].used_gpa);

total: 0 errors, 3 warnings, 0 checks, 108 lines checked


More information about the test-report mailing list