Re: [dpdk-dev] [PATCH 4/5] net/virtio-user: add lsc support with vhost-user adapter

2017-03-26 Thread Tan, Jianfeng
> -Original Message- > From: Yuanhan Liu [mailto:yuanhan@linux.intel.com] > Sent: Friday, March 17, 2017 4:29 PM > To: Tan, Jianfeng > Cc: dev@dpdk.org; david.march...@6wind.com > Subject: Re: [PATCH 4/5] net/virtio-user: add lsc support with vhost-user > adapter > > On Fri, Mar 03,

Re: [dpdk-dev] [PATCH 4/5] net/virtio-user: add lsc support with vhost-user adapter

2017-03-17 Thread Yuanhan Liu
On Fri, Mar 03, 2017 at 05:56:42PM +, Jianfeng Tan wrote: > So far, virtio-user with vhost-user as the backend can only support > client mode. So when vhost user backend is down, i.e., unix socket > connection is broken and cannot be re-connected. We will force the > link state to be down. > >

[dpdk-dev] [PATCH 4/5] net/virtio-user: add lsc support with vhost-user adapter

2017-03-03 Thread Jianfeng Tan
So far, virtio-user with vhost-user as the backend can only support client mode. So when vhost user backend is down, i.e., unix socket connection is broken and cannot be re-connected. We will force the link state to be down. Signed-off-by: Jianfeng Tan --- drivers/net/virtio/virtio_ethdev.c