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 E5B43A0A0E; Thu, 29 Apr 2021 08:12:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AA21F4067E; Thu, 29 Apr 2021 08:12:09 +0200 (CEST) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by mails.dpdk.org (Postfix) with ESMTP id 4D6764003E for ; Thu, 29 Apr 2021 08:12:08 +0200 (CEST) Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4FW4pR5D97zBtGJ for ; Thu, 29 Apr 2021 14:09:35 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.498.0; Thu, 29 Apr 2021 14:11:59 +0800 From: "Min Hu (Connor)" To: CC: Date: Thu, 29 Apr 2021 14:12:07 +0800 Message-ID: <1619676727-18884-1-git-send-email-humin29@huawei.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1619660285-31522-1-git-send-email-humin29@huawei.com> References: <1619660285-31522-1-git-send-email-humin29@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH v2] doc: add config file option for hns3 PMD 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" This patch adds description of max TQP number per PF for config file option. Signed-off-by: Min Hu (Connor) --- v2: * deleted unexpected unindent. --- doc/guides/nics/hns3.rst | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/hns3.rst b/doc/guides/nics/hns3.rst index d51d9b1..4439df5 100644 --- a/doc/guides/nics/hns3.rst +++ b/doc/guides/nics/hns3.rst @@ -44,11 +44,24 @@ Prerequisites - Get the information about Kunpeng920 chip using ``_. -- Follow the DPDK :ref:`Getting Started Guide for Linux ` to setup the basic DPDK environment. +- Follow the DPDK :ref:`Getting Started Guide for Linux ` to + setup the basic DPDK environment. +Pre-Installation Configuration +------------------------------ + +Config File Options +~~~~~~~~~~~~~~~~~~~ + +The following options can be modified in the ``config/rte_config.h`` file. + +- ``RTE_LIBRTE_HNS3_MAX_TQP_NUM_PER_PF`` (default ``256``) + + Number of MAX queues reserved for PF. + Runtime Config Options ----------------------- +~~~~~~~~~~~~~~~~~~~~~~ - ``rx_func_hint`` (default ``none``) -- 2.7.4