From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 2F4CE1B027 for ; Mon, 9 Oct 2017 09:13:52 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7D76481DF9; Mon, 9 Oct 2017 07:13:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7D76481DF9 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=maxime.coquelin@redhat.com Received: from [10.36.112.42] (ovpn-112-42.ams2.redhat.com [10.36.112.42]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9DC015D6A0; Mon, 9 Oct 2017 07:13:48 +0000 (UTC) To: Yuanhan Liu , Thomas Monjalon Cc: olivier.matz@6wind.com, dev@dpdk.org References: <20171006064558.GE1545@yliu-home> <1963011.gX7c8kfyiN@xps> <20171009025502.GJ1545@yliu-home> From: Maxime Coquelin Message-ID: <32c86cdd-91ad-b84d-2495-165a2c949751@redhat.com> Date: Mon, 9 Oct 2017 09:13:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20171009025502.GJ1545@yliu-home> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Mon, 09 Oct 2017 07:13:51 +0000 (UTC) Subject: Re: [dpdk-dev] [git pull] virtio changes for 17.11-rc1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2017 07:13:52 -0000 On 10/09/2017 04:55 AM, Yuanhan Liu wrote: > On Sat, Oct 07, 2017 at 04:37:53PM +0200, Thomas Monjalon wrote: >> 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. > > It won't be an issue, as the vhost-user frontend can distinguish it: > the two different kind of messages are sent over by two different fd. I agree this is not an issue. Thanks, Maxime