[dpdk-dev] [PATCH] ixgbe: Reduce compilation to only require sse3 intrinsics

2014-08-13 Thread Neil Horman
On Wed, Aug 13, 2014 at 01:55:45AM +0200, Thomas Monjalon wrote: > > > ixgbe was failing to build in the default configuration because it > > > required > > > sse4.2 intrinsics, and the default config doesn't support more than sse3. > > > Modify the pmd so that only sse3 intrinsics are pulled in a

[dpdk-dev] [PATCH] ixgbe: Reduce compilation to only require sse3 intrinsics

2014-08-13 Thread Thomas Monjalon
> > ixgbe was failing to build in the default configuration because it required > > sse4.2 intrinsics, and the default config doesn't support more than sse3. > > Modify the pmd so that only sse3 intrinsics are pulled in and used. > > > > Signed-off-by: Neil Horman > > CC: "Konstantin Ananyev" >

[dpdk-dev] [PATCH] ixgbe: Reduce compilation to only require sse3 intrinsics

2014-08-01 Thread Richardson, Bruce
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Friday, August 01, 2014 9:49 AM > To: dev at dpdk.org > Cc: Neil Horman; Ananyev, Konstantin; Richardson, Bruce; Thomas Monjalon > Subject: [PATCH] ixgbe: Reduce compilation to only require sse3 intrinsics >

[dpdk-dev] [PATCH] ixgbe: Reduce compilation to only require sse3 intrinsics

2014-08-01 Thread Neil Horman
ixgbe was failing to build in the default configuration because it required sse4.2 intrinsics, and the default config doesn't support more than sse3. Modify the pmd so that only sse3 intrinsics are pulled in and used. Signed-off-by: Neil Horman CC: "Konstantin Ananyev" CC: Bruce Richardson CC: