Re: [dpdk-dev] [PATCH v3 3/7] net/virtio_user: move vhost user specific code

2017-01-03 Thread Yuanhan Liu
On Wed, Jan 04, 2017 at 06:46:34AM +, Tan, Jianfeng wrote: > Hi Yuanhan, > > > -Original Message- > > From: Yuanhan Liu [mailto:yuanhan@linux.intel.com] > > Sent: Wednesday, January 4, 2017 2:03 PM > > To: Tan, Jianfeng > > Cc: dev@dpdk.org; Yigit, Ferruh; Liang, Cunming > > Subjec

Re: [dpdk-dev] [PATCH v3 3/7] net/virtio_user: move vhost user specific code

2017-01-03 Thread Tan, Jianfeng
Hi Yuanhan, > -Original Message- > From: Yuanhan Liu [mailto:yuanhan@linux.intel.com] > Sent: Wednesday, January 4, 2017 2:03 PM > To: Tan, Jianfeng > Cc: dev@dpdk.org; Yigit, Ferruh; Liang, Cunming > Subject: Re: [PATCH v3 3/7] net/virtio_user: move vhost user specific code > > On We

Re: [dpdk-dev] [PATCH v3 3/7] net/virtio_user: move vhost user specific code

2017-01-03 Thread Yuanhan Liu
On Wed, Jan 04, 2017 at 03:59:22AM +, Jianfeng Tan wrote: > To support vhost kernel as the backend of net_virtio_user in coming > patches, we move vhost_user specific structs and macros into > vhost_user.c, and only keep common definitions in vhost.h. > > Besides, remove VHOST_USER_MQ feature

[dpdk-dev] [PATCH v3 3/7] net/virtio_user: move vhost user specific code

2017-01-03 Thread Jianfeng Tan
To support vhost kernel as the backend of net_virtio_user in coming patches, we move vhost_user specific structs and macros into vhost_user.c, and only keep common definitions in vhost.h. Besides, remove VHOST_USER_MQ feature check. Signed-off-by: Jianfeng Tan --- drivers/net/virtio/virtio_user