From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.oneaccess-net.com (mail2.belgium.oneaccess-net.com [91.183.184.101]) by dpdk.org (Postfix) with ESMTP id C01E55A6A for ; Mon, 4 Feb 2019 17:31:53 +0100 (CET) Received: from [10.0.20.23] (10.0.20.23) by mail.oneaccess-net.com (10.0.24.95) with Microsoft SMTP Server (TLS) id 14.3.435.0; Mon, 4 Feb 2019 17:31:53 +0100 To: From: John Sucaet Message-ID: Date: Mon, 4 Feb 2019 17:31:53 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: [dpdk-users] 32-bit dpdk application and vhost-user X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2019 16:31:53 -0000 Hi, Is it possible to have a 32-bit dpdk application which connects to a 64-bit qemu using the vhost-user protocol? Any restrictions? Will zero copy dequeue work? Thanks John