Re: [ovs-dev] asking about flow rate limiting feature

2011-08-29 Thread Justin Pettit
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,

[ovs-dev] asking about flow rate limiting feature

2011-08-29 Thread Trinh Minh Tri
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

Re: [ovs-dev] [PATCH] datapath: Disable LRO from userspace instead of the kernel.

2011-08-29 Thread Justin Pettit
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

Re: [ovs-dev] [PATCH] datapath: Disable LRO from userspace instead of the kernel.

2011-08-29 Thread Jesse Gross
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

Re: [ovs-dev] [PATCH 1/2] netdev-linux: Introduce netdev_linux_ethtool_set_flag().

2011-08-29 Thread Justin Pettit
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

[ovs-dev] [PATCH] datapath: Disable LRO from userspace instead of the kernel.

2011-08-29 Thread Justin Pettit
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'

Re: [ovs-dev] [PATCH 2/2] datapath: Disable LRO from userspace instead of the kernel.

2011-08-29 Thread Justin Pettit
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

Re: [ovs-dev] [PATCH 2/2] datapath: Disable LRO from userspace instead of the kernel.

2011-08-29 Thread Jesse Gross
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

Re: [ovs-dev] [PATCH 1/2] netdev-linux: Introduce netdev_linux_ethtool_set_flag().

2011-08-29 Thread Jesse Gross
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