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

2016-05-09 Thread Yuanhan Liu
On Mon, May 09, 2016 at 06:54:04AM -0400, Victor Kaplansky wrote: > Looks OK to me. I didn't quite get why open_int() is called so. > What does it open? Thanks for review. It's a callback for key-value arg processing. It turns the value string into a number. --yliu

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

2016-05-09 Thread Victor Kaplansky
ot; > > Sent: Saturday, May 7, 2016 9:40:24 AM > Subject: [dpdk-dev] [PATCH 6/6] vhost: add pmd client and reconnect option > > Add client and reconnect option to vhost pmd. reconnect only works when > client is given as well. > > Cc: Tetsuya Muka

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

2016-05-06 Thread Yuanhan Liu
Add client and reconnect option to vhost pmd. reconnect only works when client is given as well. Cc: Tetsuya Mukawa Signed-off-by: Yuanhan Liu --- drivers/net/vhost/rte_eth_vhost.c | 54 ++- 1 file changed, 42 insertions(+), 12 deletions(-) diff --git a/driv