[dpdk-dev] [PATCH v2 08/11] lib/librte_vhost: add select based event driven processing

Ananyev, Konstantin konstantin.ananyev at intel.com
Mon Feb 16 18:10:08 CET 2015



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Huawei Xie
> Sent: Thursday, February 12, 2015 5:07 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v2 08/11] lib/librte_vhost: add select based event driven processing
> 
> for more generic event driven processing, refer to:
> 	http://libevent.org/
> 
> 
> Signed-off-by: Huawei Xie <huawei.xie at intel.com>

Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>

> ---
>  lib/librte_vhost/vhost_user/fd_man.c | 207 +++++++++++++++++++++++++++++++++++
>  lib/librte_vhost/vhost_user/fd_man.h |  64 +++++++++++
>  2 files changed, 271 insertions(+)
>  create mode 100644 lib/librte_vhost/vhost_user/fd_man.c
>  create mode 100644 lib/librte_vhost/vhost_user/fd_man.h
> 


More information about the dev mailing list