[dpdk-dev] [PATCH v3 0/6] vhost: add vhost-user client mode and reconnect ability

2016-06-14 Thread Yuanhan Liu
Applied to dpdk-next-virtio. --yliu On Tue, Jun 07, 2016 at 12:05:02PM +0800, Yuanhan Liu wrote: > v3: - make the "reconnect" feature be default for client mode, as it's > good to handle guest OS restart with less effort. > - fix var not-initilized error pointed out by Rich > >

[dpdk-dev] [PATCH v3 0/6] vhost: add vhost-user client mode and reconnect ability

2016-06-07 Thread Yuanhan Liu
v3: - make the "reconnect" feature be default for client mode, as it's good to handle guest OS restart with less effort. - fix var not-initilized error pointed out by Rich NOTE: I created a branch at dpdk.org [0] for more convenient testing: [0]: git://dpdk.org/next/dpdk-next-virti