Commit d5066c46 authored by Liam Beguin's avatar Liam Beguin Committed by David S. Miller

switchdev: documentation: fix whitespace issues

Figure 1 is full of whitespaces; fix it
Signed-off-by: default avatarLiam Beguin <lbeguin@tycoint.com>
Signed-off-by: default avatarSylvain Lemieux <slemieux@tycoint.com>
Acked-by: default avatarIvan Vecera <ivecera@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b1e45526
...@@ -13,43 +13,43 @@ an example setup using a data-center-class switch ASIC chip. Other setups ...@@ -13,43 +13,43 @@ an example setup using a data-center-class switch ASIC chip. Other setups
with SR-IOV or soft switches, such as OVS, are possible. with SR-IOV or soft switches, such as OVS, are possible.
                             User-space tools                                                               User-space tools
                                                                              
       user space                   |                                                 user space                   |
      +-------------------------------------------------------------------+          +-------------------------------------------------------------------+
       kernel                       | Netlink                                         kernel                       | Netlink
                                    |                                                                              |
                     +--------------+-------------------------------+                               +--------------+-------------------------------+
                     |         Network stack                        |                               |         Network stack                        |
                     |           (Linux)                            |                               |           (Linux)                            |
                     |                                              |                               |                                              |
                     +----------------------------------------------+                               +----------------------------------------------+
                                                                              
sw1p2 sw1p4 sw1p6 sw1p2 sw1p4 sw1p6
                      sw1p1  + sw1p3 +  sw1p5 +         eth1                                    sw1p1  + sw1p3 +  sw1p5 +         eth1
                        +    |    +    |    +    |            +                                        +    |    +    |    +    |            +
                        |    |    |    |    |    |            |                                        |    |    |    |    |    |            |
                     +--+----+----+----+-+--+----+---+  +-----+-----+                               +--+----+----+----+-+--+----+---+  +-----+-----+
                     |         Switch driver         |  |    mgmt   |                               |         Switch driver         |  |    mgmt   |
                     |        (this document)        |  |   driver  |                               |        (this document)        |  |   driver  |
                     |                               |  |           |                               |                               |  |           |
                     +--------------+----------------+  +-----------+                               +--------------+----------------+  +-----------+
                                    |                                                                              |
       kernel                       | HW bus (eg PCI)                                 kernel                       | HW bus (eg PCI)
      +-------------------------------------------------------------------+          +-------------------------------------------------------------------+
       hardware                     |                                                 hardware                     |
                     +--------------+---+------------+                                              +--------------+---+------------+
                     |         Switch device (sw1)   |                                              |         Switch device (sw1)   |
                     |  +----+                       +--------+                                     |  +----+                       +--------+
                     |  |    v offloaded data path   | mgmt port                                    |  |    v offloaded data path   | mgmt port
                     |  |    |                       |                                              |  |    |                       |
                     +--|----|----+----+----+----+---+                                              +--|----|----+----+----+----+---+
                        |    |    |    |    |    |                                                     |    |    |    |    |    |
                        +    +    +    +    +    +                                                     +    +    +    +    +    +
                       p1   p2   p3   p4   p5   p6                        p1   p2   p3   p4   p5   p6
                                       
                             front-panel ports                                                              front-panel ports
                                                                              
Fig 1. Fig 1.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment