* [dpdk-test-report] |WARNING| pw31791 [PATCH 07/11] net/vhostpci: get remote memory region and vring info
[not found] <20171130094657.11470-8-zhiyong.yang@intel.com>
@ 2017-11-30 9:48 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-11-30 9:48 UTC (permalink / raw)
To: test-report; +Cc: Zhiyong Yang
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-30 9:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20171130094657.11470-8-zhiyong.yang@intel.com>
2017-11-30 9:48 ` [dpdk-test-report] |WARNING| pw31791 [PATCH 07/11] net/vhostpci: get remote memory region and vring info checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).