[dpdk-dev] [PATCH v2 00/11] qemu vhost-user support

2015-02-23 Thread Thomas Monjalon
2015-02-23 13:53, Czesnowicz, Przemyslaw: > > I tried to locally applied the patches, waiting comments are closed. > > But I stopped after patch 04/11 which makes compilation failing. > > I'm so sorry that we still don't have a vhost-user support integrated in > > DPDK. > > I feel it won't be read

[dpdk-dev] [PATCH v2 00/11] qemu vhost-user support

2015-02-23 Thread Czesnowicz, Przemyslaw
> 2015-02-23 13:53, Czesnowicz, Przemyslaw: > > > I tried to locally applied the patches, waiting comments are closed. > > > But I stopped after patch 04/11 which makes compilation failing. > > > I'm so sorry that we still don't have a vhost-user support integrated in > > > DPDK. > > > I feel it w

[dpdk-dev] [PATCH v2 00/11] qemu vhost-user support

2015-02-23 Thread Czesnowicz, Przemyslaw
> I tried to locally applied the patches, waiting comments are closed. > But I stopped after patch 04/11 which makes compilation failing. > I'm so sorry that we still don't have a vhost-user support integrated in DPDK. > I feel it won't be ready in next days to be able to enter in 2.0 version. Hi

[dpdk-dev] [PATCH v2 00/11] qemu vhost-user support

2015-02-23 Thread Tetsuya Mukawa
On 2015/02/12 14:07, Huawei Xie wrote: > vhost-user supports passing vring information to a seperate vhost enabled > user space process, normally a user space vSwitch, through unix domain socket. > > In previous DPDK version, we implement a user space character device driver > vhost-cuse in user sp

[dpdk-dev] [PATCH v2 00/11] qemu vhost-user support

2015-02-22 Thread Thomas Monjalon
2015-02-16 17:19, Tetsuya Mukawa: > On 2015/02/12 14:07, Huawei Xie wrote: > > vhost-user supports passing vring information to a seperate vhost enabled > > user space process, normally a user space vSwitch, through unix domain > > socket. > > > > In previous DPDK version, we implement a user spac

[dpdk-dev] [PATCH v2 00/11] qemu vhost-user support

2015-02-16 Thread Tetsuya Mukawa
On 2015/02/12 14:07, Huawei Xie wrote: > vhost-user supports passing vring information to a seperate vhost enabled > user space process, normally a user space vSwitch, through unix domain socket. > > In previous DPDK version, we implement a user space character device driver > vhost-cuse in user sp

[dpdk-dev] [PATCH v2 00/11] qemu vhost-user support

2015-02-12 Thread Huawei Xie
vhost-user supports passing vring information to a seperate vhost enabled user space process, normally a user space vSwitch, through unix domain socket. In previous DPDK version, we implement a user space character device driver vhost-cuse in user space DPDK process. vring information is passed to

[dpdk-dev] [PATCH v2 00/11] qemu vhost-user support

2015-02-12 Thread Xie, Huawei
Sorry, forget to add --in-reply-to and add v2 changes. v2 changes: * vhost-cuse and vhost-user have their own set_mem_table message handler. * rework and refine mutex operation in fd management to avoid race condition * increase listen backlog * use memset to fix initialization compiler errors rep