doc: fix nic order in index.rst

Message ID 20221011214835.230762-1-stephen@networkplumber.org (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: fix nic order in index.rst |

Checks

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

Commit Message

Stephen Hemminger Oct. 11, 2022, 9:48 p.m. UTC
  The list was not quite in alpha order, and it looked
like it should be.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 doc/guides/nics/index.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
  

Comments

Thomas Monjalon Nov. 15, 2022, 4:22 p.m. UTC | #1
11/10/2022 23:48, Stephen Hemminger:
> The list was not quite in alpha order, and it looked
> like it should be.

Initially the virtual PMDs were at the end I think.
OK to make it simple and sorted.

> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Applied, thanks.
  

Patch

diff --git a/doc/guides/nics/index.rst b/doc/guides/nics/index.rst
index 32c754496827..8df4fef41fe3 100644
--- a/doc/guides/nics/index.rst
+++ b/doc/guides/nics/index.rst
@@ -28,6 +28,7 @@  Network Interface Controller Drivers
     enetc
     enetfec
     enic
+    fail_safe
     fm10k
     hinic
     hns3
@@ -35,10 +36,10 @@  Network Interface Controller Drivers
     ice
     igb
     igc
+    intel_vf
     ionic
     ipn3ke
     ixgbe
-    intel_vf
     kni
     liquidio
     mana
@@ -52,8 +53,9 @@  Network Interface Controller Drivers
     nfp
     ngbe
     null
-    octeontx
     octeon_ep
+    octeontx
+    pcap_ring
     pfe
     qede
     sfc_efx
@@ -62,8 +64,6 @@  Network Interface Controller Drivers
     thunderx
     txgbe
     vdev_netvsc
-    virtio
     vhost
+    virtio
     vmxnet3
-    pcap_ring
-    fail_safe