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 B1B43A04B7; Wed, 14 Oct 2020 16:20:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0C9AC1DE80; Wed, 14 Oct 2020 16:20:30 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A78941DE5E for ; Wed, 14 Oct 2020 16:20:27 +0200 (CEST) IronPort-SDR: ijgUtn5772qVptuHXGMzCsHYqnh209FUNv4kff+9VNLIG1K6KkV0+mEyffFDU6lYJhglWc+IHj ZGZnaKtA8bxg== X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="165323875" X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="165323875" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 07:20:26 -0700 IronPort-SDR: 6wcQqXAJp3Dw2s6G3KMAezbu3CGtgyfCLbzcoEbtn729eZ5Pfc/Rq1pNsbA5g7RwyttxOrNsbi lkoaBhA5V0IQ== X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="463901252" Received: from bricha3-mobl.ger.corp.intel.com ([10.254.145.91]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 14 Oct 2020 07:20:24 -0700 Date: Wed, 14 Oct 2020 15:20:17 +0100 From: Bruce Richardson To: dev@dpdk.org Cc: Ma Lihong , Hemant Agrawal Message-ID: <20201014142017.GI1513@bricha3-MOBL.ger.corp.intel.com> References: <20200825114447.135030-1-bruce.richardson@intel.com> <20200903144942.671870-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200903144942.671870-1-bruce.richardson@intel.com> Subject: Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants 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 Thu, Sep 03, 2020 at 03:49:39PM +0100, Bruce Richardson wrote: > A number of the more advanced DPDK build settings which are not expected to > be user modified are stored in config/rte_config.h. In some cases, for a > custom build a user may want to override those settings via CFLAGS, so we > need to ensure that the definitions do not override the user-provided > values. > > Bruce Richardson (3): > config: remove explicit undefinition of unset values > config: allow overriding some build defaults > doc: add notes on overriding extra config values > Ping for any further reviews or comments on this set?