On Sat, Aug 20, 2016 at 06:10:33AM -0400, Jiayu Hu wrote: > In examples/vhost, "dev-basename" is a program option, which is to set > the vhost-net socket used by vhost-user, or the character device used > by vhost-cuse. Since vhost-cuse should be dropped, and "dev-basename" > is not a suitable name for the vhost-net socket. Therefore, this patch > is to change this option name for examples/vhost. > > Signed-off-by: Jiayu Hu <jiayu.hu at intel.com> > Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
Applied to dpdk-next-virtio. However, I got few more minor notes for you: - about --in-reply-to You should send all patches once, and link it to the former version's cover letter. - You should add v2 prefix. This could be done by: $ git format-patch -v 2 ... --yliu