From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] vhost-user: create union to distinguish master and slave requests Date: Tue, 10 Oct 2017 21:42:17 +0800 Message-ID: <20171010134217.GR1545@yliu-home> References: <20171010124754.28037-1-maxime.coquelin@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, thomas@monjalon.net To: Maxime Coquelin Return-path: Received: from new2-smtp.messagingengine.com (new2-smtp.messagingengine.com [66.111.4.224]) by dpdk.org (Postfix) with ESMTP id D56401B2CD for ; Tue, 10 Oct 2017 15:42:27 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20171010124754.28037-1-maxime.coquelin@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Oct 10, 2017 at 02:47:54PM +0200, Maxime Coquelin wrote: > This patch adds an union in VhostUserMsg to distinguish between > master and slave initiated requests, instead of casting slave > requests as master request. Applied to dpdk-next-virtio. Thanks. --yliu