All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] comment update: default nloopbacks now 8 from 1
@ 2005-11-10 23:23 Nivedita Singhvi
  0 siblings, 0 replies; only message in thread
From: Nivedita Singhvi @ 2005-11-10 23:23 UTC (permalink / raw)
  To: xen-devel

Signed-off-by: Nivedita Singhvi (niv@us.ibm.com)

# HG changeset patch
# User nivedita@dyn9047022073.beaverton.ibm.com
# Node ID 6a8db37f3fd32b067c11154dcc247b38f0f4d434
# Parent  b9e8654c3f1074359756d3bc62e653d5e9e9d059
nloopbacks default is now 8. So vifnum of greater than 7 requires
an adjustment to nloopbacks. Warning comment updated.

diff -r b9e8654c3f10 -r 6a8db37f3fd3 tools/examples/network-bridge
--- a/tools/examples/network-bridge     Thu Nov 10 18:43:56 2005
+++ b/tools/examples/network-bridge     Thu Nov 10 23:19:59 2005
@@ -20,9 +20,9 @@
  #
  # Vars:
  #
-# vifnum     Virtual device number to use (default 0). Numbers >=1
+# vifnum     Virtual device number to use (default 0). Numbers >=8
  #            require the netback driver to have nloopbacks set to a
-#            higher value than its default of 1.
+#            higher value than its default of 8.
  # bridge     The bridge to use (default xenbr${vifnum}).
  # netdev     The interface to add to the bridge (default eth${vifnum}).
  # antispoof  Whether to use iptables to prevent spoofing (default no).

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-10 23:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-10 23:23 [PATCH] comment update: default nloopbacks now 8 from 1 Nivedita Singhvi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.