Hi,
I have been studying OVS and I have some questions about its QoS.
I installed the Open vSwitch 1.1.0pre1 on a Xen machine hosting a single VM.
I followed the QoS Cookbook entry to limit the VM rate to 1Mbps. Through the
netperf test, I verified that the VM output rate is indeed 1Mbps.
Then,
On Fri, Sep 10, 2010 at 10:48:12PM +0200, Christian Fischer wrote:
> On Friday September 10 2010 21:36:50 Ben Pfaff wrote:
> > On Fri, Sep 10, 2010 at 09:23:30PM +0200, Christian Fischer wrote:
> > > I try to get nic bonds working with OpenvSwitch-0.99.2 (XCP-0.5.0).
> > > Due to missing xcp admini
On Mon, Sep 13, 2010 at 04:03:13PM -0600, Nick Couchman wrote:
> 1) What's the best way to go about creating a port mirror using
> ovs-vsctl with ovsdb?
I would use something like this:
ovs-vsctl \
-- --...@x create mirror name=mir0 ...other configuration... \