From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 77D041B199; Thu, 30 Nov 2017 10:48:00 +0100 (CET) In-Reply-To: <20171130094657.11470-8-zhiyong.yang@intel.com> References: <20171130094657.11470-8-zhiyong.yang@intel.com> To: test-report@dpdk.org Cc: Zhiyong Yang Message-Id: <20171130094800.77D041B199@dpdk.org> Date: Thu, 30 Nov 2017 10:48:00 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31791 [PATCH 07/11] net/vhostpci: get remote memory region and vring info X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 09:48:00 -0000 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