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 80AB5A04DB; Tue, 1 Dec 2020 06:01:53 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CCC87C980; Tue, 1 Dec 2020 06:01:51 +0100 (CET) Received: from dish-sg.nttdocomo.co.jp (dish-sg.nttdocomo.co.jp [202.19.227.74]) by dpdk.org (Postfix) with ESMTP id D5A55C954 for ; Tue, 1 Dec 2020 06:01:49 +0100 (CET) X-dD-Source: Outbound Received: from zssg-mailmd103.ddreams.local (zssg-mailmd900.ddreams.local [10.160.172.63]) by zssg-mailou101.ddreams.local (Postfix) with ESMTP id 0DE131201B5 for ; Tue, 1 Dec 2020 14:01:48 +0900 (JST) Received: from t131sg-mailcc11.ddreams.local (t131sg-mailcc11.ddreams.local [100.66.31.86]) by zssg-mailmd103.ddreams.local (dDREAMS) with ESMTP id <0QKN0039S9YZVUG0@dDREAMS> for dev@dpdk.org; Tue, 01 Dec 2020 14:01:47 +0900 (JST) Received: from t131sg-mailcc11 (localhost [127.0.0.1]) by t131sg-mailcc11.ddreams.local (unknown) with SMTP id 0B151lw7003283 for ; Tue, 1 Dec 2020 14:01:47 +0900 Received: from zssg-mailmf105.ddreams.local (unknown [127.0.0.1]) by zssg-mailmf105.ddreams.local (Postfix) with ESMTP id 58A207E603B for ; Tue, 1 Dec 2020 14:01:37 +0900 (JST) Received: from zssg-mailmf105.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 580528E6072 for ; Tue, 1 Dec 2020 14:01:37 +0900 (JST) Received: from localhost (unknown [127.0.0.1]) by IMSVA (Postfix) with SMTP id 52FB38E6070 for ; Tue, 1 Dec 2020 14:01:37 +0900 (JST) X-IMSS-HAND-OFF-DIRECTIVE: localhost:10026 Received: from zssg-mailmf105.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 824288E6066 for ; Tue, 1 Dec 2020 14:01:36 +0900 (JST) Received: from zssg-mailua105.ddreams.local (unknown [10.160.172.62]) by zssg-mailmf105.ddreams.local (Postfix) with ESMTP for ; Tue, 1 Dec 2020 14:01:36 +0900 (JST) Received: from [10.87.198.18] (unknown [10.160.183.129]) by zssg-mailua105.ddreams.local (dDREAMS) with ESMTPA id <0QKN00C4X9YFELD0@dDREAMS> for dev@dpdk.org; Tue, 01 Dec 2020 14:01:27 +0900 (JST) Date: Tue, 01 Dec 2020 14:01:26 +0900 From: Hideyuki Yamashita In-reply-to: <20201201094035.EC0A.17218CA3@ntt-tx.co.jp_1> References: <20201201094035.EC0A.17218CA3@ntt-tx.co.jp_1> Message-id: <20201201140126.EC13.17218CA3@ntt-tx.co.jp_1> MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Mailer: Becky! ver. 2.75.01 [ja] X-TM-AS-GCONF: 00 To: dpdk-dev Subject: [dpdk-dev] Basic question about where to write config for optional feature 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" Hello, I am planning to propose patch for optional feature. Question: Where should I write compile switch for optional features? I was planning to add flag to enable optional festures into config/common_base like following: +# +# Compile the api statistics library +# +CONFIG_RTE_LIBRTE_APISTATS=n But make build system was gone. I know that meson system is there instead of make. But I am not so familiar with meson and if someone can teach me where to write flag, it is highly appreciated. If you guide documents for "how to write config in meson", it is also appreciated. Thanks in advance! BR, Hideyuki Yamasahita NTT TechnoCross