From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 00/11] qemu vhost-user support Date: Tue, 24 Feb 2015 01:41:31 +0100 Message-ID: <1481647.xF8rZ2NGxe@xps13> References: <1423717649-11818-1-git-send-email-huawei.xie@intel.com> <1424712993-73818-1-git-send-email-przemyslaw.czesnowicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Przemyslaw Czesnowicz , "Xie, Huawei" Return-path: In-Reply-To: <1424712993-73818-1-git-send-email-przemyslaw.czesnowicz-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-02-23 17:36, Przemyslaw Czesnowicz: > v3 changes: > * move things around to make all patches compile > > > Xie, Huawei (11): > lib/librte_vhost: enable VIRTIO_NET_F_CTRL_RX VIRTIO_NET_F_CTRL_RX is > dependant on VIRTIO_NET_F_CTRL_VQ. Observed that virtio-net driver > in guest would crash with only CTRL_RX enabled. > lib/librte_vhost: create vhost_cuse directory and move > vhost-net-cdev.c into vhost_cuse > lib/librte_vhost: rename vhost-net-cdev.h to vhost-net.h > lib/librte_vhost: move fd copying(from qemu process into vhost > process) to eventfd_copy.c > lib/librte_vhost: copy host_memory_map from virtio-net.c to a new file > virtio-net-cdev.c > lib/librte_vhost: make host_memory_map a more generic function. > lib/librte_vhost: implement cuse_set_memory_table > lib/librte_vhost: add select based event driven processing > lib/librte_vhost: vhost user support > lib/librte_vhost: support dev->ifname for vhost-user > lib/librte_vhost: support dynamically registering vhost server Applied, thanks Commit logs don't explain why changes are done and there are probably a lot of cleanup to do, but I prefer having it integrated.