[PATCH v2 1/3] doc/hns3: fix compilation option about max queue number
haijie
haijie1 at huawei.com
Mon Nov 20 12:40:29 CET 2023
Acked-by: Jie Hai <haijie1 at huawei.com<mailto:haijie1 at huawei.com>>
________________________________
Hai Jie
Email:haijie1 at huawei.com<mailto:haijie1 at huawei.com>
发件人: lihuisong (C)<lihuisong at huawei.com<mailto:lihuisong at huawei.com>>
收件人: dev<dev at dpdk.org<mailto:dev at dpdk.org>>;ferruh.yigit<ferruh.yigit at amd.com<mailto:ferruh.yigit at amd.com>>;haijie<haijie1 at huawei.com<mailto:haijie1 at huawei.com>>;Zhuangyuzeng (Yisen)<yisen.zhuang at huawei.com<mailto:yisen.zhuang at huawei.com>>;humin (Q)<humin29 at huawei.com<mailto:humin29 at huawei.com>>
抄送: liuyonglong<liuyonglong at huawei.com<mailto:liuyonglong at huawei.com>>;lihuisong (C)<lihuisong at huawei.com<mailto:lihuisong at huawei.com>>
主题: [PATCH v2 1/3] doc/hns3: fix compilation option about max queue number
时间: 2023-11-20 19:13:58
This patch fixes the description of compilation option about setting max
queue number. The maximum queue number of HIP09 and HIP10 is determined by
the RTE_LIBRTE_HNS3_MAX_TQP_NUM_PER_PF and the value the firmware report.
Fixes: 21938cf4e43e ("doc: add build config option in hns3 guide")
Cc: stable at dpdk.org
Signed-off-by: Huisong Li <lihuisong at huawei.com>
---
doc/guides/nics/hns3.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/guides/nics/hns3.rst b/doc/guides/nics/hns3.rst
index ee774639d3..7eac1b3c92 100644
--- a/doc/guides/nics/hns3.rst
+++ b/doc/guides/nics/hns3.rst
@@ -69,7 +69,8 @@ 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.
+ Number of MAX queues reserved for PF on HIP09 and HIP10. The MAX queue
+ number is also determined by the value the firmware report.
Runtime Configuration
~~~~~~~~~~~~~~~~~~~~~
--
2.33.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20231120/0578df76/attachment.htm>
More information about the dev
mailing list