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 3A905A04DE; Fri, 23 Oct 2020 08:47:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8FDE66CCD; Fri, 23 Oct 2020 08:47:14 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by dpdk.org (Postfix) with ESMTP id 3420F6CCB for ; Fri, 23 Oct 2020 08:47:12 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id A57A47F576; Fri, 23 Oct 2020 09:47:10 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru A57A47F576 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1603435630; bh=HrI5w63NK9V1wbZpi+e1QOPEaeAi8SkMlYL5utPPExY=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=Hw2H5lXH9uLqi9TeGxpG8QxbCbGlm/fRGaMdjgIFdiKM2AS2TyXencCdA+J6n1TkI D36OLpEFKNyfhS0skC2qibihApWJx7soV8/7LuxCL7KNvIGqZhZZGA/XaAiIsEAcsG 76PMYYO53ILZT+uGLwG0OVBpiDp44obLSwsaQcQQ= To: Thomas Monjalon , dev@dpdk.org Cc: ferruh.yigit@intel.com, david.marchand@redhat.com, bruce.richardson@intel.com, anatoly.burakov@intel.com, olivier.matz@6wind.com, ciara.power@intel.com, akhil.goyal@nxp.com, fiona.trahe@intel.com, john.griffin@intel.com, deepak.k.jain@intel.com, Ajit Khaparde , Somnath Kotur , Jeff Guo , Haiyue Wang References: <20201022220525.1532249-1-thomas@monjalon.net> <20201022220525.1532249-5-thomas@monjalon.net> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: <1a01f6ff-cf8e-eb4c-a3d6-a258dc0e7702@oktetlabs.ru> Date: Fri, 23 Oct 2020 09:47:10 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <20201022220525.1532249-5-thomas@monjalon.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 4/5] drivers: remove config prefix used with make 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 10/23/20 1:05 AM, Thomas Monjalon wrote: > The config options CONFIG_RTE_* are simple RTE_* defines with meson. > Now that make support is dropped, update the names in log and comments. > > Signed-off-by: Thomas Monjalon Acked-by: Andrew Rybchenko