[dpdk-dev] [PATCH 5/6] examples/vhost: add client and reconnect option

2016-05-09 Thread Victor Kaplansky
awei xie" , "Yuanhan Liu" linux.intel.com> > Sent: Saturday, May 7, 2016 9:40:23 AM > Subject: [dpdk-dev] [PATCH 5/6] examples/vhost: add client and reconnect > option > > Add --client and --reconnect option to enable the client mode and > reconnect mode,

[dpdk-dev] [PATCH 5/6] examples/vhost: add client and reconnect option

2016-05-07 Thread Yuanhan Liu
Add --client and --reconnect option to enable the client mode and reconnect mode, respectively. --rconnect works only when --client is given as well. Signed-off-by: Yuanhan Liu --- examples/vhost/main.c | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git