From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 18B33C364 for ; Tue, 30 Jun 2015 17:56:13 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so21037043wib.1 for ; Tue, 30 Jun 2015 08:56:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=DWADyzqx0QFrbC1KJt4L/rp+tMWaXli1a+7HxMxed5c=; b=XLgbGApVg7/7VSD9KLvhcRtChPijJq7KE6TCPUjfD/98WCsAqagmSQ/EV9kDrxuGom lzU1YNoGbZcRkSs8YzZMq29j4ba96mpIJP6b9Yd69Lqa/Nwvdbf1tUwS0Z5lvbo0eqSl Fbu4L7tgKvjnZ/tJI4MWshzGnG2xd9tyjWBeet0KzgL4O22+yaNqCuR5mlx11d4tKdrp Jf+JGi1pvGV3/A5GEGOYINvGkLeHbrIIaUvaBoiEKsYlEUQVfiOpd/K6zRJFKQSkCoIS TrkdOP4BMwZDIn3iddzTTPU1dCcUCy0EegxAbUrWLjmHKpwQNwSatbrcyI11MZg4hZ54 6udA== X-Gm-Message-State: ALoCoQnmIno29GYcHw4wgcA91kB2lOl5GPC/qIORBno4rWGYbvCMQRd8bqtceWE337ckvRl6lAkC X-Received: by 10.180.72.145 with SMTP id d17mr35087246wiv.69.1435679772800; Tue, 30 Jun 2015 08:56:12 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210]) by mx.google.com with ESMTPSA id a6sm36569582wjy.33.2015.06.30.08.56.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Jun 2015 08:56:12 -0700 (PDT) From: Thomas Monjalon To: Huawei Xie Date: Tue, 30 Jun 2015 17:55:04 +0200 Message-ID: <1530788.bMDkunMBMB@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1435656050-3539-1-git-send-email-huawei.xie@intel.com> References: <1434649260-26317-2-git-send-email-huawei.xie@intel.com> <1435656050-3539-1-git-send-email-huawei.xie@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4 0/4] vhost: vhost unix domain socket cleanup X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 15:56:13 -0000 2015-06-30 17:20, Huawei Xie: > vhost user could register multiple unix domain socket server, and use the path > to identify the virtio device connecting to it. rte_vhost_driver_unregister > will clean up the unix domain socket for the specified path. > > v2 changes: > -minor code style fix, remove unnecessary new line > > v3 changes: > update version map file > > v4 changes: > -add comment for potential unwanted callback on listenfds > -call fdset_del_slot to remove connection fd > > Huawei Xie (4): > fdset_del_slot > vhost socket cleanup > version map file update > add comment for potential unwanted call on listenfds Applied, thanks