On Sat, Aug 20, 2016 at 06:11:36AM -0400, Jiayu Hu wrote: > When examples/vhost runs in client mode, only one QEMU can be connected. > This is because that examples/vhost just supports one socket file. This > patch is to add multiple sockets support for examples/vhost. > > Signed-off-by: Jiayu Hu <jiayu.hu at intel.com>
Applied to dpdk-next-virtio. > Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com> Please don't add it when it's not explicitly given. You got some comments from some one doesn't mean you got the "Reviewed-by". So, I dropped it while applying it. > --- And, you should put v2 change log here, under the line of "---" --yliu > examples/vhost/main.c | 45 +++++++++++++++++++++++++++++++++------------ > 1 file changed, 33 insertions(+), 12 deletions(-)