From eb46abd16ad924b0fb270f766dc7563d76327e73 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 11 Apr 2007 19:01:31 +0000 Subject: [PATCH] Add traffic shaping warning to Xen articles git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5898 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/XenMyWay-Routed.xml | 7 +++++++ docs/XenMyWay.xml | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/XenMyWay-Routed.xml b/docs/XenMyWay-Routed.xml index a81e4d3a0..a1ae6a5d6 100644 --- a/docs/XenMyWay-Routed.xml +++ b/docs/XenMyWay-Routed.xml @@ -351,6 +351,13 @@ fi netmask 255.255.255.0 post-up ethtool -K eth0 tx off + + + Update. Under SuSE 10.2, communication from a domU works okay + without running ethtool but traffic shaping in + dom0 doesn't work! So it's a good idea to run it just to be + safe. +
diff --git a/docs/XenMyWay.xml b/docs/XenMyWay.xml index 86d3ac823..5b46b7e0e 100644 --- a/docs/XenMyWay.xml +++ b/docs/XenMyWay.xml @@ -327,6 +327,13 @@ fi post-up ethtool -K eth0 tx off + + Update. Under SuSE 10.2, communication from a domU works okay + without running ethtool but traffic shaping in + dom0 doesn't work! So it's a good idea to run it just to be + safe. + + SuSE 10.1 includes Xen 3.0.2 which supports PCI delegation. The network interfaces that connect to the net and wifi zones are delegated to the firewall DomU. @@ -958,4 +965,4 @@ esac
- + \ No newline at end of file