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 B7891A09E9; Tue, 8 Dec 2020 21:14:53 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CA337CA00; Tue, 8 Dec 2020 21:11:59 +0100 (CET) Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by dpdk.org (Postfix) with ESMTP id C2A1DC9DA for ; Tue, 8 Dec 2020 21:11:54 +0100 (CET) Received: by mail-pf1-f193.google.com with SMTP id b26so14951263pfi.3 for ; Tue, 08 Dec 2020 12:11:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version; bh=gwgpFkslPr9nTKZxD2BknjhgYRoh63UsyEV9Ib0g0yg=; b=ChHuMoZprAzkG8YSdemzO7hgzWSC3oFsAY3/Vd5N2dxlm2wGmIVZn677B9qIi31cxo hwc3L6w6zSKRsHchds8BEz/K+aeP1JkgyRJFj1tixcj2AQFdMX4VXlXB0yqXnmtbpC+9 IPNeYhdQL/ho6UNXr6oyjgELtryumUKl4OzcA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version; bh=gwgpFkslPr9nTKZxD2BknjhgYRoh63UsyEV9Ib0g0yg=; b=Dg1d8cCblBTx41Gne9uELJfFRvr/zbvDukwvlTOq1KgSX/lSrluUxSZx/JWdU3Tt3p paQifZZl/OLgEPssho4Bm2quW8FJVOEs3UeEqHmc8Uvs9YsAVMp2RCsQPhLVr36Z5NtN 4YqHPpYIMIpKj11DlD4xHpJ0bQqzq3avosBz2ca1j2BnjMrtDSXAAWJVmajWIU5CzehL ZjvEkKvUuXcsSFKIZnfzh9wH+hBfhU6Q8mM+W0FLPJFqLvjd0qEyxbBaoGpu/NnOhhTJ Bh4uI9Ew9Ay9ar0MM36QKuIEZn6cc4ecluS8y1rEUL8q04G1f1Dw2PnIlbRpgyG5Deog nhtQ== X-Gm-Message-State: AOAM533vT+jYlYFCtqAgt3jF2wJkCwD7RQrprJa/TKvC0KarZk0tXPfF HroHZrPRQ0VJdnhVPr/F7Qo8Y2rlPyEFeE5LswNgA6MRTM/b01Ea6zDSSc0QV/0c4kFQjYUnH59 +LGJExC+Zpakzgwo2VdNwZxmBUAkK7/GNSOgGDjBCz3MPry8e3PM6rjh0PPjSyG/7LA== X-Google-Smtp-Source: ABdhPJzxUfK1mQgHJ2KJ2K7VP8xEiiu2Curjg36FcttOV48kduEg7EpEZn2kArU6KqcTL26EfHFXDQ== X-Received: by 2002:a62:88c3:0:b029:18c:3203:efb7 with SMTP id l186-20020a6288c30000b029018c3203efb7mr1093104pfd.33.1607458312572; Tue, 08 Dec 2020 12:11:52 -0800 (PST) Received: from localhost.localdomain ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id x10sm5729187pfc.157.2020.12.08.12.11.51 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Dec 2020 12:11:51 -0800 (PST) From: Ajit Khaparde To: dev@dpdk.org Cc: Rahul Gupta Date: Tue, 8 Dec 2020 12:11:27 -0800 Message-Id: <20201208201134.47844-11-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.21.1 (Apple Git-122.3) In-Reply-To: <20201208201134.47844-1-ajit.khaparde@broadcom.com> References: <20201208201134.47844-1-ajit.khaparde@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] [PATCH 10/17] net/bnxt: support for 236 queues in NS3 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" From: Rahul Gupta For NS3, increased CONFIG_RTE_ETHDEV_QUEUE_STAT_CNTRS to support 236 counters and increased MAX_STINGRAY_RINGS in driver to support more rings. Signed-off-by: Rahul Gupta Reviewed-by: Ajit Khaparde --- drivers/net/bnxt/bnxt.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/bnxt/bnxt.h b/drivers/net/bnxt/bnxt.h index bc0935272..2a318efaf 100644 --- a/drivers/net/bnxt/bnxt.h +++ b/drivers/net/bnxt/bnxt.h @@ -751,8 +751,7 @@ struct bnxt { uint16_t max_cp_rings; uint16_t max_tx_rings; uint16_t max_rx_rings; -#define MAX_STINGRAY_RINGS 128U - +#define MAX_STINGRAY_RINGS 236U #define BNXT_MAX_VF_REP_RINGS 8 uint16_t max_nq_rings; -- 2.21.1 (Apple Git-122.3) -- 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.