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:37:53 +0200 Message-ID: <1963011.gX7c8kfyiN@xps> References: <20171006064558.GE1545@yliu-home> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Yuanhan Liu , olivier.matz@6wind.com, 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 301691D90 for ; Sat, 7 Oct 2017 16:37:55 +0200 (CEST) In-Reply-To: <20171006064558.GE1545@yliu-home> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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