From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v6 1/5] vhost: unify struct VhostUserMsg usage Date: Tue, 25 Sep 2018 16:43:52 +0100 Message-ID: References: <153782013094.27450.17651924330876922486.stgit@T460> <153782022417.27450.3107419616649123360.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 mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 5170C5F25 for ; Tue, 25 Sep 2018 17:43:56 +0200 (CEST) In-Reply-To: <153782022417.27450.3107419616649123360.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: > Do not use the typedef version of struct VhostUserMsg. Also unify the > related parameter name. > > Signed-off-by: Nikolay Nikolaev > --- Reviewed-by: Anatoly Burakov -- Thanks, Anatoly