From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 93A25B3D1 for ; Wed, 13 Aug 2014 12:08:30 +0200 (CEST) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1XHVWK-0006mf-B1; Wed, 13 Aug 2014 06:11:22 -0400 Date: Wed, 13 Aug 2014 06:11:03 -0400 From: Neil Horman To: Thomas Monjalon 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 Content-Disposition: inline In-Reply-To: <4512998.fqlZqUFu9C@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ixgbe: Reduce compilation to only require sse3 intrinsics X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 10:08:30 -0000 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 >