Thanks for the reply!
Good news for now. I've tried the same config with another (non-egress)
port of my OVS switch *br3* and now the queue is actually working.
*# ovs-vsctl set port vnet0 qos=@nqos -- --id=@nqos create qos
type=linux-htb other-config:max-rate=1000 queues=123=@q1 --
--id=@q1
On Mon, Mar 30, 2015 at 7:19 PM, Tim Bagr wrote:
> Thanks for the reply!
>
> Good news for now. I've tried the same config with another (non-egress) port
> of my OVS switch br3 and now the queue is actually working.
I see vnet0 as an egress port in this context.
>
>
> # ovs-vsctl set port vnet0 q
Thanks :) Appreciate it.
On Mon, Mar 30, 2015 at 3:14 PM, Ben Pfaff wrote:
> On Mon, Mar 30, 2015 at 03:10:05PM -0700, Ashok Chippa wrote:
> > Couple of quick ones: 1) Are there names for these extensions and how do
> I
> > get them?
>
> NXAST_CONTROLLER. Read ovs-ofctl(8), see lib/ofp-actions.
On Mon, Mar 30, 2015 at 03:10:05PM -0700, Ashok Chippa wrote:
> Couple of quick ones: 1) Are there names for these extensions and how do I
> get them?
NXAST_CONTROLLER. Read ovs-ofctl(8), see lib/ofp-actions.c
> 2) Could you tell me the ETA of ovs 2.4
> (with
Hi Ben et al.,
Thank you for your answer.
Couple of quick ones: 1) Are there names for these extensions and how do I
get them?
2) Could you tell me the ETA of ovs 2.4
(with conntrack support)?
Thanks.
On Fri, Mar 27, 2015 at 8:17 AM, Ben Pfaff wrote:
> You
> On Mar 30, 2015, at 12:20 AM, 劉瑋凱 wrote:
>
> Hi,all
> I want to generate a packet and send it out every 1 second.
> How can I do it ?
It depends on what you're trying to do. If it's baked-in switch functionality,
you can find examples in the code of doing similar things (e.g., STP, CFM,
BF
On Sat, Mar 28, 2015 at 02:06:54PM -0700, Hao Wu wrote:
>I add a bloom filter struct into the netflow module, /ofproto/netflow.c.
> Now I insert items into the bloom filter through command ovs-vsctl, as the
> same way to update the parameters in netflow module, like active_timeout or
> targets,
On Sun, Mar 29, 2015 at 01:44:58PM +, Field, Brian wrote:
> I’ve noticed the CDP frames are being dropped by OVS:
>
>
> # ovs-dpctl dump-flows
>
> skb_priority(0),in_port(2),eth(src=52:54:00:d7:50:8e,dst=01:00:0c:cc:cc:cc),eth_type(0/0x),
> packets:0, bytes:0, used:never, actions:drop
>
Hi,all
I want to generate a packet and send it out every 1 second.
How can I do it ?
Regards,
Liu
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
Hi. Thank You for the reply. I went through vswitch.ovsschema.
Do i need tp make any change in vswitch.ovsschema?
If YES then what change do i need to make?
its a lengthy file. Can You kindly let me know the exact changes i need to
make?
Thank You & Regards
Sanghamitra De
On Sat, Mar 28, 2015
I guess that you did not install a startup script. OVS comes with
suitable ones for various OSes.
On Mon, Mar 30, 2015 at 4:55 AM, Amal KAMMOUN wrote:
> Hello!
>
>
> For both I got unrecognized service.
>
>
>
>
> From: gowrishankar
> Sent: Monday, March 30, 2015
Thank you
Done.
Sent from my iPhone
> On Mar 30, 2015, at 6:42 AM, Nicholas Bastin wrote:
>
>> On Sun, Mar 29, 2015 at 8:26 AM, Amer wrote:
>> How to measure the execution time of flow-rules in openvswitch.
>> I want to compare between to settings: Openvswitch has 100 flow-rules and
>> anothe
Hello!
I tried to install openvswitch in a virtual machine but I failed!
I followed this tutorial
https://github.com/openvswitch/ovs/blob/master/INSTALL.md . Everything is fine
and I could create a bridge. But when I restart my VM, I try to use the
ovs-vsctl command. But I have " data base co
Hello!
For both I got unrecognized service.
From: gowrishankar
Sent: Monday, March 30, 2015 11:37 AM
To: Amal KAMMOUN
Cc: discuss@openvswitch.org
Subject: Re: [ovs-discuss] searching for an advice + how to start OVS.
You may try "service openvswitch-switch st
You may try "service openvswitch-switch start" and "service
openvswitch-controller start"
Regards,
Gowrishankar
On Monday 30 March 2015 03:53 PM, Amal KAMMOUN wrote:
Thank you for your response.
But when I try " /etc/init.d/ovsdb-server start ", I get "No such file
or directory"!
---
Thank you for your response.
But when I try " /etc/init.d/ovsdb-server start ", I get "No such file or
directory"!
From: Ping Chun Huang
Sent: Monday, March 30, 2015 10:18 AM
To: Amal KAMMOUN
Cc: discuss@openvswitch.org
Subject: Re: [ovs-discuss] searching for
HI,
1. That's fine
2. You forgot to start ovsdb-server, try "/etc/init.d/ovsdb-server start"
pichuang, Ping-Chun Huang 黃秉鈞
Wireless Internet Laboratory
Computer Center, Department of Computer Science
National Chiao Tung University
2015-03-30 17:40 GMT+08:00 Amal KAMMOUN :
> Hello!
>
>
> 1-
Hello!
1- I was trying to install openvswitch in a virtual machine (ubuntu 14.04 in
virtualbox).
(I followed this page:
https://github.com/openvswitch/ovs/blob/master/INSTALL.md ).
My choice of virtual box and ubuntu 14.04, is it good?
2- When I restart my VM, I try to use the ovs-vsctl co
Hi
I wants to restrict the file size no more x GB is allowed to download from
the FTP server. I have a FTP server at 1.1 and wants to restrict the host
1.2 not to download the file size greater than x GB, if file size is
greater than that the drop the packet. The switch is at 1.3 and port 1 is
con
19 matches
Mail list logo