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

2016-12-29 Thread Tan, Jianfeng
Hi Yuanhan, On 12/26/2016 3:57 PM, Yuanhan Liu wrote: On Mon, Dec 26, 2016 at 06:58:58AM +, Tan, Jianfeng wrote: -Original Message- From: Yuanhan Liu [mailto:yuanhan@linux.intel.com] Sent: Monday, December 26, 2016 2:28 PM To: Tan, Jianfeng Cc: dev@dpdk.org; Yigit, Ferruh; Li

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

2016-12-25 Thread Yuanhan Liu
On Mon, Dec 26, 2016 at 06:58:58AM +, Tan, Jianfeng wrote: > > > > -Original Message- > > From: Yuanhan Liu [mailto:yuanhan@linux.intel.com] > > Sent: Monday, December 26, 2016 2:28 PM > > To: Tan, Jianfeng > > Cc: dev@dpdk.org; Yigit, Ferruh; Liang, Cunming > > Subject: Re: [PATC

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

2016-12-25 Thread Tan, Jianfeng
> -Original Message- > From: Yuanhan Liu [mailto:yuanhan@linux.intel.com] > Sent: Monday, December 26, 2016 2:28 PM > To: Tan, Jianfeng > Cc: dev@dpdk.org; Yigit, Ferruh; Liang, Cunming > Subject: Re: [PATCH v2 3/7] net/virtio_user: move vhost user specific code > > On Fri, Dec 23, 2

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

2016-12-25 Thread Yuanhan Liu
On Fri, Dec 23, 2016 at 07:14: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. Good. > Besides, remove VHOST_USER_MQ fea

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

2016-12-22 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, it will be added back in following multiqueue patch. Signed-off-