This is a bit trickier, but it's certainly possible. First, you'll need to
configure queues on the egress ports. You can see how to do this in the
"Quality of Service (QoS)" section of the ovs-vsctl man page:
http://openvswitch.org/cgi-bin/ovsman.cgi?page=utilities%2Fovs-vsctl.8
Then,
Dear openvswitch dev!
I'm newbie in openvswitch but feel very interested in it to set up my
experimental evvironment. In my experiment, I need to use the flow rate
limiting feature to limit the rate of each flow comming in to openvswitch. I
have searched in the openvswitch website and found out th
On Aug 29, 2011, at 7:12 PM, Jesse Gross wrote:
> On Mon, Aug 29, 2011 at 5:53 AM, Justin Pettit wrote:
>> Whenever a port is added to the datapath, LRO is automatically disabled.
>> In the future, we may want to enable LRO in some circumstances, so have
>> userspace disable LRO through the ethto
On Mon, Aug 29, 2011 at 5:53 AM, Justin Pettit wrote:
> Whenever a port is added to the datapath, LRO is automatically disabled.
> In the future, we may want to enable LRO in some circumstances, so have
> userspace disable LRO through the ethtool ioctls.
>
> As part of this change, the MTU and LRO
On Aug 29, 2011, at 7:13 AM, Jesse Gross wrote:
> On Aug 29, 2011 3:56 PM, "Justin Pettit" wrote:
> >
> > There will be a caller added soon.
>
> Looks good, thanks.
Thanks. I'll push it when I get your ack on the next patch.
--Justin
___
dev maili
Whenever a port is added to the datapath, LRO is automatically disabled.
In the future, we may want to enable LRO in some circumstances, so have
userspace disable LRO through the ethtool ioctls.
As part of this change, the MTU and LRO checks are moved to
netdev-vport's send(), which is where they'
On Aug 29, 2011, at 7:17 AM, Jesse Gross wrote:
> On Aug 29, 2011 3:56 PM, "Justin Pettit" wrote:
> > diff --git a/datapath/linux/compat/include/linux/netdevice.h
> > b/datapath/linux/compat/include/linux/netdevice.h
> > index 04ebd89..664ff2e 100644
> > --- a/datapath/linux/compat/include/linux
On Aug 29, 2011 3:56 PM, "Justin Pettit" wrote:
> diff --git a/datapath/linux/compat/include/linux/netdevice.h
b/datapath/linux/compat/include/linux/netdevice.h
> index 04ebd89..664ff2e 100644
> --- a/datapath/linux/compat/include/linux/netdevice.h
> +++ b/datapath/linux/compat/include/linux/netde
On Aug 29, 2011 3:56 PM, "Justin Pettit" wrote:
>
> There will be a caller added soon.
Looks good, thanks.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev