From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: Reduce compilation to only require sse3 intrinsics Date: Wed, 13 Aug 2014 01:55:45 +0200 Message-ID: <4512998.fqlZqUFu9C@xps13> References: <1406911737-13362-1-git-send-email-nhorman@tuxdriver.com> <59AF69C657FD0841A61C55336867B5B0343D47DF@IRSMSX103.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Richardson, Bruce" , Neil Horman Return-path: In-Reply-To: <59AF69C657FD0841A61C55336867B5B0343D47DF-kPTMFJFq+rELt2AQoY/u9bfspsVTdybXVpNB7YpNyf8@public.gmane.org> 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" > > 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? Thanks -- Thomas