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

2014-08-06 Thread Fu, JingguoX
Tested-by: Jingguo Fu This patch includes 3 files, and has been tested by Intel. Please see information as the following: Host: Fedora 19 x86_64, Linux Kernel 3.9.0, GCC 4.8.2 Intel Xeon CPU E5-2680 v2 @ 2.80GHz NIC: Intel Niantic 82599, Intel i350, Intel 82580 and Intel 82576 Guest: Fedora

[dpdk-dev] [PATCH v3] lib/librte_vhost: user space vhost driver library

2014-08-06 Thread Fu, JingguoX
Tested-by: Jingguo Fu This patch includes 1 file, and has been tested by Intel. Please see information as the following: Host: Fedora 19 x86_64, Linux Kernel 3.9.0, GCC 4.8.2 Intel Xeon CPU E5-2680 v2 @ 2.80GHz NIC: Intel Niantic 82599, Intel i350, Intel 82580 and Intel 82576 Guest: Fedora 1

[dpdk-dev] [PATCH 3/3] examples/vhost: add new vhost example

2014-08-06 Thread Xie, Huawei
> -Original Message- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Wednesday, August 06, 2014 11:33 AM > To: Xie, Huawei > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 3/3] examples/vhost: add new vhost example > > > > +static const uint16_t external_p

[dpdk-dev] [PATCH 2/2] Patch to allow live migration of a VM with US-VHost.

2014-08-06 Thread Gray, Mark D
> Subject: [dpdk-dev] [PATCH 2/2] Patch to allow live migration of a VM with > US-VHost. > > > Signed-off-by: Claire Murphy > --- > examples/vhost/vhost-net-cdev.c | 18 ++ > examples/vhost/virtio-net.c |8 +++- > 2 files changed, 25 insertions(+), 1 deletions(-) >

[dpdk-dev] [PATCH 2/2] Patch to allow live migration of a VM with US-VHost.

2014-08-06 Thread Gray, Mark D
> Subject: RE: [dpdk-dev] [PATCH 2/2] Patch to allow live migration of a VM > with US-VHost. > > > Subject: [dpdk-dev] [PATCH 2/2] Patch to allow live migration of a VM > > with US-VHost. > > > > > > Signed-off-by: Claire Murphy > > --- > > examples/vhost/vhost-net-cdev.c | 18

[dpdk-dev] [PATCH] acl: If build does not support sse4.2, emulate missing instructions with C code

2014-08-06 Thread Ananyev, Konstantin
> > For ACL there is a simple UT, that could be run as: > > ./x86_64-native-linuxapp-gcc/app/test ... > > RTE>>acl_autotest > > It takes just few seconds to run. > > It doesn't seem to work properly, at least not on any of my systems. With a > system allocation 100 pages to hugepage memory: > >

[dpdk-dev] [PATCH] acl: If build does not support sse4.2, emulate missing instructions with C code

2014-08-06 Thread Ananyev, Konstantin
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Tuesday, August 05, 2014 7:21 PM > To: Ananyev, Konstantin > Cc: dev at dpdk.org; Thomas Monjalon; Richardson, Bruce > Subject: Re: [PATCH] acl: If build does not support sse4.2, emulate missing > instruct

[dpdk-dev] [PATCH] acl: If build does not support sse4.2, emulate missing instructions with C code

2014-08-06 Thread Neil Horman
On Wed, Aug 06, 2014 at 10:52:09AM +, Ananyev, Konstantin wrote: > > > > For ACL there is a simple UT, that could be run as: > > > ./x86_64-native-linuxapp-gcc/app/test ... > > > RTE>>acl_autotest > > > It takes just few seconds to run. > > > > It doesn't seem to work properly, at least not o

[dpdk-dev] [PATCH] acl: If build does not support sse4.2, emulate missing instructions with C code

2014-08-06 Thread Neil Horman
On Wed, Aug 06, 2014 at 11:39:22AM +, Ananyev, Konstantin wrote: > > > > -Original Message- > > From: Neil Horman [mailto:nhorman at tuxdriver.com] > > Sent: Tuesday, August 05, 2014 7:21 PM > > To: Ananyev, Konstantin > > Cc: dev at dpdk.org; Thomas Monjalon; Richardson, Bruce > > Su

[dpdk-dev] [PATCH] acl: If build does not support sse4.2, emulate missing instructions with C code

2014-08-06 Thread Ananyev, Konstantin
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Wednesday, August 06, 2014 1:12 PM > To: Ananyev, Konstantin > Cc: dev at dpdk.org; Thomas Monjalon; Richardson, Bruce > Subject: Re: [PATCH] acl: If build does not support sse4.2, emulate missing > instru

[dpdk-dev] [PATCH] acl: If build does not support sse4.2, emulate missing instructions with C code

2014-08-06 Thread Ananyev, Konstantin
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Wednesday, August 06, 2014 1:19 PM > To: Ananyev, Konstantin > Cc: dev at dpdk.org; Thomas Monjalon; Richardson, Bruce > Subject: Re: [PATCH] acl: If build does not support sse4.2, emulate missing > instru

[dpdk-dev] [PATCH] acl: If build does not support sse4.2, emulate missing instructions with C code

2014-08-06 Thread Neil Horman
On Wed, Aug 06, 2014 at 12:23:29PM +, Ananyev, Konstantin wrote: > > > > -Original Message- > > From: Neil Horman [mailto:nhorman at tuxdriver.com] > > Sent: Wednesday, August 06, 2014 1:12 PM > > To: Ananyev, Konstantin > > Cc: dev at dpdk.org; Thomas Monjalon; Richardson, Bruce > >

[dpdk-dev] [PATCH] acl: If build does not support sse4.2, emulate missing instructions with C code

2014-08-06 Thread Richardson, Bruce
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Wednesday, August 06, 2014 5:19 AM > To: Ananyev, Konstantin > Cc: dev at dpdk.org; Thomas Monjalon; Richardson, Bruce > Subject: Re: [PATCH] acl: If build does not support sse4.2, emulate missing > instructi

[dpdk-dev] [PATCH] acl: If build does not support sse4.2, emulate missing instructions with C code

2014-08-06 Thread Neil Horman
On Wed, Aug 06, 2014 at 04:59:59PM +, Richardson, Bruce wrote: > > -Original Message- > > From: Neil Horman [mailto:nhorman at tuxdriver.com] > > Sent: Wednesday, August 06, 2014 5:19 AM > > To: Ananyev, Konstantin > > Cc: dev at dpdk.org; Thomas Monjalon; Richardson, Bruce > > Subject:

[dpdk-dev] [PATCH] librte_acl make it build/work for 'default' target

2014-08-06 Thread Konstantin Ananyev
Make ACL library to build/work on 'default' architecture: - make rte_acl_classify_scalar really scalar (make sure it wouldn't use sse4 instrincts through resolve_priority()). - Provide two versions of rte_acl_classify code path: rte_acl_classify_sse() - could be build and used only on systems wi

[dpdk-dev] [PATCH] librte_acl make it build/work for 'default' target

2014-08-06 Thread Neil Horman
On Wed, Aug 06, 2014 at 06:53:45PM +0100, Konstantin Ananyev wrote: > Make ACL library to build/work on 'default' architecture: > - make rte_acl_classify_scalar really scalar > (make sure it wouldn't use sse4 instrincts through resolve_priority()). > - Provide two versions of rte_acl_classify code