Hi Gary,
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 16
> From: Xie, Huawei
> Sent: Friday, July 18, 2014 5:56 PM
> To: dev at dpdk.org
> Cc: Xie, Huawei
> Subject: [PATCH v2] lib/librte_vhost: vhost library support to facilitate
> integration with vswitch.
>
> Signed-off-by: Huawei Xie
> ---
Acked-by: Konstantin Ananyev
Hi Neil,
> Hey all-
> I've been trying to update the fedora dpdk package to support VFIO
> enabled drivers and ran into a problem in which ixgbe didn't compile because
> the
> rxtx_vec code uses sse4.2 instruction intrinsics, which aren't supported in
> the
> default config I have. I
On Wed, Jul 30, 2014 at 12:07:39PM +, Ananyev, Konstantin wrote:
>
>
> Hi Neil,
>
> > Hey all-
> > I've been trying to update the fedora dpdk package to support VFIO
> > enabled drivers and ran into a problem in which ixgbe didn't compile
> > because the
> > rxtx_vec code uses sse4
> -Original Message-
> From: Neil Horman [mailto:nhorman at tuxdriver.com]
> Sent: Wednesday, July 30, 2014 2:01 PM
> To: Ananyev, Konstantin
> Cc: dev at dpdk.org
> Subject: Re: [dpdk-dev] [PATCH 0/2] dpdk: Allow for dynamic enablement of
> some isolated features
>
> On Wed, Jul 30, 2014
Hey all-
I've been trying to update the fedora dpdk package to support VFIO
enabled drivers and ran into a problem in which ixgbe didn't compile because the
rxtx_vec code uses sse4.2 instruction intrinsics, which aren't supported in the
default config I have. I tried to remedy this by repl
The ixgbe vector receive code uses the sse4.2 intrinsics directly. Instead of
requiring that they be enabled at build time for the entire dpdk library, just
enable sse4.2 for the ixgbe_rxtx_vec.c file, and test for support at runtime
when using it
Signed-off-by: Neil Horman
CC: Thomas Monjalon
The ACL library relies on sse4.2 intrinsics to operate, but we don't have to
enable sse4.2 in the entire build. Instead enable it for the ACL library alone,
and use rte_acl_create as a choke point, at which we can test for sse4.2
support, and return NULL.
Signed-off-by: Neil Horman
CC: Thomas Mo
> -Original Message-
> From: Neil Horman [mailto:nhorman at tuxdriver.com]
> Sent: Wednesday, July 30, 2014 3:49 PM
> To: dev at dpdk.org
> Cc: Ananyev, Konstantin; Neil Horman; Thomas Monjalon
> Subject: [PATCH v2 0/2] dpdk: Allow for dynamic enablement of some isolated
> features
>
> He
Hello,
I have a DPDK application that needs to support the xen hypervisor. My
customer does not want to enable virtio and I believe it is not supported in
mainline xen. Has there been any discussion about the feasibility of creating
a poll mode driver that would support the native xen PV netw
On Tue, Jul 29, 2014 at 04:24:24PM -0400, Neil Horman wrote:
> Hey all-
> I've been trying to update the fedora dpdk package to support VFIO
> enabled drivers and ran into a problem in which ixgbe didn't compile because
> the
> rxtx_vec code uses sse4.2 instruction intrinsics, which aren
Neil,
> Hey all-
> I've been trying to update the fedora dpdk package to support VFIO
> enabled drivers and ran into a problem in which ixgbe didn't compile because
> the
> rxtx_vec code uses sse4.2 instruction intrinsics, which aren't supported in
> the
> default config I have. I trie
On Wed, Jul 30, 2014 at 12:03:38PM -0700, Venky Venkatesan wrote:
> Neil,
>
> >Hey all-
> > I've been trying to update the fedora dpdk package to support VFIO
> >enabled drivers and ran into a problem in which ixgbe didn't compile because
> >the
> >rxtx_vec code uses sse4.2 instruction in
On Wed, Jul 30, 2014 at 11:59:03AM -0700, Bruce Richardson wrote:
> On Tue, Jul 29, 2014 at 04:24:24PM -0400, Neil Horman wrote:
> > Hey all-
> > I've been trying to update the fedora dpdk package to support VFIO
> > enabled drivers and ran into a problem in which ixgbe didn't compile
> >
On Wed, Jul 30, 2014 at 12:03:38PM -0700, Venky Venkatesan wrote:
> Neil,
>
> >Hey all-
> > I've been trying to update the fedora dpdk package to support VFIO
> >enabled drivers and ran into a problem in which ixgbe didn't compile because
> >the
> >rxtx_vec code uses sse4.2 instruction in
On Wed, Jul 30, 2014 at 03:28:44PM -0400, Neil Horman wrote:
> On Wed, Jul 30, 2014 at 11:59:03AM -0700, Bruce Richardson wrote:
> > On Tue, Jul 29, 2014 at 04:24:24PM -0400, Neil Horman wrote:
> > > Hey all-
> > > I've been trying to update the fedora dpdk package to support
> > > VFIO
>
17 matches
Mail list logo