]> xenbits.xensource.com Git - people/ssmith/netchannel2-pvops.git/commitdiff
Get the autobypass stuff working again. This turned out to
authorSteven Smith <ssmith@weybridge.uk.xensource.com>
Mon, 20 Apr 2009 13:38:09 +0000 (14:38 +0100)
committerSteven Smith <ssmith@weybridge.uk.xensource.com>
Tue, 19 May 2009 14:04:14 +0000 (15:04 +0100)
be surprisingly trivial.

drivers/net/Kconfig

index 0f9b949835c283ed081b364dc16c50784ded728a..fa2a7b9a091f3fbad9bb92229208c28eb4ac1da9 100644 (file)
@@ -2757,6 +2757,15 @@ config XEN_NETDEV2_BYPASS_ENDPOINT
          significantly increase performance.  This option controls whether
          interfaces in this domain can be the endpoints of these bypasses.
 
+config XEN_NETDEV2_AUTOMATIC_BYPASS
+       bool "Try to determine automatically whether a bypass is required"
+       depends on XEN_NETDEV2_BYPASS_ENDPOINT
+       default y
+       help
+         If this is set, this endpoint will try to detect when a
+         bypass when might be useful, or when an existing bypass is no longer
+         being used, and take appropriate action
+
 config ISERIES_VETH
        tristate "iSeries Virtual Ethernet driver support"
        depends on PPC_ISERIES