From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id DF493B368 for ; Thu, 31 Jul 2014 23:23:20 +0200 (CEST) Received: by mail-wg0-f51.google.com with SMTP id b13so3376911wgh.34 for ; Thu, 31 Jul 2014 14:25:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=QdPyf+dhdI0yXs4OgRCz1Dt1YyTKaOuNSVQk+aqeJa0=; b=VS+bqFhr9EdHxbcPzQ1p0XVHB7evN3h+I3d3Oiv5gpuaBNVqBfcy5OEaeL9H4iF+0J aii8UmIpDKmfzgCe83c8WbJVAXBi3z7E0o0QYOuUTHulH2z+5VwMkc9S0nD07rluCF5S lckXavCPYL1FZX+V+hT1Xzk/b/nKyJmAoCpMN4wlxw8PrWvi8B9Tm2/YjV+b+LmvvRsz EV5i5+QbKecSngWKjET9sMh1Zr7BT6YDhj+6s26AFgZ+sY0xh52wZw56s+C8uWGobNJI x5saRv6d9FLEC2BpGxc+oiuu8yHxtsznmMmSJPFAQbh+uarsoIDqlGgaoTqoB7LmkD+l RbMw== X-Gm-Message-State: ALoCoQnowOEsDKtr5DjLJxJu7UDHgDzbSSWu6Yi5q9qcc6UDVExhj6K9tre8j3bVPS89S50hWE/S X-Received: by 10.180.75.49 with SMTP id z17mr518596wiv.80.1406841922699; Thu, 31 Jul 2014 14:25:22 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id 10sm16006311wjx.26.2014.07.31.14.25.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 Jul 2014 14:25:21 -0700 (PDT) From: Thomas Monjalon To: Neil Horman Date: Thu, 31 Jul 2014 23:25:11 +0200 Message-ID: <1518265.xtD1UQCDPK@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.7-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <20140731143228.GB20718@hmsreliant.think-freely.org> References: <1406665466-29654-1-git-send-email-nhorman@tuxdriver.com> <5766264.li3nkTmgY6@xps13> <20140731143228.GB20718@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/2] dpdk: Allow for dynamic enablement of some isolated features 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: Thu, 31 Jul 2014 21:23:21 -0000 2014-07-31 10:32, Neil Horman: > On Thu, Jul 31, 2014 at 03:26:45PM +0200, Thomas Monjalon wrote: > > Neil, we are mixing 2 different problems here. > > 1) we have to fix default build (without SSE-4.2) > > Thats nothing to fix, thats a configuration issue. Just build for a lesser > machine. I've already done that in the fedora build, using the defalut machine > target. What exactly is missing from that? I mean that building with RTE_MACHINE=default is broken in ixgbe and acl. So the main priority is to fix it. But performance of the native build must not be degraded. And if we can have good performance with a default build, it's fine. -- Thomas