Re: [ovs-discuss] Question about QoS with HTB

2011-03-04 Thread Justin Pettit
Yes, this is correct. --Justin On Mar 4, 2011, at 10:14 AM, Henrique Rodrigues wrote: > Hi, > > Just to be sure... > HTB queues are limited to egress traffic (from ovs to vports). The only way > to control ingress traffic (from vports to ovs) in the current release of ovs > is by policing. >

Re: [ovs-discuss] Forwarding between Multiple interfaces Openflow

2011-03-04 Thread Aaron Rosen
Hi Ben, Sorry to bring this back up but for some reason I can't get this working again and I was hoping someone would know why. I have interface dp1 - 130.127.39.235 and interface dp0 - (No ip address assigned). When running tcpdump on dp1 I see packets like this: IP 130.127.39.173 > 192.168.1

Re: [ovs-discuss] Queue configuration

2011-03-04 Thread Ben Pfaff
On Fri, Mar 04, 2011 at 11:17:58PM +0500, Syed Akbar Mehdi wrote: > Thanks for your reply Ben. I am aware that Openflow cannot be used to > configure queues. What I am hoping to do is to pre-configure some queues on > the physical port of a switch. I was thinking of doing this using Linux tc > but

Re: [ovs-discuss] Queue configuration

2011-03-04 Thread Syed Akbar Mehdi
Sorry about this ! On Fri, Mar 4, 2011 at 10:30 PM, Ben Pfaff wrote: > Syed, I got back the following from my reply, from the CC to > nox-...@noxrepo.org: > > > You are not allowed to post to this mailing list, and your message has > > been automatically rejected. If you think that your message

Re: [ovs-discuss] Queue configuration

2011-03-04 Thread Syed Akbar Mehdi
Thanks for your reply Ben. I am aware that Openflow cannot be used to configure queues. What I am hoping to do is to pre-configure some queues on the physical port of a switch. I was thinking of doing this using Linux tc but as you indicate this can be done through the OVS database. Then the Openfl

[ovs-discuss] Question about QoS with HTB

2011-03-04 Thread Henrique Rodrigues
Hi, Just to be sure... HTB queues are limited to egress traffic (from ovs to vports). The only way to control ingress traffic (from vports to ovs) in the current release of ovs is by policing. Is that correct? Thanks, -- Henrique Rodrigues ___ discuss

Re: [ovs-discuss] Queue configuration

2011-03-04 Thread Ben Pfaff
Syed, I got back the following from my reply, from the CC to nox-...@noxrepo.org: > You are not allowed to post to this mailing list, and your message has > been automatically rejected. If you think that your messages are > being rejected in error, contact the mailing list owner at > nox-dev-ow..

Re: [ovs-discuss] Queue configuration

2011-03-04 Thread Ben Pfaff
On Fri, Mar 04, 2011 at 08:44:00PM +0500, Syed Akbar Mehdi wrote: > Does OVS support queue configuration for the physical ports of a switch? Yes. It is configured through the OVS database using the QoS and Queue tables: http://openvswitch.org/ovs-vswitchd.conf.db.5.pdf > I have ovs-open

[ovs-discuss] Queue configuration

2011-03-04 Thread Syed Akbar Mehdi
Hi, Does OVS support queue configuration for the physical ports of a switch? I have ovs-openflowd running in userspace on a Linux box (32-bit Ubuntu 10.10) and I send it an Openflow message of type OFPT_QUEUE_GET_CONFIG_REQUEST from the controller (NOX 0.9 Zaku). The OVS installation I am using is