From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] vhost: Fix reset_owner message handling not to clear callfd Date: Tue, 24 Nov 2015 20:04:59 +0100 Message-ID: <2464784.ZT4o9nA1nQ@xps13> References: <1447924020-26894-1-git-send-email-mukawa@igel.co.jp> <1448347535-8953-1-git-send-email-mukawa@igel.co.jp> <20151124071559.GI2325@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ann.zhuangyanying@huawei.com To: Tetsuya Mukawa Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 2EAAB8D89 for ; Tue, 24 Nov 2015 20:06:19 +0100 (CET) Received: by wmuu63 with SMTP id u63so109693022wmu.0 for ; Tue, 24 Nov 2015 11:06:19 -0800 (PST) In-Reply-To: <20151124071559.GI2325@yliu-dev.sh.intel.com> 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" 2015-11-24 15:15, Yuanhan Liu: > 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 Applied, thanks