doc: fix an alignment issue in bnxt NIC documentation

Message ID 20230202181341.62506-1-ajit.khaparde@broadcom.com (mailing list archive)
State Accepted, archived
Delegated to: Ajit Khaparde
Headers
Series doc: fix an alignment issue in bnxt NIC documentation |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/intel-Testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/github-robot: build success github build: passed
ci/iol-aarch64-unit-testing success Testing PASS
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/iol-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-abi-testing success Testing PASS

Commit Message

Ajit Khaparde Feb. 2, 2023, 6:13 p.m. UTC
  The supported firmware version information was not aligned correctly.
This patch fixes it.

Fixes: b845c295cd13 ("doc: update Broadcom bnxt guide")
Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
---
 doc/guides/nics/bnxt.rst | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Ajit Khaparde Feb. 6, 2023, 5:30 p.m. UTC | #1
On Thu, Feb 2, 2023 at 10:13 AM Ajit Khaparde
<ajit.khaparde@broadcom.com> wrote:
>
> The supported firmware version information was not aligned correctly.
> This patch fixes it.
>
> Fixes: b845c295cd13 ("doc: update Broadcom bnxt guide")
> Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Patch applied dpdk-next-net-brcm. Thanks

> ---
>  doc/guides/nics/bnxt.rst | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/doc/guides/nics/bnxt.rst b/doc/guides/nics/bnxt.rst
> index 293eab8787..0b09b0c50a 100644
> --- a/doc/guides/nics/bnxt.rst
> +++ b/doc/guides/nics/bnxt.rst
> @@ -912,6 +912,7 @@ Shown below are Ethernet Network Adapters and their supported firmware versions
>  * ``BCM57500 NetXtreme-E\ |reg| Family`` ... Firmware 219.0.0 or later
>
>  Shown below are DPDK LTS releases and their supported firmware versions:
> +
>  * ``DPDK Release 19.11`` ... Firmware 219.0.103 or later
>  * ``DPDK Release 20.11`` ... Firmware 219.0.103 or later
>  * ``DPDK Release 21.11`` ... Firmware 221.0.101 or later
> --
> 2.37.1 (Apple Git-137.1)
>
  

Patch

diff --git a/doc/guides/nics/bnxt.rst b/doc/guides/nics/bnxt.rst
index 293eab8787..0b09b0c50a 100644
--- a/doc/guides/nics/bnxt.rst
+++ b/doc/guides/nics/bnxt.rst
@@ -912,6 +912,7 @@  Shown below are Ethernet Network Adapters and their supported firmware versions
 * ``BCM57500 NetXtreme-E\ |reg| Family`` ... Firmware 219.0.0 or later
 
 Shown below are DPDK LTS releases and their supported firmware versions:
+
 * ``DPDK Release 19.11`` ... Firmware 219.0.103 or later
 * ``DPDK Release 20.11`` ... Firmware 219.0.103 or later
 * ``DPDK Release 21.11`` ... Firmware 221.0.101 or later