Re: [PATCH] Documentation: networking: fix ASCII art in switchdev.txt

2017-09-18 Thread David Miller
From: Randy Dunlap 
Date: Sat, 16 Sep 2017 13:10:06 -0700

> From: Randy Dunlap 
> 
> Fix ASCII art in Documentation/networking/switchdev.txt:
> 
> Change non-ASCII "spaces" to ASCII spaces.
> 
> Change 2 erroneous '+' characters in ASCII art to '-' (at the '*'
> characters below):
> 
> line 32:
>  +--++++-*--++---+  +-+-+
> line 41:
>  +--+---*+
> 
> Signed-off-by: Randy Dunlap 

Applied, thanks Randy.


Re: [PATCH] Documentation: networking: fix ASCII art in switchdev.txt

2017-09-16 Thread Andrew Lunn
On Sat, Sep 16, 2017 at 01:10:06PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap 
> 
> Fix ASCII art in Documentation/networking/switchdev.txt:
> 
> Change non-ASCII "spaces" to ASCII spaces.
> 
> Change 2 erroneous '+' characters in ASCII art to '-' (at the '*'
> characters below):
> 
> line 32:
>  +--++++-*--++---+  +-+-+
> line 41:
>  +--+---*+
> 
> Signed-off-by: Randy Dunlap 

A much more readable patch. Thanks

Reviewed-by: Andrew Lunn 

Andrew


Re: [PATCH] Documentation: networking: fix ASCII art in switchdev.txt

2017-09-16 Thread Pavel Machek
On Sat 2017-09-16 13:10:06, Randy Dunlap wrote:
> From: Randy Dunlap 
> 
> Fix ASCII art in Documentation/networking/switchdev.txt:
> 
> Change non-ASCII "spaces" to ASCII spaces.
> 
> Change 2 erroneous '+' characters in ASCII art to '-' (at the '*'
> characters below):
> 
> line 32:
>  +--++++-*--++---+  +-+-+
> line 41:
>  +--+---*+
> 
> Signed-off-by: Randy Dunlap 

Acked-by: Pavel Machek 


-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


signature.asc
Description: Digital signature


[PATCH] Documentation: networking: fix ASCII art in switchdev.txt

2017-09-16 Thread Randy Dunlap
From: Randy Dunlap 

Fix ASCII art in Documentation/networking/switchdev.txt:

Change non-ASCII "spaces" to ASCII spaces.

Change 2 erroneous '+' characters in ASCII art to '-' (at the '*'
characters below):

line 32:
 +--++++-*--++---+  +-+-+
line 41:
 +--+---*+

Signed-off-by: Randy Dunlap 
---
 Documentation/networking/switchdev.txt |   64 +++
 1 file changed, 32 insertions(+), 32 deletions(-)

--- lnx-413.orig/Documentation/networking/switchdev.txt
+++ lnx-413/Documentation/networking/switchdev.txt
@@ -13,42 +13,42 @@ an example setup using a data-center-cla
 with SR-IOV or soft switches, such as OVS, are possible.
 
 
- User-space tools
+ User-space tools
 
-   user space   |
-  +---+
-   kernel   | Netlink
-|
- +--+---+
- | Network stack|
- |   (Linux)|
- |  |
- +--+
+   user space   |
+  +---+
+   kernel   | Netlink
+|
+ +--+---+
+ | Network stack|
+ |   (Linux)|
+ |  |
+ +--+
 
sw1p2 sw1p4 sw1p6
-  sw1p1  +  sw1p3  +  sw1p5  +  eth1
-+|+|+|+
-|||||||
- +--++++-+--++---+  +-+-+
- | Switch driver |  |mgmt   |
- |(this document)|  |   driver  |
- |   |  |   |
- +--++  +---+
-|
-   kernel   | HW bus (eg PCI)
-  +---+
-   hardware |
- +--+---++
- | Switch device (sw1)   |
- |  ++   ++
- |  |v offloaded data path   | mgmt port
- |  ||   |
- +--||++++---+
-||||||
-++++++
-   p1   p2   p3   p4   p5   p6
+  sw1p1  +  sw1p3  +  sw1p5  +  eth1
++|+|+|+
+|||||||
+ +--++++++---+  +-+-+
+ | Switch driver |  |mgmt   |
+ |(this document)|  |   driver  |
+ |   |  |   |
+ +--++  +---+
+|
+   kernel   | HW bus (eg PCI)
+  +---+
+   hardware |
+ +--++
+ | Switch device (sw1)   |
+ |  ++   ++
+ |  |v offloaded data path   | mgmt port
+ |  ||   |
+ +--||++++---+
+||||||
+++++++
+   p1   p2   p3   p4   p5   p6
 
- front-panel ports
+ front-panel ports
 
 
 Fig 1.