C-Docs: New structure
[csit.git] / docs / content / methodology / test / generic_segmentation_offload.md
@@ -1,6 +1,6 @@
 ---
 title: "Generic Segmentation Offload"
-weight: 15
+weight: 7
 ---
 
 # Generic Segmentation Offload
@@ -22,12 +22,9 @@ performance comparison the same tests are run without GSO enabled.
 Two VPP GSO test topologies are implemented:
 
 1. iPerfC_GSOvirtio_LinuxVM --- GSOvhost_VPP_GSOvhost --- iPerfS_GSOvirtio_LinuxVM
-
    - Tests VPP GSO on vhostuser interfaces and interaction with Linux
      virtio with GSO enabled.
-
 2. iPerfC_GSOtap_LinuxNspace --- GSOtapv2_VPP_GSOtapv2 --- iPerfS_GSOtap_LinuxNspace
-
    - Tests VPP GSO on tapv2 interfaces and interaction with Linux tap
      with GSO enabled.
 
@@ -60,9 +57,10 @@ separate namespace. Following core pinning scheme is used:
 iPerf3 version used 3.7
 
     $ sudo -E -S ip netns exec tap1_namespace iperf3 \
-        --server --daemon --pidfile /tmp/iperf3_server.pid --logfile /tmp/iperf3.log --port 5201 --affinity <X>
+        --server --daemon --pidfile /tmp/iperf3_server.pid \
+        --logfile /tmp/iperf3.log --port 5201 --affinity <X>
 
-For the full iPerf3 reference please see:
+For the full iPerf3 reference please see
 [iPerf3 docs](https://github.com/esnet/iperf/blob/master/docs/invoking.rst).
 
 
@@ -71,9 +69,10 @@ For the full iPerf3 reference please see:
 iPerf3 version used 3.7
 
     $ sudo -E -S ip netns exec tap1_namespace iperf3 \
-        --client 2.2.2.2 --bind 1.1.1.1 --port 5201 --parallel <Y> --time 30.0 --affinity <X> --zerocopy
+        --client 2.2.2.2 --bind 1.1.1.1 --port 5201 --parallel <Y> \
+        --time 30.0 --affinity <X> --zerocopy
 
-For the full iPerf3 reference please see:
+For the full iPerf3 reference please see
 [iPerf3 docs](https://github.com/esnet/iperf/blob/master/docs/invoking.rst).
 
 
@@ -99,9 +98,10 @@ scheme is used:
 iPerf3 version used 3.7
 
     $ sudo iperf3 \
-        --server --daemon --pidfile /tmp/iperf3_server.pid --logfile /tmp/iperf3.log --port 5201 --affinity X
+        --server --daemon --pidfile /tmp/iperf3_server.pid \
+        --logfile /tmp/iperf3.log --port 5201 --affinity X
 
-For the full iPerf3 reference please see:
+For the full iPerf3 reference please see
 [iPerf3 docs](https://github.com/esnet/iperf/blob/master/docs/invoking.rst).
 
 
@@ -110,7 +110,8 @@ For the full iPerf3 reference please see:
 iPerf3 version used 3.7
 
     $ sudo iperf3 \
-        --client 2.2.2.2 --bind 1.1.1.1 --port 5201 --parallel <Y> --time 30.0 --affinity X --zerocopy
+        --client 2.2.2.2 --bind 1.1.1.1 --port 5201 --parallel <Y> \
+        --time 30.0 --affinity X --zerocopy
 
-For the full iPerf3 reference please see:
-[iPerf3 docs](https://github.com/esnet/iperf/blob/master/docs/invoking.rst).
\ No newline at end of file
+For the full iPerf3 reference please see
+[iPerf3 docs](https://github.com/esnet/iperf/blob/master/docs/invoking.rst).