From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7BDFCA0C41; Thu, 16 Sep 2021 18:29:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 65636407FF; Thu, 16 Sep 2021 18:29:26 +0200 (CEST) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mails.dpdk.org (Postfix) with ESMTP id A7CD74069E for ; Thu, 16 Sep 2021 18:29:24 +0200 (CEST) Received: by mail-wr1-f48.google.com with SMTP id q11so10444871wrr.9 for ; Thu, 16 Sep 2021 09:29:24 -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=HNXfZh7S9/eAZPoR8nFXp1gF3FpCok+1QYo1YYxUKS4=; b=Z6hqxWvcKryzT8KxnGwfGuliNdUj+UMcy3AxKyjS14Q9VBZypBq5F+iKR55JXfH2rp JaOMErPSSxic+pthMJ39CsCvOY3bUxozVEgW3AN/Zcoae4GCiAqTNWZQPaGkw2OfOiHF jGBB87p5CfcO9gyyKVrNcvijhSp9dcBcEiNxc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=HNXfZh7S9/eAZPoR8nFXp1gF3FpCok+1QYo1YYxUKS4=; b=l4oAbUO0bGK7QHROodp+MfsnzmBKzu7VkTwJdSeFp6ougHfmyP8Qmc3PGVXYTt8uZ8 McXNGzOalxIq6N90x8BHO/QKKikF2fjOhnSs7EHXA5IPyFj9TOf9zO1iUWdH2oWVA/iy crk7InD/t/KRGDC5a39ledrr6C+d+D/ZkKDMSX90MNFHc3h4n/dr7VNhZt179oEQZCcC eQiqHj5See2Eh44RFd+NFXRpjSNWXI7Z2F5+bRh4pvEGA3v46XqHyJ9C5WdqR55DK9af Btw2zCeeQ3yZLTGHRRJBomFT+LeYjEPhLsO7m6yPLLlL2qFILzNpHq+1K8tqL3BPg8+H x/8Q== X-Gm-Message-State: AOAM5308HNz+VPticsvm91KdUWf5X5m6piUtLZ2QdJzlMBf5sPq7cWT7 Ha9o4OF90XGszXoYZd+PX9rEUkBiJzTIwJD18yJTLzeAxsyZk56B4wlvriPr+1HaWaen8iZTgdO TFmiplSdxtw== X-Google-Smtp-Source: ABdhPJz9kGvtMHM29M2Dc7rg0MdhZJYkLIIY8IGM47qoKeL6Us0AlfHmZxD4jIfqEyjuaVoBzInNy9+NNiRg2T2NABw= X-Received: by 2002:a5d:4d0d:: with SMTP id z13mr7240864wrt.267.1631809764265; Thu, 16 Sep 2021 09:29:24 -0700 (PDT) MIME-Version: 1.0 References: <20210908050643.9989-1-venkatkumar.duvvuru@broadcom.com> <20210911153041.28510-1-venkatkumar.duvvuru@broadcom.com> <20210911153041.28510-5-venkatkumar.duvvuru@broadcom.com> <731cd94a-c338-660c-3604-a5b99e934256@intel.com> In-Reply-To: <731cd94a-c338-660c-3604-a5b99e934256@intel.com> From: Venkat Duvvuru Date: Thu, 16 Sep 2021 21:59:13 +0530 Message-ID: To: Ferruh Yigit Cc: Ajit Khaparde , Thomas Monjalon , Bruce Richardson , Farah Smith , dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3 04/13] net/bnxt: add Thor SRAM mgr model X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 16, 2021 at 7:20 PM Ferruh Yigit wrote: > > On 9/11/2021 4:30 PM, Venkat Duvvuru wrote: > > diff --git a/meson_options.txt b/meson_options.txt > > index 0e92734c49..f686e6d92a 100644 > > --- a/meson_options.txt > > +++ b/meson_options.txt > > @@ -46,3 +46,5 @@ option('tests', type: 'boolean', value: true, description: > > 'build unit tests') > > option('use_hpet', type: 'boolean', value: false, description: > > 'use HPET timer in EAL') > > +option('bnxt_tf_wc_slices', type: 'integer', min: 1, max: 4, value: 2, > > + description: 'Number of slices per WC TCAM entry') > > -- > > > Are we sure to add a PMD specific meson option? > > I believe if we let to go this way, soon the meson options can be as messy as > Makefile config options. @Thomas, @Bruce, what do you think? Apologies for the confusion. It is actually taken care of in the code and this meson_options.txt change is not needed. Will submit a patch to revert it. -- This electronic communication and the information and any files transmitted with it, or attached to it, are confidential and are intended solely for the use of the individual or entity to whom it is addressed and may contain information that is confidential, legally privileged, protected by privacy laws, or otherwise restricted from disclosure to anyone else. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, you are hereby notified that any use, copying, distributing, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. If you received this e-mail in error, please return the e-mail to the sender, delete it from your computer, and destroy any printed copy of it.