Skip to content

Commit

Permalink
doc: fix syntax in hns3 guide
Browse files Browse the repository at this point in the history
[ upstream commit 258e6e1b370c1b3f5e50877b8539511fa248a63a ]

'::' doesn't provide pre-formatted text without an empty line after it,
so fixes it.

Fixes: cdf6a5f ("doc: add runtime option examples to hns3 guide")

Signed-off-by: Dongdong Liu <liudongdong3@huawei.com>
  • Loading branch information
liudongdong3 authored and kevintraynor committed Jul 18, 2023
1 parent 5cba08f commit 8ecf17c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/guides/nics/hns3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Runtime Config Options
``common``.

For example::

-a 0000:7d:00.0,rx_func_hint=simple

- ``tx_func_hint`` (default ``none``)
Expand All @@ -101,6 +102,7 @@ Runtime Config Options
``common``.

For example::

-a 0000:7d:00.0,tx_func_hint=common

- ``dev_caps_mask`` (default ``0``)
Expand All @@ -113,6 +115,7 @@ Runtime Config Options
Its main purpose is to debug and avoid problems.

For example::

-a 0000:7d:00.0,dev_caps_mask=0xF

- ``mbx_time_limit_ms`` (default ``500``)
Expand Down

0 comments on commit 8ecf17c

Please sign in to comment.