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

Neil Horman nhorman at tuxdriver.com
Wed Aug 13 12:11:03 CEST 2014


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 and used.
> > > 
> > > Signed-off-by: Neil Horman <nhorman at tuxdriver.com>
> > > CC: "Konstantin Ananyev" <konstantin.ananyev at intel.com>
> > > CC: Bruce Richardson <bruce.richardson at intel.com>
> > > CC: Thomas Monjalon <thomas.monjalon at 6wind.com>
> > 
> > Acked-by: Bruce Richardson <bruce.richardson at intel.com>
> 
> Applied for version 1.7.1.
> 
> Now, ixgbe_rxtx_vec.c should be usable on all x86_64 CPU,
> or am I forgetting something?
> 
Nope, this will do it.

All thats left now is to settle on the approach for the ACL library
Thanks
Neil

> Thanks
> -- 
> Thomas
> 


More information about the dev mailing list