Skip to content

Commit

Permalink
doc: fix hns3 build option about max queue number
Browse files Browse the repository at this point in the history
[ upstream commit f64a879dbb1f8b508d9cf25dd4a252597f72864c ]

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: 21938cf ("doc: add build config option in hns3 guide")

Signed-off-by: Huisong Li <lihuisong@huawei.com>
Acked-by: Jie Hai <haijie1@huawei.com>
  • Loading branch information
LiHuiSong1 authored and kevintraynor committed Nov 23, 2023
1 parent d549330 commit dded071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/guides/nics/hns3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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 Config Options
~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit dded071

Please sign in to comment.