maintainers: add mlx5 driver platform guides

Message ID 20231123173836.318171-1-dsosnowski@nvidia.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series maintainers: add mlx5 driver platform guides |

Checks

Context Check Description
ci/loongarch-compilation success Compilation OK
ci/checkpatch success coding style OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/github-robot: build success github build: passed
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-sample-apps-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS

Commit Message

Dariusz Sosnowski Nov. 23, 2023, 5:38 p.m. UTC
  Add NVIDIA's platform specific guides to files maintained by networking
mlx5 driver maintainers.

Signed-off-by: Dariusz Sosnowski <dsosnowski@nvidia.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

Thomas Monjalon Nov. 23, 2023, 6:25 p.m. UTC | #1
23/11/2023 18:38, Dariusz Sosnowski:
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -877,6 +877,8 @@ F: drivers/net/mlx5/
>  F: buildtools/options-ibverbs-static.sh
>  F: doc/guides/nics/mlx5.rst
>  F: doc/guides/nics/features/mlx5.ini
> +F: doc/guides/platform/bluefield.rst
> +F: doc/guides/platform/mlx5.rst

As drivers/common/mlx5/ is listed before drivers/net/mlx5/
we should list doc/guides/platform/mlx5.rst before doc/guides/nics/mlx5.rst
Probably that bluefield.rst should be in the middle between common and NIC docs.
  
Dariusz Sosnowski Nov. 24, 2023, 9:29 a.m. UTC | #2
> As drivers/common/mlx5/ is listed before drivers/net/mlx5/ we should list
> doc/guides/platform/mlx5.rst before doc/guides/nics/mlx5.rst Probably that
> bluefield.rst should be in the middle between common and NIC docs.
I agree, this ordering will be more logical.

I'll send v2. Thank you.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b07dfbcd39..f33adb3a65 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -877,6 +877,8 @@  F: drivers/net/mlx5/
 F: buildtools/options-ibverbs-static.sh
 F: doc/guides/nics/mlx5.rst
 F: doc/guides/nics/features/mlx5.ini
+F: doc/guides/platform/bluefield.rst
+F: doc/guides/platform/mlx5.rst
 
 Microsoft mana
 M: Long Li <longli@microsoft.com>