From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v4 1/5] vhost: unify struct VhostUserMsg usage Date: Mon, 24 Sep 2018 10:55:41 +0100 Message-ID: <537bab14-35e9-038f-50e3-51c60bab18cb@intel.com> References: <153765091094.29126.1031571146095035538.stgit@T460> <153765099015.29126.15895676194056985126.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 mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id CFD86201 for ; Mon, 24 Sep 2018 11:55:44 +0200 (CEST) In-Reply-To: <153765099015.29126.15895676194056985126.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 22-Sep-18 10:16 PM, Nikolay Nikolaev wrote: > Do not use the typedef version of struct VhostUserMsg. Also unify the > related parameter name. > > Signed-off-by: Nikolay Nikolaev > --- Now this breaks the unity of the rest of the patchset, because all other patches still use a typedef :P -- Thanks, Anatoly