From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C64CBA2E1B for ; Thu, 5 Sep 2019 11:43:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 81D8A1EF4F; Thu, 5 Sep 2019 11:43:33 +0200 (CEST) Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) by dpdk.org (Postfix) with ESMTP id 4DA111D447 for ; Thu, 5 Sep 2019 11:43:32 +0200 (CEST) Received: by mail-lf1-f67.google.com with SMTP id l11so1444078lfk.6 for ; Thu, 05 Sep 2019 02:43:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=9xAe18KoqmPuS+NKQPIwvuzLc+RkeZ+If+0qML0sTwI=; b=tZ/a6HUgH7mBhQ29q6XKtl2kbwZtFrn7aRwK9B6dSRn7lUUG8TZHxNIyt/NHi13RU2 y+p8abP/ZbNiWrCvscwOqBOF+5tkgc+lpgb5Je9VApZYIWPskY+IIc1eBWyvnivk9rx6 2fAeTB+duRsImaLwcsF/kp9GBnMPZXklyKliff9Z85QQHhlPwKYRwQgQQyghk0TQ58fD 5mNDTDMgJ9NJ/+FqZzYExjdXG0dvKBevUew2Ditd/tpmRS0vwgZxPmlK+rbgz+ytYoSg LoNK1oPGKK8E5C4QoDFfKACEXEgyeiEa0N/p8ohiJJKIckvPOxi5r3e0bpwMw+1nq9+S uYBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=9xAe18KoqmPuS+NKQPIwvuzLc+RkeZ+If+0qML0sTwI=; b=L/ozkYKE6yATElbVUaez1NBn87kWKYlqxjP+wYInsMyxtHTc/9O92tprQXN4Dc5P+n hRbdRWLH1xGmJCmDyR+rAZFPlf+o0DLL80ptves+xvSgBZZHqJzWAzOCtW9cNYWcWBEn 9jy4G35AuA53tdp0XwTg3Oehyl2+mcv2VjY10KCrTk+7BHoAavYSD/SUIxa1OXKmKCOc zvyAWE2f5wnbJ/juAZC5TWRWtHDCpV8mWibZhu4JarPA18yf8ZbkN57aXhXEJuXOEmpZ kwrAgut+oJDUYpnQ/9cITPO2otRBrH5LXTrVX4SnaiEIsq7EGpvCQ+NMSz/Gde7WZSCW cwqQ== X-Gm-Message-State: APjAAAUSp+xsMbOafg5cK8aCmXcyN2XwcaOhrZAnVaoiS96fMdaGqeNO zF0qUbdRjmpG87Dy5yUTRmJNHe/BsQW4ZQ== X-Google-Smtp-Source: APXvYqxJMfcTZGbBVh2pvb+Re8602hIY6Fq2H5ePk/3frgM1K1KiAnq0A9qXp2B59pONeZCRJzZQ8g== X-Received: by 2002:ac2:414b:: with SMTP id c11mr1633169lfi.159.1567676611770; Thu, 05 Sep 2019 02:43:31 -0700 (PDT) Received: from [10.0.0.72] (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id j28sm332291lfh.57.2019.09.05.02.43.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Sep 2019 02:43:31 -0700 (PDT) To: Bruce Richardson Cc: dev@dpdk.org References: <20190905093239.27187-1-amo@semihalf.com> <20190905093239.27187-2-amo@semihalf.com> <20190905093618.GA1152@bricha3-MOBL.ger.corp.intel.com> From: Andrzej Ostruszka Message-ID: <58aaaf93-35c7-f6cb-4a07-8e519d42b614@semihalf.com> Date: Thu, 5 Sep 2019 11:43:30 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20190905093618.GA1152@bricha3-MOBL.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 01/10] build: add an option to enable LTO build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/5/19 11:36 AM, Bruce Richardson wrote: > Should not need a new option here. There is already a built-in option > "b_lto" which we can reuse. Thank you Bruce, I don't know much about meson so I missed that. Will try to figure out how to use that. Regards Andrzej PS. Apologies to all maintainers for possibly getting duplicates - I've made a mistake in DPDK mailing list e-mail and have resent the patch series to dev@dpdk.org separately. Please reply to these so that everything is visible to the community.