On Mon, Oct 31, 2011 at 11:07 AM, Ben Pfaff wrote:
> On Sat, Oct 29, 2011 at 01:36:33AM -0700, junaid khalid wrote:
> > I have an issue regarding the ARP packet. I am generating an arp request
> > from my controller with the source Mac address same as of my NIC. I
> didn't
> > receive its reply o
On Fri, Oct 28, 2011 at 01:21:39AM +0200, Hans van Kranenburg wrote:
> An ovs-only solution could be to facilitate an init-script that
> calls ifup for all interfaces that are added by ovs during boot, and
> calls ifdown for them before shutting down ovs. Or even not a
> separate init-script, but t
On Sat, Oct 29, 2011 at 01:36:33AM -0700, junaid khalid wrote:
> I have an issue regarding the ARP packet. I am generating an arp request
> from my controller with the source Mac address same as of my NIC. I didn't
> receive its reply on the controller even though my machine receives the
> reply pa
On Mon, Oct 31, 2011 at 03:37:53PM +0900, Jari Sundell wrote:
> While working on a project I encountered some weird behavior, which
> I'm unsure if is a bug or a mistake on my part. (Running on ovs pulled
> from git a week or so ago)
>
> The controller attempts pass a packet to OFPP_LOCAL, with in
On Mon, Oct 31, 2011 at 02:42:42PM +0100, Janis Hamme wrote:
> It seems to me that the support for interfaces with type=tap is broken.
> I tried to use them with version 1.2.2 on Debian testing.
Oops. Sorry about that. We hardly ever use this feature internally
so it tends to get broken from tim
I think that you could get that effect with the HTB qdisc if you set a
small min-rate for each queue, a high max-rate, and then use the
priority setting to control precedence.
You can use other qdiscs that support precedence, if you like, too,
it's just that OVS doesn't have built-in support for c
In the description,it is like this:
Strict Precedence:
* A flow is assigned a precedence level. (Default: four levels?). A queue
at a given precedence level is only served if all the queues with higher
precedence are empty.
Shan
- Original Message -
From: "Ben Pfaff"
To: "Shan H
On Sun, Oct 30, 2011 at 11:38:26AM -0700, Rob Sherwood wrote:
> So, this all seems correct, but when I issue a command using
> ovs-ofctl, it can't find the bridge with the same name:
>
> root@ubuntu:~# ovs-ofctl show switch1
> ovs-ofctl: switch1 is not a bridge or a socket
>
> which makes sense b
On Mon, Oct 31, 2011 at 12:11:40PM -0500, Shan Hu wrote:
> Is there a way to implement the Strict Precedence of QoS primitives
> in current verison kernel ovs?
Will you define "Strict Precedence of QoS", please?
___
discuss mailing list
discuss@openvswit
On Sat, Oct 29, 2011 at 01:09:17PM -0700, danderson415 wrote:
> I am reading ovs code(1.1.0pre2). In ofproto.c function xlate_actions(), it
> translates ofp actions to odp actions. What I am confused about is why it
> set the fields in rule.cr.flow? I think rule.cr.flow stores the flow key
> for ma
Is there a way to implement the Strict Precedence of QoS primitives in current
verison kernel ovs?
thanks and regards,
Shan
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
On Thu, Oct 13, 2011 at 02:35:24PM +0400, Alexey I. Froloff wrote:
> I've been using openvswitch on RHEL for a while. I don't like
> rc.local stuff, so I created ifup/ifdown scripts for initscripts
> package for configuring interface in RedHat-way.
>
> Before submitting patch to openvswitch, I'd
It seems to me that the support for interfaces with type=tap is broken.
I tried to use them with version 1.2.2 on Debian testing.
When i do
ovs-vsctl add-br br0
ovs-vsctl add-port br0 tap0
ovs-vsctl set Interface tap0 type=tap
i would expect that a tap interface with name tap0 is cr
13 matches
Mail list logo