[dpdk-dev] [PATCH RFC] lib/librte_vhost: vhost-user

2014-11-17 Thread Tetsuya Mukawa
Hi Xie, (2014/11/17 15:04), Tetsuya Mukawa wrote: > Hi Xie, > > > (2014/11/15 10:14), Huawei Xie wrote: >> implement socket server >> fd event dispatch mechanism >> vhost sock message handling >> memory map for each region >> VHOST_USER_SET_VRING_KICK_FD as the indicator that vring is available >

[dpdk-dev] [PATCH RFC] lib/librte_vhost: vhost-user

2014-11-17 Thread Tetsuya Mukawa
Hi Xie, (2014/11/15 10:14), Huawei Xie wrote: > implement socket server > fd event dispatch mechanism > vhost sock message handling > memory map for each region > VHOST_USER_SET_VRING_KICK_FD as the indicator that vring is available > VHOST_USER_GET_VRING_BASE as the message that vring should be

[dpdk-dev] [PATCH RFC] lib/librte_vhost: vhost-user

2014-11-15 Thread Huawei Xie
implement socket server fd event dispatch mechanism vhost sock message handling memory map for each region VHOST_USER_SET_VRING_KICK_FD as the indicator that vring is available VHOST_USER_GET_VRING_BASE as the message that vring should be released The message flow between vhost-user and vhost-cus