[dpdk-dev] [PATCH 0/3] vhost example based on user space vhost library.

2014-08-19 Thread Tahhan, Maryam
Thanks I was looking at the wrong version of the patch :( -Original Message- From: Xie, Huawei Sent: Tuesday, August 19, 2014 10:07 AM To: Tahhan, Maryam; Cao, Waterman; dev at dpdk.org Cc: Long, Thomas Subject: RE: [dpdk-dev] [PATCH 0/3] vhost example based on user space vhost library

[dpdk-dev] [PATCH 0/3] vhost example based on user space vhost library.

2014-08-19 Thread Xie, Huawei
; From: Tahhan, Maryam > Sent: Tuesday, August 19, 2014 4:51 PM > To: Cao, Waterman; Xie, Huawei; dev at dpdk.org > Cc: Long, Thomas > Subject: RE: [dpdk-dev] [PATCH 0/3] vhost example based on user space vhost > library. > > Hi > I see the eventfd module is still included.

[dpdk-dev] [PATCH 0/3] vhost example based on user space vhost library.

2014-08-19 Thread Tahhan, Maryam
uawei; dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/3] vhost example based on user space vhost library. Tested-by: Waterman Cao This patch implements a simple vswitch by user vhost library, and is ready to integrate into DPDK.org. -Original Message- >From: dev [mailto:dev-bo

[dpdk-dev] [PATCH 0/3] vhost example based on user space vhost library.

2014-08-07 Thread Cao, Waterman
>Subject: [dpdk-dev] [PATCH 0/3] vhost example based on user space vhost >library. > >This vhost example implements a simple vswitch using DPDK user space vhost >library(lib/librte_vhost) and VMDQ to demonstrate vhost's performance. >- Each virtio device is bound to a VMDQ po

[dpdk-dev] [PATCH 0/3] vhost example based on user space vhost library.

2014-08-06 Thread Fu, JingguoX
[mailto:dev-boun...@dpdk.org] On Behalf Of Huawei Xie Sent: Tuesday, August 05, 2014 11:58 PM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH 0/3] vhost example based on user space vhost library. This vhost example implements a simple vswitch using DPDK user space vhost library(lib/librte_vhost) and VMDQ to

[dpdk-dev] [PATCH 0/3] vhost example based on user space vhost library.

2014-08-05 Thread Huawei Xie
This vhost example implements a simple vswitch using DPDK user space vhost library(lib/librte_vhost) and VMDQ to demonstrate vhost's performance. - Each virtio device is bound to a VMDQ pool and each pool is assigned the mac/vlan of the virtio device. - Packets arriving at a pool after l2 classif