The toctree entries should be alphabetically ordered for consistency
with DPDK documentation guidelines. Move "flow_offload" before
"qos_framework" and "switch_representation" to maintain alphabetical
order.

Signed-off-by: Stephen Hemminger <[email protected]>
---
 doc/guides/prog_guide/ethdev/index.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/guides/prog_guide/ethdev/index.rst 
b/doc/guides/prog_guide/ethdev/index.rst
index 392ced0a2e..82a749e2b3 100644
--- a/doc/guides/prog_guide/ethdev/index.rst
+++ b/doc/guides/prog_guide/ethdev/index.rst
@@ -8,8 +8,8 @@ Ethernet Device Library
     :maxdepth: 1
 
     ethdev
-    switch_representation
     flow_offload
-    traffic_metering_and_policing
-    traffic_management
     qos_framework
+    switch_representation
+    traffic_management
+    traffic_metering_and_policing
-- 
2.51.0

Reply via email to