From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [git pull] virtio changes for 17.11-rc1 Date: Sat, 07 Oct 2017 16:57:47 +0200 Message-ID: <1980926.nxTINr0BNQ@xps> References: <20171006064558.GE1545@yliu-home> <1963011.gX7c8kfyiN@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com To: Yuanhan Liu , maxime.coquelin@redhat.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8BD672B9A for ; Sat, 7 Oct 2017 16:57:49 +0200 (CEST) In-Reply-To: <1963011.gX7c8kfyiN@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 07/10/2017 16:37, Thomas Monjalon: > 06/10/2017 08:45, Yuanhan Liu: > > Hi Thomas, > > > > Please consider pulling following virtio changes for 17.11-rc1 at > > git://dpdk.org/next/dpdk-next-virtio master > > There is a compilation error on ARM with > "net/virtio: rationalize setting of Rx/Tx handlers" > An include of rte_cpuflags.h is missing. > > There is also an error seen by clang in > "vhost-user: add support to IOTLB miss slave requests" > implicit conversion from enumeration type 'enum VhostUserSlaveRequest' > to different enumeration type 'VhostUserRequest' > > This last error may be a real issue because VHOST_USER_SLAVE_IOTLB_MSG in > VhostUserSlaveRequest can be understood as VHOST_USER_GET_FEATURES in > VhostUserRequest. > > Please advise One more error with 32-bit compilation this time: "vhost: postpone device creation until ring are mapped" lib/librte_vhost/vhost.c:147:13: error: cast to pointer from integer of different size Please work together to have a tree which can be compiled for ARM and x86, 32-bit or 64-bit, with gcc or clang.