From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v3] vhost: Fix reset_owner message handling not to clear callfd Date: Tue, 24 Nov 2015 15:15:59 +0800 Message-ID: <20151124071559.GI2325@yliu-dev.sh.intel.com> References: <1447924020-26894-1-git-send-email-mukawa@igel.co.jp> <1448347535-8953-1-git-send-email-mukawa@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, ann.zhuangyanying@huawei.com To: Tetsuya Mukawa Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 49BA78E83 for ; Tue, 24 Nov 2015 08:14:00 +0100 (CET) Content-Disposition: inline In-Reply-To: <1448347535-8953-1-git-send-email-mukawa@igel.co.jp> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Nov 24, 2015 at 03:45:35PM +0900, Tetsuya Mukawa wrote: > The patch fixes reset_owner message handling not to clear callfd, > because callfd will be valid while connection is establihed. > > Signed-off-by: Tetsuya Mukawa Acked-by: Yuanhan Liu Thanks.