From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v2] app/procinfo: add compilation option in config file Date: Fri, 12 Jan 2018 18:05:33 +0000 Message-ID: <5359a290-5437-3d9c-0ed7-02fd98de8291@intel.com> References: <4a54e295890a75b513176c62f83f87b67817baa4.1515777134.git.anatoly.burakov@intel.com> <2386533.Y8nkdzO727@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, maryam.tahhan@intel.com, stable@dpdk.org To: Thomas Monjalon Return-path: In-Reply-To: <2386533.Y8nkdzO727@xps> Content-Language: en-US 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 12-Jan-18 6:02 PM, Thomas Monjalon wrote: > 12/01/2018 18:49, Anatoly Burakov: >> Unlike every other DPDK application's compilation, proc_info's >> compilation cannot be turned off on Linux. Fix it by adding a >> config option to base linuxapp config. >> >> Fixes: 22561383ea17 ("app: replace dump_cfg by proc_info") >> Cc: maryam.tahhan@intel.com >> Cc: stable@dpdk.org >> Signed-off-by: Anatoly Burakov >> --- >> app/Makefile | 2 +- >> config/common_linuxapp | 1 + > > You should also add the option in common_base (as disabled), > so we keep the list of almost every options in one place. > Right, will fix. -- Thanks, Anatoly