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 C3663A04DD; Fri, 23 Oct 2020 00:12:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6B9F172E7; Fri, 23 Oct 2020 00:10:59 +0200 (CEST) Received: from mail-oi1-f193.google.com (mail-oi1-f193.google.com [209.85.167.193]) by dpdk.org (Postfix) with ESMTP id 9866672D9 for ; Fri, 23 Oct 2020 00:10:56 +0200 (CEST) Received: by mail-oi1-f193.google.com with SMTP id h10so3550685oie.5 for ; Thu, 22 Oct 2020 15:10:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=DSfoQ62BrYDdwkMeSdc9OsIvTiWqZWeE/W34wHXnnYY=; b=TGi3wBWj8jHj+QT/Ucwx3+9uLFpyqCQXEeDwWW7ulbAUj46xUimlbudsLcPWAc1iA/ /+9P1jA11ZbTm3Bq8/4m8wTXjxyupLlxiealNLg30uWwddt1UpM4TxhVjJ9lF7L7ucix tTnzGrl7Vbpk/g3Bl5OSaTkq2XMqHMGjExIqg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=DSfoQ62BrYDdwkMeSdc9OsIvTiWqZWeE/W34wHXnnYY=; b=DUyKZwY6+svAnVXPb0JBg/E2gYBuFtMAv3tAbbFRcRS5gxxhxUqceWzqGSZSNpPwk2 ZMeHYijth4ysvWivwGqJ2Awmmrk6hzB0uEjlAh4cPLh8xBW/7BrMh134cuV442LSges7 wfIku1vhU/AM5aTYkOlahektEqOI+Nyru2t33myADBGZGJ+vbhRP4bAfJh+sLa4yM+SQ l8qrds0OLdvctD4gjS72AlA9b7gfFOKpDHLZWrIUCFuKxGfH57ohYjOUeYEHbXqgIa1H pecpw5z8gqViFuvVF63vmcHY23xuX7MpWhdWaPL+B/TTQ29DX7i9XG22p2zQJe3s1oom z6Mw== X-Gm-Message-State: AOAM530sBF/7xLS0k04QUIYLD4tz8N2t8+iZATzv401VWPsAmD6NtvK0 AHNq4eUj3Hygj7mZN8WTEt3WHzmakN9Lz+dfGhwyvg== X-Google-Smtp-Source: ABdhPJxrExXDshP2AluaGRbcM1lMMmXfqW41mY9iF0UeY8aV4UjSpfcbSQFJ3R6YU465wiFfUl0frkQlmuJqkHPmpsI= X-Received: by 2002:aca:d447:: with SMTP id l68mr151236oig.168.1603404654684; Thu, 22 Oct 2020 15:10:54 -0700 (PDT) MIME-Version: 1.0 References: <20201022220525.1532249-1-thomas@monjalon.net> <20201022220525.1532249-5-thomas@monjalon.net> In-Reply-To: <20201022220525.1532249-5-thomas@monjalon.net> From: Ajit Khaparde Date: Thu, 22 Oct 2020 15:10:38 -0700 Message-ID: To: Thomas Monjalon Cc: dpdk-dev , Ferruh Yigit , David Marchand , Bruce Richardson , Anatoly Burakov , Olivier Matz , Ciara Power , Akhil Goyal , fiona.trahe@intel.com, john.griffin@intel.com, "Jain, Deepak K" , Somnath Kotur , Jeff Guo , Haiyue Wang , Andrew Rybchenko Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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 Thu, Oct 22, 2020 at 3:05 PM 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 For bnxt PMD, Acked-by: Ajit Khaparde > --- > drivers/net/bnxt/bnxt_ethdev.c | 2 +- > drivers/net/ixgbe/ixgbe_rxtx.c | 2 +- > drivers/net/sfc/sfc_ef10_essb_rx.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/net/bnxt/bnxt_ethdev.c b/drivers/net/bnxt/bnxt_ethdev.c > index 32318cfd00..1c7d1b758d 100644 > --- a/drivers/net/bnxt/bnxt_ethdev.c > +++ b/drivers/net/bnxt/bnxt_ethdev.c > @@ -1255,7 +1255,7 @@ static int bnxt_dev_start_op(struct rte_eth_dev *eth_dev) > > if (bp->rx_cp_nr_rings > RTE_ETHDEV_QUEUE_STAT_CNTRS) { > PMD_DRV_LOG(ERR, > - "RxQ cnt %d > CONFIG_RTE_ETHDEV_QUEUE_STAT_CNTRS %d\n", > + "RxQ cnt %d > RTE_ETHDEV_QUEUE_STAT_CNTRS %d\n", > bp->rx_cp_nr_rings, RTE_ETHDEV_QUEUE_STAT_CNTRS); > } > > diff --git a/drivers/net/ixgbe/ixgbe_rxtx.c b/drivers/net/ixgbe/ixgbe_rxtx.c > index d1d3baff90..5f19972031 100644 > --- a/drivers/net/ixgbe/ixgbe_rxtx.c > +++ b/drivers/net/ixgbe/ixgbe_rxtx.c > @@ -5920,7 +5920,7 @@ ixgbe_config_rss_filter(struct rte_eth_dev *dev, > return 0; > } > > -/* Stubs needed for linkage when CONFIG_RTE_ARCH_PPC_64 is set */ > +/* Stubs needed for linkage when RTE_ARCH_PPC_64 is set */ > #if defined(RTE_ARCH_PPC_64) > int > ixgbe_rx_vec_dev_conf_condition_check(struct rte_eth_dev __rte_unused *dev) > diff --git a/drivers/net/sfc/sfc_ef10_essb_rx.c b/drivers/net/sfc/sfc_ef10_essb_rx.c > index 17e4c140f5..97c81c8233 100644 > --- a/drivers/net/sfc/sfc_ef10_essb_rx.c > +++ b/drivers/net/sfc/sfc_ef10_essb_rx.c > @@ -47,7 +47,7 @@ > * Each HW Rx descriptor has many Rx buffers. The number of buffers > * in one HW Rx descriptor is equal to size of contiguous block > * provided by Rx buffers memory pool. The contiguous block size > - * depends on CONFIG_RTE_DRIVER_MEMPOOL_BUCKET_SIZE_KB and rte_mbuf > + * depends on RTE_DRIVER_MEMPOOL_BUCKET_SIZE_KB and rte_mbuf > * data size specified on the memory pool creation. Typical rte_mbuf > * data size is about 2k which makes a bit less than 32 buffers in > * contiguous block with default bucket size equal to 64k. > -- > 2.28.0 >