From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v6 2/5] vhost: make message handling functions prepare the reply Date: Tue, 25 Sep 2018 16:44:09 +0100 Message-ID: <27bea424-9a78-e849-4e65-37978ccf5141@intel.com> References: <153782013094.27450.17651924330876922486.stgit@T460> <153782023114.27450.13792732999240312966.stgit@T460> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Nikolay Nikolaev , maxime.coquelin@redhat.com, tiwei.bie@intel.com, zhihong.wang@intel.com Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1057A1B44E for ; Tue, 25 Sep 2018 17:44:12 +0200 (CEST) In-Reply-To: <153782023114.27450.13792732999240312966.stgit@T460> Content-Language: en-US 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 24-Sep-18 9:17 PM, Nikolay Nikolaev wrote: > As VhostUserMsg structure is reused to generate the reply, move the > relevant fields update into the respective message handling functions. > > Signed-off-by: Nikolay Nikolaev > --- Reviewed-by: Anatoly Burakov -- Thanks, Anatoly