From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 1B38F4C6E for ; Wed, 8 Oct 2014 17:31:03 +0200 (CEST) Received: by mail-wi0-f176.google.com with SMTP id hi2so10917945wib.3 for ; Wed, 08 Oct 2014 08:38:20 -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=XGq99Y3yDswn0WXLDc1RSUd+ZRBg4UssMG4WFDuvTKw=; b=kSs/QSJoOe8+sS5y5cdstTyM9jBJn504fC9dSmrv0n7oW1p9l24FjAExApyxltezk0 k1vx1JrKD/sa0Q/GhBoG8tGFBtkTZK2JnXFj1nEo4aBnbs3gR2YkURbLR7Ll9gTgx9AP uYL+vtjFgEGrz0kiAU+BNUUOZxg/YdnyxQ28omaod96Gb3SspuDAu6ydRJlOS+2kVqxy QKARtcPXrX4ctR5x+iVSnnSMrgye6Tu3RJa29/asIQcOl/RvtOund/3BYO1CunagFA4S j8BqQgtpuWE0gKqEUv+n6bIvOZ5dUwOrXGag6Cxx2zAML1h4OD3hqXID6CQ9GhQ456Bq 1E7A== X-Gm-Message-State: ALoCoQmgZywE8QsO4zQfBnMUt/R8uaReF2Kes8PPS5k5Dp+PobT1Ve+Gube9NSamxQ26UVWJ8PGZ X-Received: by 10.180.182.131 with SMTP id ee3mr11963141wic.60.1412782700788; Wed, 08 Oct 2014 08:38:20 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id ji10sm18932554wid.7.2014.10.08.08.38.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Oct 2014 08:38:20 -0700 (PDT) From: Thomas Monjalon To: Sergio Gonzalez Monroy Date: Wed, 08 Oct 2014 17:38:04 +0200 Message-ID: <1698639.VoojR6OOlA@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1412592755-3370-4-git-send-email-sergio.gonzalez.monroy@intel.com> References: <1412265386-26291-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1412592755-3370-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1412592755-3370-4-git-send-email-sergio.gonzalez.monroy@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 3/4] Update library build process 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, 08 Oct 2014 15:31:03 -0000 Hi Sergio, 2014-10-06 11:52, Sergio Gonzalez Monroy: > Remove COMBINE_LIBS option and by default build: > - CONFIG_RTE_BUILD_SHARED_LIB=y : both individual and combined libraries > - CONFIG_RTE_BUILD_SHARED_LIB=n : single combined library > > Signed-off-by: Sergio Gonzalez Monroy I'd appreciate this hairy patch to be splitted and commented if possible. It's not easy to review as is. Thanks -- Thomas