From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2018 02:55:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,297,1534834800"; d="scan'208";a="86045828" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.55]) ([10.237.220.55]) by orsmga003.jf.intel.com with ESMTP; 24 Sep 2018 02:55:41 -0700 To: Nikolay Nikolaev , maxime.coquelin@redhat.com, tiwei.bie@intel.com, zhihong.wang@intel.com Cc: dev@dpdk.org References: <153765091094.29126.1031571146095035538.stgit@T460> <153765099015.29126.15895676194056985126.stgit@T460> From: "Burakov, Anatoly" Message-ID: <537bab14-35e9-038f-50e3-51c60bab18cb@intel.com> Date: Mon, 24 Sep 2018 10:55:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <153765099015.29126.15895676194056985126.stgit@T460> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 1/5] vhost: unify struct VhostUserMsg usage X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 09:55:45 -0000 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