From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 0440A5F25 for ; Tue, 25 Sep 2018 17:44:29 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2018 08:44:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,302,1534834800"; d="scan'208";a="73595312" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.55]) ([10.237.220.55]) by fmsmga008.fm.intel.com with ESMTP; 25 Sep 2018 08:44:23 -0700 To: Nikolay Nikolaev , maxime.coquelin@redhat.com, tiwei.bie@intel.com, zhihong.wang@intel.com Cc: dev@dpdk.org References: <153782013094.27450.17651924330876922486.stgit@T460> <153782023810.27450.1072870890780678375.stgit@T460> From: "Burakov, Anatoly" Message-ID: <20807ab3-da98-1431-7f8c-3a905db32c0d@intel.com> Date: Tue, 25 Sep 2018 16:44:23 +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: <153782023810.27450.1072870890780678375.stgit@T460> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v6 3/5] vhost: handle unsupported message types in functions 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: Tue, 25 Sep 2018 15:44:30 -0000 On 24-Sep-18 9:17 PM, Nikolay Nikolaev wrote: > Add new functions to handle the unsupported vhost message types: > - vhost_user_set_vring_err > - vhost_user_set_log_fd > > Signed-off-by: Nikolay Nikolaev > --- Reviewed-by: Anatoly Burakov -- Thanks, Anatoly