From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH] ixgbe: Reduce compilation to only require sse3 intrinsics Date: Wed, 13 Aug 2014 06:11:03 -0400 Message-ID: <20140813101103.GA11625@hmsreliant.think-freely.org> References: <1406911737-13362-1-git-send-email-nhorman@tuxdriver.com> <59AF69C657FD0841A61C55336867B5B0343D47DF@IRSMSX103.ger.corp.intel.com> <4512998.fqlZqUFu9C@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon Return-path: Content-Disposition: inline In-Reply-To: <4512998.fqlZqUFu9C@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 > > > CC: "Konstantin Ananyev" > > > CC: Bruce Richardson > > > CC: Thomas Monjalon > > > > Acked-by: Bruce Richardson > > 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 >