From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Beno=EEt?= Canet Subject: Vhost-user early adopter feedback Date: Wed, 18 Feb 2015 08:59:23 +0100 Message-ID: <20150218075923.GA23117@irqsave.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable To: huawei.xie-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, dev-VfR2kkLFssw@public.gmane.org Return-path: Content-Disposition: inline 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" Hello Xie, As promized I integrated your vhost-user patchset from january in my vswi= tch. I just tried it, it works pretty well. I just had a minor bug with rte_vhost_driver_register taking ownership of= the string patch pointer too late. I freed it out of habit just after registe= ring in the caller and when ifname[IFNAMESIZ] was written the pointer was used for a = new string I allocated later. Maybe an early strdup() would fix this. The last patch of your new version is really a great idea since it will simplify a lot the socket creation and management code. Best regards Beno=EEt