netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Rename "virtual ethernet device" to "virtual ethernet pair device".
@ 2007-11-07  3:09 Rusty Russell
  2007-11-07  3:19 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Rusty Russell @ 2007-11-07  3:09 UTC (permalink / raw)
  To: netdev; +Cc: Pavel Emelianov, Eric W. Biederman

There are already iSeries and pSeries virtual ethernet drivers called
veth; calling a local tunnel device "veth" is confusing.

I didn't rename the module nor the header, to avoid breaking
documentation and userspace programs respectively.  But I'd really
like to.  It'd also be nice to mention "containers" somewhere in the
help text (I'm assuming that's what it's for?).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 5f800a6..033a847 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -135,11 +135,12 @@ config TUN
 
 	  If you don't know what to use this for, you don't need it.
 
-config VETH
-	tristate "Virtual ethernet device"
+config VETH_PAIR
+	tristate "Virtual ethernet pair device"
 	---help---
-	  The device is an ethernet tunnel. Devices are created in pairs. When
-	  one end receives the packet it appears on its pair and vice versa.
+	  This device is a local ethernet tunnel. Devices are created in pairs.
+	  When one end receives the packet it appears on its pair and vice
+	  versa.
 
 config NET_SB1000
 	tristate "General Instruments Surfboard 1000"
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 0e5fde4..20491b0 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -201,7 +201,7 @@ obj-$(CONFIG_MACSONIC) += macsonic.o
 obj-$(CONFIG_MACMACE) += macmace.o
 obj-$(CONFIG_MAC89x0) += mac89x0.o
 obj-$(CONFIG_TUN) += tun.o
-obj-$(CONFIG_VETH) += veth.o
+obj-$(CONFIG_VETH_PAIR) += veth.o
 obj-$(CONFIG_NET_NETX) += netx-eth.o
 obj-$(CONFIG_DL2K) += dl2k.o
 obj-$(CONFIG_R8169) += r8169.o

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

* Re: [PATCH] Rename "virtual ethernet device" to "virtual ethernet pair device".
  2007-11-07  3:09 [PATCH] Rename "virtual ethernet device" to "virtual ethernet pair device" Rusty Russell
@ 2007-11-07  3:19 ` David Miller
  2007-11-07  4:04   ` Rusty Russell
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2007-11-07  3:19 UTC (permalink / raw)
  To: rusty; +Cc: netdev, xemul, ebiederm

From: Rusty Russell <rusty@rustcorp.com.au>
Date: Wed, 7 Nov 2007 14:09:00 +1100

> There are already iSeries and pSeries virtual ethernet drivers called
> veth; calling a local tunnel device "veth" is confusing.
> 
> I didn't rename the module nor the header, to avoid breaking
> documentation and userspace programs respectively.  But I'd really
> like to.  It'd also be nice to mention "containers" somewhere in the
> help text (I'm assuming that's what it's for?).
> 
> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

We had a lengthy discussion about the name on netdev.  I'm sorry that
you missed it, and are bringing this back up again so that we have to
discuss it once more.

If anything, the veth naming makes more sense than the IBM device
cases.

And that's why I decreed that last time this came up that the naming
for veth was just fine.

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

* Re: [PATCH] Rename "virtual ethernet device" to "virtual ethernet pair device".
  2007-11-07  3:19 ` David Miller
@ 2007-11-07  4:04   ` Rusty Russell
  2007-11-07  4:36     ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Rusty Russell @ 2007-11-07  4:04 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, xemul, ebiederm

On Wednesday 07 November 2007 14:19:06 David Miller wrote:
> If anything, the veth naming makes more sense than the IBM device
> cases.
>
> And that's why I decreed that last time this came up that the naming
> for veth was just fine.

OK, about the help text.  IMHO noone should be using "virtual
ethernet" unqualified, since there are multiple things that now refers to.

Here's a respin with just the help text changes:
==
Clarify "virtual ethernet device" to "virtual ethernet pair device".

It'd also be nice to mention "containers" somewhere in the help text
(I'm assuming that's what it's for?).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 5f800a6..cb581eb 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -136,10 +136,11 @@ config TUN
 	  If you don't know what to use this for, you don't need it.
 
 config VETH
-	tristate "Virtual ethernet device"
+	tristate "Virtual ethernet pair device"
 	---help---
-	  The device is an ethernet tunnel. Devices are created in pairs. When
-	  one end receives the packet it appears on its pair and vice versa.
+	  This device is a local ethernet tunnel. Devices are created in pairs.
+	  When one end receives the packet it appears on its pair and vice
+	  versa.
 
 config NET_SB1000
 	tristate "General Instruments Surfboard 1000"

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

* Re: [PATCH] Rename "virtual ethernet device" to "virtual ethernet pair device".
  2007-11-07  4:04   ` Rusty Russell
@ 2007-11-07  4:36     ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2007-11-07  4:36 UTC (permalink / raw)
  To: rusty; +Cc: netdev, xemul, ebiederm

From: Rusty Russell <rusty@rustcorp.com.au>
Date: Wed, 7 Nov 2007 15:04:48 +1100

> OK, about the help text.  IMHO noone should be using "virtual
> ethernet" unqualified, since there are multiple things that now refers to.
> 
> Here's a respin with just the help text changes:

Fair enough, applied.

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

end of thread, other threads:[~2007-11-07  4:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-07  3:09 [PATCH] Rename "virtual ethernet device" to "virtual ethernet pair device" Rusty Russell
2007-11-07  3:19 ` David Miller
2007-11-07  4:04   ` Rusty Russell
2007-11-07  4:36     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).