All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: fix nic order in index.rst
@ 2022-10-11 21:48 Stephen Hemminger
  2022-11-15 16:22 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2022-10-11 21:48 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

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(-)

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
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: fix nic order in index.rst
  2022-10-11 21:48 [PATCH] doc: fix nic order in index.rst Stephen Hemminger
@ 2022-11-15 16:22 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2022-11-15 16:22 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev

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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-15 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 21:48 [PATCH] doc: fix nic order in index.rst Stephen Hemminger
2022-11-15 16:22 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.